Maclisp
Maclisp is a programming language, a dialect of the language Lisp. It originated at the Massachusetts Institute of Technology's (MIT) Project MAC in the late 1960s and was based on Lisp 1.5. Richard Greenblatt was the main developer of the original codebase for the PDP-6; Jon L. White was responsible for its later maintenance and development. The name Maclisp began being used in the early 1970s to distinguish it from other forks of PDP-6 Lisp, notably BBN Lisp. Wikipedia
Developed by: Richard Greenblatt
Wikidata: Q1882973
Influenced: Common Lisp • Emacs Lisp • Franz Lisp • Lisp Machine Lisp • ZetaLisp
Maclisp Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Maclisp
(comment) ;-*- Lisp -*-
(progn
(defun hello-world ()
(princ "Hello World")
(quit))
(close (prog1 infile (inpush -1)))
(sstatus feature noldmsg)
(gctwa)
(gc)
(sstatus flush t)
(suspend ":KILL " '(ts hello))
(hello-world))
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2024-10-28