summaryrefslogtreecommitdiffstats
path: root/development/parrot/README
diff options
context:
space:
mode:
author Shrivatsan V Sampathkumar2010-08-10 02:42:22 +0200
committer Michiel van Wessem2010-08-10 02:42:22 +0200
commitb92a788c3c51490375395af2b6e82372f8c80f8b (patch)
tree1c6dce1818c033c2d65912fd1320399f05f92f15 /development/parrot/README
parentb3ecfc3147796e2f37b9d299145aa576728b7dfb (diff)
downloadslackbuilds-b92a788c3c51490375395af2b6e82372f8c80f8b.tar.gz
development/parrot: Added (virtual machine for program languages)
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'development/parrot/README')
-rw-r--r--development/parrot/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/parrot/README b/development/parrot/README
new file mode 100644
index 0000000000..8489d471dc
--- /dev/null
+++ b/development/parrot/README
@@ -0,0 +1,14 @@
+ Parrot VM - a VM for dynamic languages
+
+Parrot is a virtual machine designed to efficiently compile and
+execute bytecode for dynamic languages. Parrot currently hosts
+a variety of dynamic languages such as Tcl, Javascript, Ruby,
+Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator.
+
+<http://parrot.org>
+
+If you want to compile parrot with icu4c run the SlackBuild as below.
+You'll need of course to install icu4c. A build script for this is available
+at SlackBuilds.org.
+
+ICU=yes ./parrot.SlackBuild