This package browser is in early development. Mind the rough edges.

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:

  1. npiet, a Piet interpreter with debugging capabilities

  2. npiet-foogol, a program that builds a Piet program from Foogol, an Algol-like language

  3. npietedit, an editor for Piet programs.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/npiet/badges/latest-version.svg)](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]]