Phoenix LiveView is Elixir's offer when it comes to reactive UI development. Build a Messenger-like app with practically no JavaScript! (more…)
Read more »
A Lisp for Lua and JavaScript. Contribute to sctb/lumen development by creating an account on GitHub. (more…)
Read more »
Strict Mode is an ES5 feature, and it's a way to make JavaScript behave in a better way. And in a different way, as enabling Strict Mode changes the semantics of the JavaScript language. It's really important to know the main differences between JavaScrip... (more…)
Read more »
Let me start by saying — I was surprised how easy it was to write grammar for an Earley parser. I have been using regular expressions for…...
Read more »
When we develop tools for our users, we sometimes want to give them some form of control over how
they work. This is common in games, where we can add scripting for our users to be able to create
extensions, or even for business tools, where we allow our ... (more…)
Read more »