Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

QuakeC

< >

QuakeC is a programming language created in 1996 by John Carmack.

#1005on PLDB 28Years Old

QuakeC is an interpreted language developed in 1996 by John Carmack of id Software to program parts of the video game Quake. Using QuakeC, a programmer is able to customize Quake to great extents by adding weapons, changing game logic and physics, and programming complex scenarios. It can be used to control many aspects of the game itself, such as parts of the AI, triggers, or changes in the level. Read more on Wikipedia...


Example from hello-world:
bprint("Hello World\n");

Language features

Feature Supported Token Example
Print() Debugging ✓ bprint

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io