Forum: Ruby μLithp - a Lisp in 27 lines of Ruby

Posted by Regis d'Aubarede (raubarede)
on 2013-01-05 01:17
Hello,

Founded on Hacker new :
http://fogus.github.com/ulithp/

lisp eval code:
https://github.com/fogus/ulithp/blob/master/src/lithp.rb

scanner:
https://github.com/fogus/ulithp/blob/master/src/reader.rb

code example:

  (label second (quote (lambda (l) (car (cdr l)))))
  (label third (quote (lambda (l) (car (cdr (cdr l))))))




http://news.ycombinator.com/rss
Posted by Alphonse 23 (alphonse23)
on 2013-01-05 06:41
awesome.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.