Hacker News new | ask | show | jobs
by sgibat 4057 days ago
have you looked into CoffeeScript? it's slightly more pythonic than JavaScript.
1 comments

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 ;)

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

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