Mirror of
forum.nim-lang.org
index
2210 :: Lisp interpreter in Nim (just for fun)
[2016-04-14T17:37:50+02:00]
View Orginal
Vladar
(orginal)
[2016-04-14T17:37:50+02:00]
view original
Inspired by
lis.py
by Peter Norvig, I wrote somewhat similar project in Nim:
https://github.com/Vladar4/lisnim
def
(orginal)
[2016-04-14T17:42:56+02:00]
view original
Cool. In a similar vein there's also Make a Lisp:
http://hookrace.net/blog/make-a-lisp-in-nim/
Vladar
(orginal)
[2016-04-14T18:14:40+02:00]
view original
Wow, that's impressive! And nice blog too.