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://...")
 
m (Remove broken mirror link)
 
(2 intermediate revisions by the same user not shown)
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 HolyC documentation is provided with TempleOS. ([https://web.archive.org/web/20170325000321/http://www.templeos.org/Wb/Doc/HolyC.html archive]).

== 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://github.com/jamesalbert/HolyC-for-Linux GitHub - jamesalbert/HolyC-for-Linux: run HolyC on Linux secularly]
* [https://archive.org/details/TempleOS_Website_Archive templeos.org backup]
* [https://templeos.sheikhs.space/Wb/Home/Web/AppStore/AppStore.html TempleOS App Store]

Latest revision as of 10:43, 8 September 2018

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 HolyC documentation is provided with TempleOS. (archive).

Related Resources