Content deleted Content added
not related |
Kept at AfD |
||
(44 intermediate revisions by 29 users not shown) | |||
Line 1:
<!--
<wiki comment>
## i will try and save this article. it's been of use to me.
Landis (LGReed)##
###
{{Proposed deletion/dated
|concern = [[WP:NSOFTWARE|non-notable software]] - Standard searches do not reveal enough significant coverage in [[Wikipedia:Independent sources|independent]], [[Wikipedia:Identifying reliable sources|reliable sources]]
|timestamp = 20150917154324
}}
{{Notability|date=January 2011}}
</wiki comment> -->
{{Infobox programming language
| name = Tea
Line 5 ⟶ 16:
| developer = Jorge Nunes
| influenced by = [[Tcl]], [[Java (programming language)|Java]], [[Scheme (programming language)|Scheme]]
| website = [
}}
'''Tea''' is a [[High-level programming language|high
==Features==
* Integrated support for all major programming paradigms.
** [[Functional programming]] language.
** Functions are first
** Scheme-like closures are intrinsic to the language.
** Support for object
* Modular libraries with autoloading on
* Large base of core functions and classes.
** String and list processing.
Line 22 ⟶ 34:
** Database access.
** [[XML]] processing.
* 100%
** The Tea interpreter is implemented in Java.
** Tea runs anywhere with a Java 1.6 [[Java virtual machine|JVM]] or higher.
** Java reflection features allow the use of Java libraries directly from Tea code.
* 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 [[Simple API for XML|SAX]] parser (XML4J for example).
== Interpreter
* There's an open source compiler, [http://code.google.com/p/teaclipse/ TeaClipse], 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.▼
▲
== External links ==▼
* [http://www.pdmfc.com/tea-site/info/index.html Tea Home Page]▼
* [http://search.cpan.org/~msilva/Language-Tea-0.02/lib/Language/Tea.pm "destea" code converter]▼
==References==
[[Category:Scripting languages]]▼
{{reflist}}
▲== External links ==
▲* [https://web.archive.org/web/20120116195952/http://www.pdmfc.com/tea
▲* [
▲[[Category:Scripting languages]]
[[Category:Programming languages]]
[[Category:High-level programming languages]]
[[Category:Programming languages created in 1997]]
|