Tea (programming language): Difference between revisions

Content deleted Content added
External links: home page URL updated
caps in subheadings per MoS, direct extern links -> refs (*one dead)
Line 29:
* Intended to be easily extended in Java. For example, Tea supports relational database access through [[JDBC]], regular expressions through [[GNU]] [[Regexp]], and an [[XML]] parser through a [[SAX]] parser (XML4J for example).
 
== Interpreter Alternativesalternatives ==
 
* Tea is a proprietary language. Its interpreter is subject to a non-free license. On the other hand, a project called "destea", which released Language::Tea in CPAN, provides an alternative to the proprietary interpreter, by generating Java Code based on the Tea code.
* There's an open source compiler, TeaClipse,<ref>[http://code.google.com/p/teaclipse/ TeaClipse], from [[Google]]</ref> that uses a JavaCC-generated parser to parse and then compile Tea source to the proprietary Tea bytecode. The author of TeaClipse [http://clearlyvague.com/?p=25 has expressed interest] in enhancing TeaClipse to produce Java bytecode.<ref>[http://clearlyvague.com/?p=25 ]{{deadlink}}</ref>
 
==References==
{{reflist}}
 
== External links ==