diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:45 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:45 +0200 |
commit | 84c0c81017d8b34163d0bc6fe85172f482f06fb9 (patch) | |
tree | bfc1044bf1d044490a84dbf1db6296ef1bb1d99d /development/io/slack-desc | |
parent | 573c6c8d02cb2cb67747c10a7962aaafd0fcfdc0 (diff) |
development/io: Removed from 12.2 repository
Diffstat (limited to 'development/io/slack-desc')
-rw-r--r-- | development/io/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/development/io/slack-desc b/development/io/slack-desc deleted file mode 100644 index 1ae0c48f27cb4..0000000000000 --- a/development/io/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -io: io (small, prototype-based programming language) -io: -io: Inspired by Smalltalk (values are objects, messages are dynamic), -io: Self (prototype-based), NewtonScript (differential inheritance), -io: Act1 (actors and futures for concurrency), LISP (code is a runtime -io: inspectable/modifiable tree) and Lua (small, embeddable). -io: -io: Features: small vm (~10K semicolons), multi-state (multiple VMs run -io: in the same process), incremental collector, weak links, actor-based -io: concurrency, C99 implementation, 64bit clean exceptions, embeddable. -io: |