Tea (programming language): Difference between revisions

Content deleted Content added
AFD closed as keep (XFDcloser)
Interpreter alternatives: bullets not needed; copyediting
Line 43:
== Interpreter alternatives ==
 
* Tea is a proprietary language. Its interpreter is subject to a non-free license. On the other hand, aA project called "destea", which released as Language::Tea in [[CPAN]], provides an alternative to the proprietary interpreter, by generating Java Code based on the Tea code.
 
* There is an open source compiler known as TeaClipse<ref>[http://code.google.com/p/teaclipse/ TeaClipse] from [[Google]]</ref> is an open source compiler that uses a JavaCC-generated parser to parse and then compile Tea source to the proprietary Tea bytecode. The author of TeaClipse has expressed interest in enhancing TeaClipse to produce Java bytecode.
 
==References==