Hacker News new | ask | show | jobs
by globuous 4058 days ago
There's raypidscript also: http://www.rapydscript.com/ which is a python like JS precompiler (https://news.ycombinator.com/item?id=9385596)

I haven't had the time to try it yet, but maybe it'll suit your needs ;)

1 comments

Right of the bat their example puts me off. I mean.. come on.

    self.$popup = $('#' + containerId).addClass('pop-up').mouseout(def():
        self.hide()
    )