Skip to content
/ psjs Public

Barebone, forth-like language that compiles on-the-fly to Javascript

Notifications You must be signed in to change notification settings

npny/psjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

git clone [email protected]:npny/psjs.git
ln -s psjs/pse /usr/local/bin/pse
ln -s psjs/psc /usr/local/bin/psc

Direct evaluation:
pse 5 6 add 3 4 mul
pse "helloworld" 3 chunks {"," join} each

Compilation from standard input:
cat *.ps | psc > app.js
nc -l 1337 | psc | node

Contribute:
Don't.


psjs is released under the MIT license. Pierre Boyer, 2016.

About

Barebone, forth-like language that compiles on-the-fly to Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published