Movitz
From HandWiki
Revision as of 02:21, 16 June 2021 by imported>WikiEd2 (fix)
Paradigms | Multi-paradigm: procedural, functional, object-oriented, meta, reflective, generic |
---|---|
Family | Lisp |
Designed by | Frode Vatvedt Fjeld |
First appeared | 13 January 2008 |
Typing discipline | Dynamic, strong |
Scope | Lexical, optional dynamic |
Implementation language | Common Lisp |
Platform | x86 |
OS | None |
License | Open-source |
Website | www |
Influenced by | |
Common Lisp |
Movitz is a discontinued implementation of the programming language Common Lisp for computers with x86 processors. It runs with no underlying operating system and is intended as "a development platform for operating system kernels, embedded, and single-purpose applications".[1]
(As of January 2008), Movitz did not implement the full American National Standards Institute (ANSI) Common Lisp standard, but it is stable and usable, though poor as a development environment since all it provides is a simple read–eval–print loop (REPL), with no facility to edit or save files. An editor called LiCE, which closely follows the conventions of GNU Emacs, may be run on Movitz. A Movitz disk image with LiCE is available.[2]
References
- ↑ Fjeld, Frode Vatvedt. "Movitz: a Common Lisp x86 development platform". https://www.common-lisp.net/project/movitz/.
- ↑ "Mr. Insane 3000". Web Archive. http://www.emmett.ca/~sabetts/.
External links