As a first step to learn Urlang, I’ve coded my own basic examples, based on the most basic one supplied with Urlang’s distribution: factorial:
Generated Javascript code can be run the following ways:
In the latter case, you can run the script by means of the Node.js, as shown below:
> node driver.js
My next step here will be similar, but based on another, slightly more sophisticated example, among the supplied with Urlang; most likely, the one interoperating with Ractive.
Till then !