Programming as it should be.
$ qc run examples/hello-world.qc
hello world
git clone https://github.com/witling/quasicode
cd quasicode
chmod +x install
./install
We have a vim plugin for syntax support. What else do you really need?
Have a look at the Cheatsheet on how to use and extend quasicode.
What Is Implemented? | What Doesn't 'Work'? |
---|---|
endless loops, breaking | qc does not prioritize mathematical operators. This is not a bug but rather a feature. |
variable assignment, computing with the standard math operators + , - , * , / , modulo ™ |
There are no comments. If your code doesn't comment itself, you're doing it wrong. |
function declaration | |
support for libraries written in Python |