|
|
|
|
|
by girvo
4598 days ago
|
|
Hy is neat. I love Lisps that "compile" or are embedable within host scripting languages. 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! [0]: http://scriptor.github.io/pharen/ |
|