C-INTERCAL: Difference between revisions

From Esolang
Jump to navigation Jump to search
Content deleted Content added
m .
Somefan (talk | contribs)
m dead repo link, and fix stub placement
Line 1: Line 1:
{{stub}}
'''C-INTERCAL''' is an [[INTERCAL]] implementation first released on 12 May 1990 by [[Wikipedia:Eric S. Raymond|Eric S. Raymond]]. Although compatible with INTERCAL-72, it has extensions for things like computed COME FROM, computed ABSTAIN, [[Threaded INTERCAL]], [[Backtracking INTERCAL]], and a debugger and profiler. The implementation is written in and compiles programs to POSIX-compatible C. It also supports [[TriINTERCAL]].

'''C-INTERCAL''' is an [[INTERCAL]] implementation first released on 12 May 1990 by [[Wikipedia:Eric S. Raymond|Eric S. Raymond]]. Although compatible with [[INTERCAL-72]], it has extensions for things like computed COME FROM, computed ABSTAIN, [[Threaded INTERCAL]], [[Backtracking INTERCAL]], and a debugger and profiler. The implementation is written in and compiles programs to POSIX-compatible C. It also supports [[TriINTERCAL]].

== External resources ==
== External resources ==
* [http://c.intercal.org.uk/ (stub) C-INTERCAL homepage]{{Deadlink}}
* [http://c.intercal.org.uk/ (stub) C-INTERCAL homepage]{{Deadlink}}
** [http://overload.intercal.org.uk/c/ Compiler download page]{{Deadlink}} (note that C-INTERCAL is also available as a Debian and Ubuntu package via <code>sudo apt-get install intercal</code>)
** [http://overload.intercal.org.uk/c/ Compiler download page]{{Deadlink}} (note that C-INTERCAL is also available as a Debian and Ubuntu package via <code>sudo apt-get install intercal</code>)
** [http://c.intercal.org.uk/manual/index.htm C-INTERCAL documentation]{{Deadlink}} ({{Wayback|20100323084805|http://c.intercal.org.uk:80/manual/index.htm|snapshot on the Wayback machine}})
** [http://c.intercal.org.uk/manual/index.htm C-INTERCAL documentation]{{Deadlink}} ({{Wayback|20100323084805|http://c.intercal.org.uk:80/manual/index.htm|snapshot on the Wayback machine}})
* Due to the tendency of links to break, the C-INTERCAL repository (including the documentation) is mirrored at <nowiki>http://nethack4.org/media/intercal.git</nowiki>; this is not accessible via a web browser, but is accessible using <code>git</code> directly.
* [http://nethack4.org/media/intercal.git Mirrored git repository]{{Deadlink}} (This is not accessible via a web browser, but is accessible via <code>git clone</code>)


{{stub}}
[[Category:Implementations]]
[[Category:Implementations]]
[[Category:Before 1993]]
[[Category:Before 1993]]

Revision as of 17:29, 23 November 2025

This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

C-INTERCAL is an INTERCAL implementation first released on 12 May 1990 by Eric S. Raymond. Although compatible with INTERCAL-72, it has extensions for things like computed COME FROM, computed ABSTAIN, Threaded INTERCAL, Backtracking INTERCAL, and a debugger and profiler. The implementation is written in and compiles programs to POSIX-compatible C. It also supports TriINTERCAL.

External resources