Home

By ancatrusca 2 points, 0 comments From: http://www.infoq.com/minibooks/emag-java-9?utm_source=hacker%20news&utm_medium=link&utm_content=java9emag&utm_campaign=external

By issaria Coffeescript is not perfect, however, nowadays people went crazy for ES6/ES2015, and suddenly nobody complains readability of babel output. I’ve worked with both, ES6 is definitely a big progress on Coffeescript, but it takes like 80% of the things from coffee IMO, except the indentation syntax and list comprehension, added an `import` keyword. […]

By donavanm Ah, i must have missed the thread intent. I thought you were responding to the utility of limiting/optimizing cache write rate. link From: https://news.ycombinator.com/item?id=10994950

By mbrock The issue tracker for js2-mode illustrates that such a parsing approach is no guarantee of real-world accuracy either. https://github.com/mooz/js2-mode/issues The goal just shifts from having a semi-accurate regexp tokenizer, to having the language mode’s complex parser match the complex parser of the language it targets—which will pretty much never happen, unless the language […]