Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

FYI, this is what's been eating into my Clojure output. The Hy REPL starts up instantly and the interop is so good I find myself writing small projects in Hy instead.

Here's a wiki implemented with it (demonstrates using Bottle, doing URL routing and few other things): http://github.com/rcarmo/sushy ...and here's a little playground with various snippets of code: https://github.com/rcarmo/hy-there

...and a feed fetcher: https://github.com/rcarmo/mqtt-feed-fetcher/blob/master/main...

...and a prototype for a nicer REPL: https://github.com/rcarmo/hyrule

Edited to add: The killer feature here is cross-interop: I can re-use my code in either direction (and have run Hy in PyPy, IronPython, etc. -- sadly, not in Jython yet)



i started migrating a project from clojure to common lisp so that i could move the ui from swing to qt. i should really give hy + pyqt a try as well.


pyqt works pretty well with it. I just gave it a try with QGIS (a open source GIS application) and it uses PyQt

http://nathanw.net/2014/12/04/using-hy-a-dialect-of-lisp-for...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: