© 2022 Hashnode
#coffeescript
In the previous episode I reviewed MoonScript, "CoffeeScript for Lua", which unfortunately has not seen any releases since 2015. What I didn't know about is that its fork YueScript is actively maintained, and with some extra features. All M…
MoonScript is CoffeeScript for Lua. It doesn't seem to be maintained much anymore. The most recent release was back in 2015, and it doesn't work with the latest Lua. You can still run it with non-release version, with luarocks install moons…
If you are a web developer, you probably have… developed a love-and-hate relationship with JavaScript. While it is a feature-rich and constantly evolving language, it has some limitations. Especially …
Why do we need a compiler? In computer programming, we give the computer or to machine certain tasks which we don't want to do again and again and which will reduce our effort in day to day life. But …
Now that we have CoffeeScript 2 setup, let's create a simple game with Phaser 3. js2.coffee This is my first time writing new CoffeeScript in years, and I quickly discovered how painful lack of working js2.coffee is. The existing converter …
History lesson! Once upon a time, not so long ago, JavaScript was trash. Among many things it lacked were: lexical variable scoping classes template literals multiline strings looping over arrays without explicit indexes any sanity with re…
Buy Me a Coffee is a simple, meaningful way to fund your creative work. Without stitching together a bunch of apps like Patreon, Mailchimp, and a donate button — you can accept support, memberships, a…
Coffee as we know it is one of our basic necessities for most people all across the world. Half of the people in this world consume this beverage either because they truly love them and are passionate…
A Grunt is basically an automation tool used in programming. Basically if you are a developer then you will know that the development of any project consumes a lot of time and you need to perform some…