0.4.5 • Published 7 years ago

nomlang v0.4.5

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

nom

:sparkles: :chains: A functional programming language where everything is a chain

npm Travis Gitter Node.js Licence

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