|
agda
☆
« Back to VersTracker
|
|||||||||||||||||||||||||||||||||||
|
Description: Dependently typed functional programming language |
|||||||||||||||||||||||||||||||||||
| Type: Formula | Latest Version: 2.8.0@0 | Tracked Since: Dec 17, 2025 | |||||||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | |||||||||||||||||||||||||||||||||||
| Category: Developer tools | |||||||||||||||||||||||||||||||||||
| Tags: programming-language dependent-types theorem-proving formal-verification functional-programming | |||||||||||||||||||||||||||||||||||
| Install: brew install agda | |||||||||||||||||||||||||||||||||||
|
About: Agda is a dependently typed functional programming language, designed for constructing formal mathematical proofs and verified software. It allows types to depend on values, enabling powerful compile-time verification of program correctness. The language features a rich type system and supports interactive theorem proving via its Emacs-based mode. |
|||||||||||||||||||||||||||||||||||
Key Features:
|
|||||||||||||||||||||||||||||||||||
Use Cases:
|
|||||||||||||||||||||||||||||||||||
| Alternatives: | |||||||||||||||||||||||||||||||||||
| License: MIT AND BSD-3-Clause | |||||||||||||||||||||||||||||||||||
| Dependencies: ghc, gmp | |||||||||||||||||||||||||||||||||||
| Bottles available for: arm64_tahoe, arm64_sequoia, arm64_sonoma, sonoma, arm64_linux, x86_64_linux | |||||||||||||||||||||||||||||||||||
Important Notes:To use the installed Agda libraries, execute the following commands:
mkdir -p $HOME/.config/agda
cp $HOMEBREW_PREFIX/opt/agda/share/agda/example-libraries $HOME/.config/agda/libraries
cp $HOMEBREW_PREFIX/opt/agda/share/agda/example-defaults $HOME/.config/agda/defaults
You can then inspect the copied files and customize them as needed.
If you have upgraded your Agda installation from a previous version, you may need to redo this.
|
|||||||||||||||||||||||||||||||||||
| Version History | |||||||||||||||||||||||||||||||||||
|