Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leto/kea
- Owner: leto
- License: artistic-2.0
- Created: 2009-11-01T02:57:22.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T19:34:28.000Z (almost 12 years ago)
- Last Synced: 2024-06-12T18:58:18.064Z (7 months ago)
- Language: Parrot
- Homepage:
- Size: 133 KB
- Stars: 12
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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