Category:HolyC: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}} {{language |site=http://www.templeos.org/Wb/Doc/HolyC.html}} '''HolyC''' is a programming language developed by Terry Davis for The Temple Operating System ([http://...")
 
No edit summary
Line 1: Line 1:
{{stub}}
{{language
{{language
|exec=machine
|site=http://www.templeos.org/Wb/Doc/HolyC.html}}
|gc=no
|checking=no
|parampass=value
|strength=weak
|safety=unsafe
|site=http://www.templeos.org/}}


'''HolyC''' is a programming language developed by Terry Davis for The Temple Operating System ([http://www.templeos.org/ TempleOS])
'''HolyC''' is a variation of [[C|C]] developed by Terry A. Davis. HolyC is the official programming language for The Temple Operating System ([http://www.templeos.org/ TempleOS]).

The official documentation is provided with TempleOS. An [https://web.archive.org/web/20170325000321/http://www.templeos.org/Wb/Doc/HolyC.html archive] is available on archive.org.

== Related Resources ==

* [https://en.wikipedia.org/wiki/TempleOS TempleOS - Wikipedia]
* [http://www.codersnotes.com/notes/a-constructive-look-at-templeos/ A Constructive Look At TempleOS]
* [https://www.jwhitham.org//2015/07/porting-third-party-programs-to-templeos.html Porting third-party programs to TempleOS]
* [https://github.com/minexew/Shrine GitHub - minexew/Shrine]
* [https://archive.org/details/TempleOS_Website_Archive templeos.org backup]
* [https://github.com/jamesalbert/HolyC-for-Linux GitHub - jamesalbert/HolyC-for-Linux: run HolyC on Linux secularly]

Revision as of 04:07, 28 September 2017

Language
HolyC
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: No
Parameter passing methods: By value
Type safety: Unsafe
Type strength: Weak
Type checking: No
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 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 documentation is provided with TempleOS. An archive is available on archive.org.

Related Resources