Extension Language Kit

From HandWiki

Extension Language Kit (ELK) is a free Scheme implementation which is embeddable in C and C++ programs, but can also be used as a stand-alone Scheme interpreter. It is available under a custom permissive license[1] for any use, commercial or noncommercial. Elk was written by Oliver Laumann and Carsten Bormann to provide an Extension Language for the development of large C++-based systems such as the ODA document editor ISOTEXT[2] and the videoconferencing system TELES.VISION.[3] It was inspired by the Lisp interpreter in Emacs and has in turn helped inspire developers of other dynamic language interpreters such as Matz' Ruby Interpreter.

In 2005 Sam Hocevar became the current maintainer of the Elk scheme project, merging contributed patches and fixing known bugs.

References

  1. Hocevar, Sam. "COPYING". http://sam.zoy.org/elk/COPYING. Retrieved 28 May 2015. 
  2. Jonathan Rees (1991). "Scheme implementations". https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/doc/notes/scmimpls.txt. Retrieved 2009-06-11. 
  3. Oliver Laumann and Carsten Bormann (1994). "Elk: The Extension Language Kit". USENIX Computing Systems 7 (4). 

External links