# lolcode を Homebrew, Nix でインストール

lolcode のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install lolcode
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:lolcode
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/lolcode>
- **バージョン:** 1.3
- **ソース概要:** Esoteric programming language
- **ホームページ:** <http://www.lolcode.org/>
- **リポジトリ:** <https://github.com/justinmeza/lci>
- **上流ドキュメント:** <http://www.lolcode.org/>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/justinmeza/lci/archive/refs/tags/v1.3.tar.gz>
- **最終更新:** 2026-06-13T23:35:02+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- lci (cli)
- lci (エイリアス)

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.3
- マネージャ更新日: 2026-06-13
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/justinmeza/lci
- 検出された最新: v1.3 (最新)
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

`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.

### タイムライン

- 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.

### ソース

- <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


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

## ソースデータベース詳細

- **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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

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


## ソース

- 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
