Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leto/kea

Kea: Factor on the Parrot Virtual Machine
https://github.com/leto/kea

Last synced: about 2 months ago
JSON representation

Kea: Factor on the Parrot Virtual Machine

Awesome Lists containing this project

README

        

# Kea - Factor on the Parrot Virtual Machine

Factor is a practical dynamic stack language. Parrot is a Virtual Machine
designed to run dynamic languages.

You will need to have the Parrot Virtual Machine installed to compile Kea. You
can download it at http://parrot.org . You will need at least version 1.8.0 or
higher.

## Building

$ parrot setup.pir build

## Testing

$ parrot setup.pir test

## Cleaning

$ parrot setup.pir clean

## Installing
$ sudo parrot setup.pir install

## Uninstalling

$ sudo parrot setup.pir uninstall