https://github.com/niqdev/lisp-tutorial
https://github.com/niqdev/lisp-tutorial
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niqdev/lisp-tutorial
- Owner: niqdev
- Created: 2015-07-30T17:03:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T06:19:43.000Z (almost 11 years ago)
- Last Synced: 2025-05-16T01:09:47.747Z (about 1 year ago)
- Language: Common Lisp
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lisp-tutorial

Courtesy of [xkcd](http://www.xkcd.com/)
```
// setup
brew install clisp
// run
clisp
```
Resources:
* http://www.lispmachine.net/
* http://www.cs.sfu.ca/CourseCentral/310/pwfong/Lisp/
* http://www.n-a-n-o.com/lisp/cmucl-tutorials/LISP-tutorial.html
### Next step: clojure
* http://learnxinyminutes.com/docs/clojure/
* http://leiningen.org/
```
// download
wget http://repo1.maven.org/maven2/org/clojure/clojure/1.7.0/clojure-1.7.0.zip
// run
java -cp clojure-1.7.0.jar clojure.main
```