Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Not Quite C

Not Quite C - Programming language

< >

Not Quite C, aka Not Quite C, is a programming language created in 2017 by Nora Sandler.

#796on PLDB 6Years Old 313Users
0Books 0Papers

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...


Example 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. }

Language features

Feature Supported Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X
context-diff.html · nqc.html · odata.html

View source

- Build the next great programming language · Search · v2023 · Day 208 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com