# Installer intercal avec Homebrew, apt, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de intercal pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:intercal
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install intercal
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install intercal
```

  Preuve: Debian stable package indexes: intercal from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#intercal
```

  Preuve: nixpkgs package indexes: pkgs/by-name/in/intercal/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:intercal
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.34
- **Résumé source:** Esoteric, parody programming language
- **Page d'accueil:** <http://catb.org/~esr/intercal/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- convickt (alias)
- ick (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.34
## Historique du projet et usages

C-INTERCAL is Eric S. Raymond's Unix-hosted implementation of INTERCAL, the parody programming language designed by Don Woods and James Lyon in 1972. It packages `ick`, supporting tools such as `convickt`, sample programs, manuals, and a long-running codebase whose maintenance history is itself part of esolang culture.

### Historique du projet

The upstream README credits Woods and Lyon with the original INTERCAL language and Raymond with the C implementation. It also records subsequent work by Steve Swales, Michael Ernst, Louis Howell, Brian Raiter, Joris Huizer, Alex Smith, and others. The README describes release 0.29 as a unified deforking of C-INTERCAL with Alex Smith and Raymond as co-maintainers.

The project HISTORY and NEWS files show a maintenance style built around keeping an intentionally absurd language buildable on ordinary Unix systems. Release 0.29 in 2010 added a regression-test suite and merged ESR/Alex Smith work; release 0.30 in 2015 was forced partly by the shutdown of Gitorious hosting; release 0.31 in 2019 notes hosting on GitLab; later releases focused on GCC, autoconf, portability, and hardening repairs.

### Historique d'adoption

C-INTERCAL survived because it became the canonical Unix package for trying the original esoteric language, not because it served mainstream production programming. Its availability in Homebrew, Debian, Ubuntu, and Nix keeps the joke executable: users can install a real compiler, run historical sample programs, and read manuals that preserve the language's anti-design humor.

### Modes d'utilisation

The README points users to the Revamped Manual and documents the basic compiler invocation `ick foo.i`. The distribution includes manuals, examples in the `pit` directory, editor support, generated parser files for systems without flex/bison, and a debugger/profiler, making it more substantial than a toy interpreter despite the language's parody roots.

### Pourquoi les passionnés de paquets s'y intéressent

C-INTERCAL is package-manager folklore: a deliberately painful language with a serious portability trail. It matters because package managers preserve not only practical tools but also cultural artifacts, and because C-INTERCAL turns esolang history into a buildable Unix package with man pages, tests, samples, and release engineering.

### Chronologie

- 1972: Don Woods and James Lyon designed INTERCAL.
- 1990: Eric S. Raymond's C implementation brought INTERCAL to Unix culture.
- 2010: C-INTERCAL 0.29 merged ESR and Alex Smith work and added regression testing.
- 2015: C-INTERCAL 0.30 moved project hosting after Gitorious shutdown pressure.
- 2019: C-INTERCAL 0.31 noted GitLab hosting.
- 2026: C-INTERCAL 0.34 focused on code hardening and modern toolchain compatibility.

### Related projects

- The README points to CLC-INTERCAL as a related variant implementation. The package also belongs to the broader esolang lineage around languages such as Befunge and Unlambda, both of which appear in C-INTERCAL's examples, interfaces, or release history.

### Sources

- CATB documentation, upstream GitLab README/HISTORY/NEWS files, GitLab project metadata, and Homebrew formula metadata.


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- Debian apt - intercal - 30:0.30-6: normalized package name match | Debian stable package indexes: intercal from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | INTERCAL de-obfuscator | http://intercal.freeshell.org/
- Nix - intercal: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/intercal/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - intercal - 30:0.30-6: normalized package name match | Ubuntu 24.04 LTS package indexes: intercal from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | INTERCAL de-obfuscator | http://intercal.freeshell.org/


## Combined YAML source

View the package source record on GitHub. [combined/intercal.yml](https://github.com/mxcl/pkgdb/blob/main/combined/intercal.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
