Y
Hacker News
new
|
ask
|
show
|
jobs
by
BMorearty
3130 days ago
That's fun. Here's Jisp, my Lisp implementation in a tiny bit of JavaScript. It supports declaring functions, interop with JavaScript, quoting a list, variable arg lists, and more:
http://www.ducklet.com/jisp/
.
1 comments
TimTheTinker
3129 days ago
Have you taken a look at ClojureScript? You might find it interesting.
link