XOTcl is a programming language created in 2000 by Gustaf Neumann and Uwe Zdun.
| #1845on PLDB | 26Years Old |
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 | Example | Token |
|---|---|---|---|
| Strings | ✓ | "Hello world" | " |
| Print() Debugging | ✓ | puts |