nomlang
v0.4.5
Published
A functional programming language where everything is a chain
Downloads
2
Readme
nom
:sparkles: :chains: A functional programming language where everything is a chain
Note: nom is totally unstable and unfinished right now.
Getting Started
You will need:
- git
- Node.js version 6.0.0 or later
macOS and Linux
nom can be installed by running one of the following commands in your terminal.
via curl (recommended)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/nanalan/nom/master/install.sh)"
via wget
sh -c "$(wget https://raw.githubusercontent.com/nanalan/nom/master/install.sh -O -)"
via npm
npm install -g nomlang
Windows
nom can be installed by running one of the following commands in cmd.exe
(Command Prompt).
via batch (recommended)
@powershell -Command "Invoke-WebRequest http://raw.githubusercontent.com/nanalan/nom/master/install.bat -OutFile %USERPROFILE%\.nom.bat; Start-Process \"cmd.exe\" \"/c %USERPROFILE%\.nom.bat\""
via npm
npm install -g nomlang
Usage
nom --help