0.0.57 • Published 5 months ago

tools-runner v0.0.57

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Изучение языка:

https://exercism.org/tracks/common-lisp/exercises/grains/edit


Названия функций:


uLisp -- Lisp for microcontrollers -- Language reference http://www.ulisp.com/show?3L

JSON-LISP is a very simple LISP interpreter that uses JSON as its concrete syntax https://github.com/gliese1337/json-lisp

SBCL -- Package: COMMON-LISP -- public: home of symbols defined by the ANSI language specification https://koji-kojiro.github.io/sb-docs/build/html/common-lisp/

A brief introduction to Emacs Lisp for people with programming background http://lgmoneda.github.io/2017/03/15/elisp-summary.html

Common Lisp Programming Course -- Learn Lisp effectively, in videos https://github.com/vindarel/common-lisp-course-in-videos/


Tutorials

https://www.tutorialspoint.com/lisp/

https://exercism.org/tracks/common-lisp/exercises/grains/edit


Pure versus Impure Lisp -- https://dl.acm.org/doi/pdf/10.1145/244795.244798

What is the difference between Lisp-1 and Lisp-2? -- https://stackoverflow.com/questions/4578574/what-is-the-difference-between-lisp-1-and-lisp-2

Minimal Core

Classical texts

Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I -- John McCarthy -- 1960 -- http://www-formal.stanford.edu/jmc/recursive.pdf

The Roots of Lisp -- Paul Graham -- 2002 -- http://languagelog.ldc.upenn.edu/myl/llog/jmc.pdf - local copy:

Source codes

json-lisp

Mary Had a Little Lambda: Implementing a Minimal Lisp for Assisting with Education

maryrosecook --littlelisp.js

miniMAL

SBCL:

CLISP

Klisp:

SICL:

ECL:

ABCL -- Armed Bear Common Lisp is a conforming implementation of ANSI Common Lisp that runs in a Java virtual machine. It compiles Lisp code directly to Java byte code.

Clozure


LISP 1.5 Programmer's Manual -- 1960