Little Interpreted Language
Paradigm | multi-paradigm: object-oriented, functional, procedural, imperative |
---|---|
Developer | Kostas Michalopoulos |
First appeared | 2010 |
Typing discipline | dynamic typing, everything can be treated as a string |
License | zlib |
Filename extensions | .lil |
Website | [1] |
Influenced by | |
Tcl |
Search Little Interpreted Language on Amazon.
LIL (or Little Interpreted Language) is a dynamic scripting language inspired and heavily influenced by Tcl.
The implementation of the language consists of two files (one C source and a corresponding header file), thus making it easily embeddable in other applications.
LIL has no relationship with another language with this name, Little Implementation Language.
Features[edit]
LIL resembles Tcl to a great degree, but isn't directly compatible with it as the result of renaming some basic language constructs. For example, procedures are called functions in LIL, and are declared using “func” keyword instead of “proc”.
This programming-language-related article is a stub. You can help EverybodyWiki by expanding it. |
This article "Little Interpreted Language" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.