npiet
Piet interpreter
Npiet is an interpreter for the Piet programming language. Instead of text, Piet programs are pictures. Commands are determined based on changes in color.
This package includes:
npiet
, a Piet interpreter with debugging capabilitiesnpiet-foogol
, a program that builds a Piet program from Foogol, an Algol-like languagenpietedit
, an editor for Piet programs.
- Versions: 1.3f
- Website: https://www.bertnase.de/npiet/
- Licenses: GPL 2+
- Package source: gnu/packages/piet.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of npiet
as follows:
guix install npiet
Or install a particular version:
guix install npiet@1.3f
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of npiet about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/npiet'><img src='https://packages.guix.gnu.org/packages/npiet/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/npiet)
Example Org:
[[https://packages.guix.gnu.org/packages/npiet][https://packages.guix.gnu.org/packages/npiet/badges/latest-version.svg]]