Tea is a programming language created in 1997.
#761on PLDB | 27Years Old | 17Repos |
Tea is a high level scripting language for the Java environment. It combines features of Scheme, Tcl, and Java. Integrated support for all major programming paradigms. Read more on Wikipedia...
echo "Hello, world!"
class Square Rectangle (
)
method Square constructor ( size ) {
$super constructor $size $size
}
echo "Hello World"
<% template foo() %>
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Comments | ✓ | # A comment | |
Line Comments | ✓ | # A comment | # |
Print() Debugging | ✓ | echo | |
Semantic Indentation | X |