https://github.com/leto/kea
Kea: Factor on the Parrot Virtual Machine
https://github.com/leto/kea
Last synced: 4 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 (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T19:34:28.000Z (over 12 years ago)
- Last Synced: 2025-01-15T08:46:18.983Z (6 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