Little b (programming language)

From HandWiki
Short description: Domain specific programming language
Little b
Paradigmfunctional
Designed byAneil Mallavarapu
DeveloperHarvard Medical School Department of Systems Biology
First appeared2004
Stable release
1.6.0 / September 6, 2008 (2008-09-06)
Typing disciplinedynamic, strong
Websitewww.littleb.org
Major implementations
Linux, Mac OS X, Windows
Influenced by
Lisp

Little b is a domain-specific programming language, more specifically, a modeling language, designed to build modular mathematical models of biological systems. It was designed and authored by Aneil Mallavarapu. Little b is being developed in the Virtual Cell Program at Harvard Medical School, headed by mathematician Jeremy Gunawardena.

This language is based on Lisp and is meant to allow modular programming to model biological systems. It will allow more flexibility to facilitate rapid change that is required to accurately capture complex biological systems.

The language draws on techniques from artificial intelligence and symbolic mathematics, and provides syntactic conveniences derived from object-oriented languages. The language was originally denoted with a lowercase b (distinguishing it from B, the predecessor to the widely used C programming language), but the name was eventually changed to "little b" to avoid confusion and to pay homage to Smalltalk.

References

External links