by proppy on 11/9/13, 12:41 AM with 64 comments
by ninetax on 11/9/13, 12:58 AM
Here's more information: http://docs.hylang.org/en/latest/tutorial.html
by paultag on 11/9/13, 3:20 AM
http://www.youtube.com/watch?v=ulekCWvDFVI
and a quick 5 minute lightning talk:
http://youtu.be/1vui-LupKJI?t=16m13s
(Creator here)
Hack on!
by agentultra on 11/9/13, 1:54 AM
Hy has come a ways since then even. Shortly after that talk we added succinct syntax aliases for QUOTE and QUASIQUOTE. And we added a nice clojure-inspired core library.
It's a cool little language. Fun to hack on. You could learn a few things if you do. And I do hope that we can start help creating documentation for the Python AST module via this project.
[1] http://pyvideo.org/video/2328/hy-a-lisp-that-compiles-to-pyt...
by mkramlich on 11/9/13, 1:14 AM
by anaphor on 11/9/13, 1:22 AM
by zaph0d on 11/9/13, 9:24 AM
by girvo on 11/9/13, 9:17 AM
My favourite one to hack on (owing to my PHP ability) is Pharen[0]. Very neat little Lisp that compiles down to PHP, which is very fun to play with. I highly suggest giving Hy a go if you're a Pythonista, as you can learn a lot about programming in general by seeing how these sorts of languages map to the host. Very fun to hack on, too!
by dmoney on 11/9/13, 7:35 AM
by vezzy-fnord on 11/9/13, 1:05 AM
by nlake44 on 11/9/13, 2:54 AM
by andrelaszlo on 11/9/13, 7:47 PM
File "<input>", line 1, in fac
File "<input>", line 1, in fac
File "<input>", line 1, in fac
RuntimeError: maximum recursion depth exceeded
=>
by mattholtom on 11/9/13, 4:00 AM
by jackhammons on 11/9/13, 1:23 AM
by petercooper on 11/9/13, 11:19 AM
by hcarvalhoalves on 11/9/13, 2:06 AM
by a3_nm on 11/9/13, 9:49 AM
by Sunlis on 11/9/13, 4:04 AM
by talles on 11/9/13, 3:43 AM
by d0m on 11/9/13, 3:31 AM
by basyt on 11/9/13, 4:22 AM
by derp_dogg on 11/9/13, 5:42 AM
by jbeja on 11/9/13, 5:01 AM
by jbeja on 11/9/13, 3:24 AM
by ravestar on 11/9/13, 1:22 AM
[]+[] -> error ...