Skip to content

Commit 6f851a6

Browse files
committed
Update README.md
1 parent 02845c4 commit 6f851a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ resources
55
### Written materials for Lisps in Haskell
66
(or Haskells written in Lisps)
77

8-
* 1991-1993 - An [early Haskell](http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/syntax/haskell/0.html) written in Lisp (source code: [github import](https://github.com/haskell-lisp/yale-haskell))
9-
* 2006 - [Writing A Lisp Interpreter In Haskell](http://www.defmacro.org/ramblings/lisp-in-haskell.html)
10-
* 2006 - present - [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
11-
* 2007 - [Liskell - Haskell Semantics with Lisp Syntax](http://clemens.endorphin.org/ILC07-Liskell-draft.pdf)
12-
* 2010 - (Historic) [Lisk](http://chrisdone.com/posts/lisk-lisp-haskell) ([preserved code](https://github.com/haskell-lisp/historic-lisk))
13-
* 2010 - present - [Husk Scheme](http://justinethier.github.io/husk-scheme/)
14-
* 2013 - present [Leesp](https://github.com/mankyKitty/leesp)
15-
* 2014 - [Prefix Operators in Haskell](http://technicae.cogitat.io/2014/01/prefix-operators-in-haskell.html)
16-
* 2014 - (New) [Lisk](https://github.com/haskell-lisp/lisk)
8+
* 1991 - 1993: An [early Haskell](http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/syntax/haskell/0.html) written in Lisp (source code: [github import](https://github.com/haskell-lisp/yale-haskell))
9+
* 2006: [Writing A Lisp Interpreter In Haskell](http://www.defmacro.org/ramblings/lisp-in-haskell.html)
10+
* 2006: present - [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
11+
* 2007: [Liskell - Haskell Semantics with Lisp Syntax](http://clemens.endorphin.org/ILC07-Liskell-draft.pdf)
12+
* 2010: (Historic) [Lisk](http://chrisdone.com/posts/lisk-lisp-haskell) ([preserved code](https://github.com/haskell-lisp/historic-lisk))
13+
* 2010 - present: [Husk Scheme](http://justinethier.github.io/husk-scheme/)
14+
* 2013 - present: [Leesp](https://github.com/mankyKitty/leesp)
15+
* 2014: [Prefix Operators in Haskell](http://technicae.cogitat.io/2014/01/prefix-operators-in-haskell.html)
16+
* 2014: (New) [Lisk](https://github.com/haskell-lisp/lisk)
1717

1818
### Visual materials for Haskell-Lisp
1919

0 commit comments

Comments
 (0)