/tutorial
Sentient Lang.
Installing Sentient
If you’re running Node, you can install Sentient with:
npm install -g sentient-lang
And that’s it! That will install the ‘sentient’ executable which you can use for compiling and running Sentient programs.
At present, Sentient is officially supported in Node 0.11 or newer, but it might work with older versions, too. You can check your Node version with:
node --version