Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add section Nix Interpreters #133

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* [Channel History](#channel-history)
* [Deployment Tools](#deployment-tools)
* [Command-Line Tools](#command-line-tools)
* [Nix Interpreters](#nix-interpreters)
* [Development](#development)
* [Programming Languages](#programming-languages)
* [Arduino](#arduino)
Expand Down Expand Up @@ -95,6 +96,14 @@
* [nix-tree](https://github.com/utdemir/nix-tree) - Interactively browse the dependency graph of Nix derivations.
* [statix](https://github.com/nerdypepper/statix) - A linter/fixer to check for and fix antipatterns in Nix code.

## Nix Interpreters

aka: Nix Evaluators

* [nix](https://github.com/NixOS/nix) - Original implementation in C++.
* [Toros](https://github.com/kamadorueda/toros) - Nix implementation in Rust. Based on the [NixEL](https://github.com/kamadorueda/nixel) parser.
* [nix-eval-js](https://github.com/milahu/nix-eval-js) - Nix interpreter in JavaScript. Proof of concept. Based on the [lezer-parser-nix](https://github.com/milahu/lezer-parser-nix) parser.

## Development

* [Arion](https://github.com/hercules-ci/arion) - Run `docker-compose` with help from Nix/NixOS.
Expand Down