1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/lisp-interpreter/index.md
2022-12-26 14:41:23 -06:00

867 B

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLE: LISP INTERPRETER

screenshot.png

Author

🐝 qbguy

Description

Scheme is a functional programming language that uses a minimalist implementation of the LISP language.

Any sufficiently complicated C or Fortran program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp. - Greenspun's tenth rule of programming

File(s)

🔗 interpreter, lisp