Lightweight programming language
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (July 2007) |
A lightweight programming language is one that is designed to have very small memory footprint, is easy to implement (important when porting a language), and/or has minimalist syntax and features.
[edit] Examples of lightweight languages
- C may be said to be lightweight, as its hardware assumptions are minimal (it is used to program microcontrollers, for example)
- Lua is embedded in many applications, like games, to provide runtime scripting capabilities
- Forth
- Io
- Squirrel
- newLisp
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |