Content deleted Content added
rem'd out deletion notice, in hopes i can improve article and save from deletion. it's been of use to me |
Kept at AfD |
||
(31 intermediate revisions by 19 users not shown) | |||
Line 8:
|timestamp = 20150917154324
}}
{{Notability|date=January 2011}}
</wiki comment> -->
{{Infobox programming language
| name = Tea
Line 18 ⟶ 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 35 ⟶ 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.
Line 43 ⟶ 42:
== Interpreter alternatives ==
==References==
Line 50:
== External links ==
* [https://web.archive.org/web/20120116195952/http://www.pdmfc.com/tea/ Tea Home Page]
* [https://metacpan.org/module/Language::Tea "destea" code converter]
[[Category:Scripting languages]]
[[Category:Programming languages]]
[[Category:High-level programming languages]]
[[Category:Programming languages created in 1997]]
|