XOTcl is a programming language created in 2000 by Gustaf Neumann and Uwe Zdun.
#1428on PLDB | 23Years Old | 55Users |
0Books | 0Papers |
XOTcl is an object-oriented extension for the Tool Command Language created by Gustaf Neumann and Uwe Zdun. It is a derivative of MIT OTcl. XOTcl is based on a dynamic object system with metaclasses which as influenced by CLOS. Read more on Wikipedia...
puts "Hello World"
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |
Print() Debugging | ✓ | puts |