JavaScript to Lua compiler with runtime library. Contribute to PaulBernier/castl development by creating an account on GitHub. (more…)
Read more »
It’s been a fairly busy for the last couple of months for the Ethereum javascripters. To start with, there was a really great hackathon with IPFS. You can read Dan Finlay’s excellent write up here. Also, during this time Aaron Davis (Kumavis) made some ex... (more…)
Read more »
Most of the time, a primitive type is represented directly at the lowest level of the language implementation and all basic data types are built-in. (more…)
Read more »
JavaScript has a sort() method that you can use on arrays. But the results are almost always weird and don’t return what you initially expect it to do. So for example, if you have the following… (more…)
Read more »
I have recently become very interested in functional programming - using pure functional languages such as Haskell, as well as functional programming in JavaScript. One of the main areas of study that is often cited as significant for functional programme... (more…)
Read more »