4 ms·
have you looked into CoffeeScript? it's slightly more pythonic than JavaScript.
by sgibat 11y ago
have you looked into CoffeeScript? it's slightly more pythonic than JavaScript.
- globuous 11y agoThere's raypidscript also: http://www.rapydscript.com/ http://www.rapydscript.com/ which is a python like JS precompiler (https://news.ycombinator.com/item?id=9385596 https://news.ycombinator.com/item?id=9385596) I haven't had the time to try it yet, but maybe it'll suit your needs ;)
- rplnt 11y agoRight of the bat their example puts me off. I mean.. come on. self.$popup = $('#' + containerId).addClass('pop-up').mouseout(def(): self.hide() )