
Is there anything especially unique about HolyC compared to C?
Nov 6, 2020 · HolyC is very similar to regular C, so it's a very simple but powerful language. It was used to make all of TempleOS, so it definitely works to make programs! Most differences can be found in TempleOS' docs, specifically in ::/Doc/HolyC.DD.Z. The most important difference is that HolyC uses "Just in Time" compilation, meaning you don't compile the code into a binary and …
GitHub - Jamesbarford/holyc-lang: HolyC compiler & transpiler
Below is a snippet of code showing some of the features supported by this holyc compiler. Namely inheritance, loops, printf by using a string and loops. All c-like control flows are supported by the compiler.
GitHub - SpaciousCoder78/holyc-docs: Documentation of HolyC
Documentation of HolyC . Contribute to SpaciousCoder78/holyc-docs development by creating an account on GitHub.
Why is holy C so under utilized? : r/linuxquestions - Reddit
Dec 2, 2022 · 102 votes, 87 comments. I have recently looked into holy c (language for templeOS) and it is really a well written language particularly for its time…
GitHub - Ma11ock/holyc: Holy C compiler. Targets LLVM.
Holy C compiler. Targets LLVM. Contribute to Ma11ock/holyc development by creating an account on GitHub.
cia-foundation/TempleOS - GitHub
Talk to God on up to 64 cores. Final snapshot of the Third Temple. - cia-foundation/TempleOS
programming - How does Holy C differ from regular C?
Apr 14, 2023 · The Temple OS operating system has been credited as one of the most impressive coding achievements ever done by a single coder. It was done in Assembly and a variant of the C language called Holy C...
GitHub - nrootconauto/HolyCC2: A HolyC compiler
A HolyC compiler. Contribute to nrootconauto/HolyCC2 development by creating an account on GitHub.
IridescentRose/HolyC-Translator: Translates HolyC to regular C
Holy C is obviously the best programming language, meant to follow the lord's will. The language was created by the (in)famous Terry A. Davis who recently passed away in 2018. As a tribute to Terry, it would be great to attempt to honor him with a more portable HolyC so that his glorious creation can find some more use.
Was Holy C written in C or assembly? : r/TempleOS_Official - Reddit
Mar 31, 2024 · TempleOS is written in x86 Assembly. Its not written in C. Its only called HolyC because it uses some C paradigms, but its 100% Terry's custom code. x86 processors begin execution in Real Mode, a simplistic 16-bit mode that is present on all x86 processors. Real Mode uses the Kernel.BIN.C file to elevate to higher bit modes and start the compiler.
- Some results have been removed