Tea (programming language): Difference between revisions

Content deleted Content added
Bluelink 1 book for verifiability.) #IABot (v2.0) (GreenC bot
m grammar corrections
Line 25:
* Integrated support for all major programming paradigms.
** [[Functional programming]] language.
** Functions are first -class objects.
** Scheme-like closures are intrinsic to the language.
** Support for object -oriented programming.
* Modular libraries with autoloading on -demand facilities.
* Large base of core functions and classes.
** String and list processing.
Line 45:
Tea is a proprietary language. Its interpreter is subject to a non-free license. A project called "destea", which released as Language::Tea in [[CPAN]], provides an alternative by generating Java code based on the Tea code.
 
TeaClipse<ref>[http://code.google.com/p/teaclipse/ TeaClipse]</ref> is an open -source compiler that uses a JavaCC-generated parser to parse and then compile Tea source to the proprietary Tea bytecode.
 
==References==