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
- Host: GitHub
- URL: https://github.com/thinkphp/lisp-training
- Owner: thinkphp
- Created: 2013-04-01T12:10:42.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T09:07:40.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T14:54:26.396Z (almost 2 years ago)
- Language: Common Lisp
- Homepage:
- Size: 103 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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