HolyC
'''HolyC''' is a variation of C developed by Terry A. Davis. HolyC is the official programming language for The Temple Operating System (TempleOS).
The official HolyC documentation is provided with TempleOS. (archive).
Related Resources
Tasks
- 100 doors
- Arithmetic/Integer
- Arrays
- Boolean values
- Character codes
- Check that file exists
- Detect division by zero
- Empty program
- Empty string
- Exceptions
- Execute a system command
- Factorial
- Find limit of recursion
- FizzBuzz
- Function definition
- Guess the number
- Guess the number/With feedback
- Hello world!
- Hello world/Graphical
- Hello world/Newline omission
- Hello world/Text
- Increment a numerical string
- Integer comparison
- Integer sequence
- Logical operations
- Loops/Break
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Infinite
- Loops/N plus one half
- Loops/While
- Multiplication tables
- String length
- System time
- Variables
- Zero to the zero power