Roc lang
Roc is under construction, not even in alpha stage. It's an attempt to create a backend language inspired by the simplicity of Elm.
There is currently no editor, syntax highlighter or language server. The coffee script highlighter works a little.
You can checkout the tutorial
Use this template
⚠️ Gitpod will open the root folder
Due to some limitations of Gitpod, we cannot simply open a sub-folder
Opening in Gitpod will open the root folder
Two terminals will be opened :
- the first in the root folder
- the second in the target folder
Both terminals automatically load the environment of their current folder

Or with Nix
NIX_CONFIG="extra-experimental-features = flakes nix-command" \
nix flake new --template "gitlab:pinage404/nix-sandboxes#roc" ./your_new_project_directory
Or just execute
mask help