Girish Mahajan (Editor)

Lightweight programming language

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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.

Examples of lightweight languages

  • Lua is embedded in many applications, like games, to provide runtime scripting capabilities
  • Forth
  • JavaScript
  • Squirrel
  • newLisp
  • References

    Lightweight programming language Wikipedia