macOS
brew install ldpllocal Homebrew formula metadata
brew
ldpl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ldpllocal Homebrew formula metadata
概要
COBOL-like programming language that compiles to C++
履歴
LDPL is Lartu's COBOL-inspired, plain-English compiled programming language. The official site presents it as a general-purpose language designed to be expressive, readable, fast, easy to learn, and UTF-8 aware.
LDPL's public release history begins with LDPL 1.0.0 on January 30, 2019, described in GitHub releases as the first working version. Early 2019 releases quickly stabilized the language, aligned it with the LDPL 19 Standard, and moved from interpretation toward compiled output.
A major practical shift happened in March 2019: release notes for 2.0.4 describe LDPL as compiling source code to binary files, and 2.0.6 added Windows support while adopting semantic versioning. LDPL 3.0.0 in April 2019 expanded the language with C++ compatibility and import-related features, making the compiler's C++ target more visible as an extension point.
The project kept its deliberately verbose, readable design as a central identity. The official documentation states that the LDPL community compiled the docs to teach and standardize the language, and the compiler section explains the simple workflow: LDPL code is translated to C++ and then compiled with a C++ compiler.
LDPL 5 'Groovy Gualicho' was released on March 27, 2023 and declared a milestone: the language was considered complete and placed in minimal evolution mode. LDPL 5.1.0 followed on November 9, 2024 with backward-compatible functionality and fixes.
LDPL's adoption is niche and community-driven rather than industrial-scale. Official materials point users to Homebrew, Snap, GitHub releases, documentation, examples, Reddit, IRC-era community channels, Telegram, and first-party or third-party .ldpl libraries.
The language attracted package-manager interest because it is unusual but easy to package: a command-line compiler, Apache-licensed source, and a small Unix-oriented build path based on make and a C++11 compiler.
Users write .ldpl source files and invoke the ldpl compiler on a source file; the compiler emits and builds C++ output into an executable. The documentation also covers source extensions, compiler switches, importing files, C++ extensions, data sections, procedures, control flow, text, maps, lists, and I/O statements.
LDPL is most commonly interesting as an approachable language experiment: it favors one-purpose statements, English-like syntax, and a low-friction compile command over terse expression density.
LDPL is package-nerd catnip because it is a serious implementation of a deliberately readable, COBOL-like language with dinosaur-themed releases, a C++ backend, and a compact command-line compiler. It is small enough for Homebrew packaging but opinionated enough to have its own standard, docs, examples, community, and release lineage.
Its 2023 minimal-evolution declaration is also notable: many experimental languages chase constant surface-area growth, while LDPL's maintainers chose stability after reaching a complete language design.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ldpl | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:ldpl |
|---|---|
| バージョン | 5.1.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ldpl |
| ホームページ | https://www.ldpl-lang.org/ |
| リポジトリ | https://github.com/Lartu/ldpl |
| 上流ドキュメント | https://docs.ldpl-lang.org/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/Lartu/ldpl/archive/refs/tags/LDPL-5.1.0.tar.gz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ldpl |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.