Programming as it should be.
$ qc run examples/hello-world.qc
hello worldgit clone https://github.com/witling/quasicode
cd quasicode
chmod +x install
./installWe 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 |