An open API service indexing awesome lists of open source software.

https://github.com/thinkphp/lisp-training

Experiments with ANSI Common Lisp
https://github.com/thinkphp/lisp-training

Last synced: 3 months ago
JSON representation

Experiments with ANSI Common Lisp

Awesome Lists containing this project

README

          

# Lisp-training

Lisp training

# Usage

```
$ git clone git://github.com/thinkphp/lisp-training.git
$ cd lisp-training
$ clisp
$ [1]> (load "sum.lsp")
$ ;; Loading file sum.lsp ...
$ ;; Loaded file sum.lsp
$ [2]> (makesum 100)
$ => 5050
$ [3]> (exit)
```

## DEMOS

https://ideone.com/eysCTu (GCD)

## Resources

* [http://norvig.com]
* [http://cs.gmu.edu/~sean/lisp/]
* [http://www2.cs.sfu.ca/CourseCentral/310/pwfong/Lisp/]
* [http://psg.com/~dlamkins/sl/contents.html]
* [http://www.gigamonkeys.com/book/]
* [http://sunburn.stanford.edu/~nick/compdocs/LISP_Examples.pdf]
* [http://2k8618.blogspot.ro/p/lisp-programs.html]
* [http://www.anselm.edu/internet/compsci/Faculty_Staff/mmalita/HOMEPAGE/cuLisp/index.html]
* [http://norvig.com/paip.html]
* [http://www.okazii.ro/recomandate/carti-it/limbaje-programare/antrenamente-lisp-mihaela-malita-a55230982]

## License

MIT

[http://norvig.com]: http://norvig.com/
[http://cs.gmu.edu/~sean/lisp/]: http://cs.gmu.edu/~sean/lisp/
[http://www2.cs.sfu.ca/CourseCentral/310/pwfong/Lisp/]: http://www2.cs.sfu.ca/CourseCentral/310/pwfong/Lisp/
[http://psg.com/~dlamkins/sl/contents.html]: http://psg.com/~dlamkins/sl/contents.html
[http://www.gigamonkeys.com/book/]: http://www.gigamonkeys.com/book/
[http://sunburn.stanford.edu/~nick/compdocs/LISP_Examples.pdf]: http://sunburn.stanford.edu/~nick/compdocs/LISP_Examples.pdf
[http://2k8618.blogspot.ro/p/lisp-programs.html]: http://2k8618.blogspot.ro/p/lisp-programs.html
[http://www.anselm.edu/internet/compsci/Faculty_Staff/mmalita/HOMEPAGE/cuLisp/index.html]: http://www.anselm.edu/internet/compsci/Faculty_Staff/mmalita/HOMEPAGE/cuLisp/index.html
[http://norvig.com/paip.html]: http://norvig.com/paip.html
[http://www.okazii.ro/recomandate/carti-it/limbaje-programare/antrenamente-lisp-mihaela-malita-a55230982]: http://www.okazii.ro/recomandate/carti-it/limbaje-programare/antrenamente-lisp-mihaela-malita-a55230982