nomlang

0.4.5 • Public • Published

nom

✨ ⛓ 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

Readme

Keywords

none

Package Sidebar

Install

npm i nomlang

Weekly Downloads

2

Version

0.4.5

License

MIT

Last publish

Collaborators

  • nanalan