Not Quite C
Not Quite C, aka Not Quite C, is an actively used programming language created in 2017. Not Quite C (NQC) is a programming language, application programming interface (API), and native bytecode compiler toolkit for the Lego Mindstorms, Cybermaster and LEGO Spybotics systems. It is based primarily on the C language but has specific limitations, such as the maximum number of subroutines and variables allowed, which differ depending on the version of firmware the RCX has. The language was invented by David Baum. Read more on Wikipedia...
3Years Old | 104Users | ?Jobs |
- Not Quite C ranks in the top 25% of languages
- the Not Quite C wikipedia page
- Not Quite C on github
- Not Quite C first appeared in 2017
- See also: c, linux
- Have a question about Not Quite C not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
task main () // Main program { SetPower(OUT_A, OUT_FULL); // Turn on motor A at 100% power. OnFor(OUT_A, 200); // Let the motor run for two seconds, and then turn it off. }
Last updated August 9th, 2020