Diamond
Diamond is a minimalistic, powerful, and modern Javascript runtime that uses Deno_Core.
Installation
Diamond is currently in beta(not even Alpha!) and can't be currently installed. But you can build from source with Make build
, and it will output an executable file called Diamond
that you can use!
Usage
Diamond is build on Javascript, and is like it in almost every single way. But there are a couple things changed, for example, the console.log
that we all know, has been changed, to println
, and to use it:
println("Hello, world!");
But don't worry JS developers who don't want to leave things like console
, we have options in the CLI that enable it!