# lolcode mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lolcode in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:lolcode
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install lolcode
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#lolcode
```

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

## Paketfakten

- **Paketschlüssel:** brew:lolcode
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/lolcode>
- **Version:** 1.3
- **Quellzusammenfassung:** Esoteric programming language
- **Homepage:** <http://www.lolcode.org/>
- **Repository:** <https://github.com/justinmeza/lci>
- **Upstream-Dokumentation:** <http://www.lolcode.org/>
- **Lizenz:** GPL-3.0-or-later
- **Quellarchiv:** <https://github.com/justinmeza/lci/archive/refs/tags/v1.3.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-13T23:35:02+02:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- lci (cli)
- lci (Alias)

## Build-Abhängigkeiten

- cmake

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.3
- Manager aktualisiert: 2026-06-13
- lokale Daten: OK
- Upstream-Repository: https://github.com/justinmeza/lci
- neueste erkannte Version: v1.3 (aktuell)
## Projektgeschichte und Nutzung

The Homebrew `lolcode` formula packages `lci`, Justin Meza's C interpreter for LOLCODE. LOLCODE itself is an esoteric programming language presented on lolcode.org, and `lci` became the practical Unix-style command-line interpreter linked from that official site.

### Projektgeschichte

The LOLCODE specification archive records version 1.2 as a final draft dated 12 July 2007 and version 1.3 as a later draft that advances the 1.2 specification with proposals from the original forum and site. The official lolcode.org page links the language specification and the `lci` interpreter together, making the interpreter the project-facing implementation for users who want to run LOLCODE programs.

`lci` was created and maintained by Justin J. Meza and its README describes it as a C interpreter designed to be correct, portable, fast, and precisely documented. The repository was created on GitHub in 2010, carries GPL-3.0-or-later licensing in the README, and keeps the main branch aligned with the LOLCODE 1.3 language specification while directing newer experimental language work to a `future` branch.

### Adoptionsgeschichte

For package-manager users, `lci` matters because it gives LOLCODE a small, buildable command-line implementation rather than leaving the language as only a meme-era specification. The input metadata records packages in Homebrew and Nix, while GitHub repository metadata shows a long-lived public repository with hundreds of stars and forks.

### Wie es verwendet wird

The official lolcode.org example installs by cloning `justinmeza/lci`, running CMake, and building with `make`. The README documents Linux, macOS, and Windows builds, optional generated documentation, and `ctest` for the bundled conformance tests.

Users run LOLCODE source through the `lci` executable. The official language examples use the familiar `HAI`, `CAN HAS STDIO?`, `VISIBLE`, and `KTHXBYE` form, while the 1.2 and 1.3 specs define syntax, comments, file structure, variables, and related language behavior.

### Warum Paket-Nerds sich dafür interessieren

`lolcode` is a classic package-manager curiosity: a real CLI interpreter for a joke language that still has a spec, tests, releases, and source builds. It is useful in package catalogs because it exercises build systems, esolang culture, and the boundary between novelty languages and maintained command-line tools.

### Zeitleiste

- 2007: LOLCODE 1.2 final draft dated 12 July 2007.
- 2010: `justinmeza/lci` repository created on GitHub.
- 2014: `lolcode-spec` archive repository created on GitHub.
- 2026: `lci` repository metadata shows continued activity.

### Related projects

- `lolcode-spec` archives the LOLCODE language specifications.
- `httpd.lol` is linked from the `lci` README as an example of newer language features on the `future` branch.

### Quellen

- <https://api.github.com/repos/justinmeza/lci>
- <https://github.com/justinmeza/lci#readme>
- <https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md>
- <https://github.com/justinmeza/lolcode-spec/blob/master/v1.3/lolcode-spec-v1.3.md>
- <https://www.lolcode.org/>
- source_facts.package-manager-url


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- generalized runtime or code generation signal

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lolcode
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** lci
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Nix - lolcode: normalized package name match | nixpkgs package indexes: pkgs/by-name/lo/lolcode/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - lci: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/lc/lci/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Verwandte Links

- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/de/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://pkg.so/de/brew/cmake/) - Build dependency declared by Homebrew.
- [brainfuck](https://pkg.so/de/brew/brainfuck/) - Shares pkgdb curated category or tags: c, cli, interpreter, language-runtime, programming-language.
- [befunge93](https://pkg.so/de/brew/befunge93/) - Shares pkgdb curated category or tags: cli, esolang, interpreter, language-runtime, programming-language.
- [ruby](https://pkg.so/de/brew/ruby/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language.
- [lua](https://pkg.so/de/brew/lua/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language.
- [gauche](https://pkg.so/de/brew/gauche/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language.
- [gambit-scheme](https://pkg.so/de/brew/gambit-scheme/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language.
- [mujs](https://pkg.so/de/brew/mujs/) - Shares pkgdb curated category or tags: c, cli, interpreter, language-runtime.
- [lua@5.4](https://pkg.so/de/brew/lua-5-4/) - Shares pkgdb curated category or tags: cli, interpreter, language-runtime, programming-language.
- [arturo](https://pkg.so/de/brew/arturo/) - Local package facts share a topical domain. Shared terms: cli, interpreter, language, language-runtime, programming.

## Combined YAML source

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


## Quellen

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