C-INTERCAL: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
m . |
m dead repo link, and fix stub placement |
||
| Line 1: | Line 1: | ||
| ⚫ | |||
| ⚫ | '''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}}) |
||
* |
* [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>) |
||
| ⚫ | |||
[[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
- (stub) C-INTERCAL homepage(dead link)
- Compiler download page(dead link) (note that C-INTERCAL is also available as a Debian and Ubuntu package via
sudo apt-get install intercal) - C-INTERCAL documentation(dead link) (snapshot on the Wayback machine (from the Wayback Machine; retrieved on 23 March 2010))
- Compiler download page(dead link) (note that C-INTERCAL is also available as a Debian and Ubuntu package via
- Mirrored git repository(dead link) (This is not accessible via a web browser, but is accessible via
git clone)