You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Little Interpreted Language

From EverybodyWiki Bios & Wiki



Little Interpreted Language
Paradigmmulti-paradigm: object-oriented, functional, procedural, imperative
DeveloperKostas Michalopoulos
First appeared2010
Typing disciplinedynamic typing, everything can be treated as a string
Licensezlib
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 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.