Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 673 Bytes

oh-my-gosh

Try to make a shell using simple programming language Nasal.

If you feel hard to use this shell, that's right.

bash, zsh, sh, oh-my-gosh? TRASH!

how to use

First you should get Nasal interpreter.

Then use this command to run:

./nasal -op -e main.nas

what is nasal-lang

It is a programming language designed by Andy Ross. Mainly used in a famous flight simulator FlightGear. I re-write a new interpreter for this language and use it to run this shell.