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

https://github.com/niqdev/lisp-tutorial


https://github.com/niqdev/lisp-tutorial

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# lisp-tutorial

![xkcd](http://www.mrbill.net/images/comics/xkcd/lisp_cycles.gif)

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
```