XOTcl
{{Infobox programming language
| name = XOTcl
| logo =
| paradigm = multi-paradigm: object-oriented, functional, Imperative, event-driven programming
| year = 2000{{cite web |url=http://nm.wu-wien.ac.at/research/publications/xotcl-tclconf.ps |title=XOTcl, an Object-Oriented Scripting Language |format=PostScript |last1=Neumann |first1=Gustav |last2=Zdun |first2=Uwe |date=February 2000 |access-date=2014-07-03}}
| designer = Gustaf Neumann and Uwe Zdun
| developer =
| latest_release_version = 1.6.8
| latest_release_date = {{start date and age|2014|04|29|df=yes}}
| typing = dynamic typing, everything can be treated as a string
| implementations =
| dialects =
| influenced =
| website = [http://media.wu-wien.ac.at/ media.wu-wien.ac.at]
}}
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 and is based on a dynamic object system with metaclasses influenced by CLOS. Class and method definitions in XOTcl are completely dynamic. The language also provides support for design patterns through filters and decorator mixins.
See also
References
{{reflist|2}}
External links
- [http://media.wu-wien.ac.at/ XOTcl Homepage] - Extended Object Tcl
- Filters as a Language Support for Design Patterns in Object-Oriented Scripting Languages, in: Proceedings of COOTS, San Diego, California, USA, May, 1999 [http://nm.wu-wien.ac.at/research/publications/xotcl-patterns.pdf]
- [http://citeseer.org/cs?q=XOTcl Citations from CiteSeer]
- [http://www.activestate.com/Products/ActiveTcl/ ActiveState's Tcl distribution] for Microsoft Windows, includes XOTcl
- [http://wintcltk.sourceforge.net/ WinTclTk] open-source MinGW-based distribution for Microsoft Windows, includes XOTcl
- [http://www.xdobry.de/xotclide XOTclIDE] - IDE for XOTcl
Category:Dynamic programming languages
Category:Tcl programming language family
{{compu-lang-stub}}