summaryrefslogtreecommitdiff
path: root/lang/squeak-vm/DESCR
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-02-11 00:58:19 +0000
committerasau <asau@pkgsrc.org>2010-02-11 00:58:19 +0000
commitc74f2f245e4a4ce74780f3c5774a540a5b299721 (patch)
tree08b72aca6f6f723f5b5b95a503c510653eb2642c /lang/squeak-vm/DESCR
parent5f12980afea16b50e86e14cf7c5380b7a743d475 (diff)
downloadpkgsrc-c74f2f245e4a4ce74780f3c5774a540a5b299721.tar.gz
Import Squeak VM 3.11.3 revision 2135 as lang/squeak-vm.
Squeak is Smalltalk implementation which is direct ancestor of Alan Kay's Smalltalk-80.
Diffstat (limited to 'lang/squeak-vm/DESCR')
-rw-r--r--lang/squeak-vm/DESCR17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/squeak-vm/DESCR b/lang/squeak-vm/DESCR
new file mode 100644
index 00000000000..2ce22553c55
--- /dev/null
+++ b/lang/squeak-vm/DESCR
@@ -0,0 +1,17 @@
+Squeak is a new implementation of the Smalltalk programming environment;
+it includes among other things:
+ * a rapid-turn-around Smalltalk-80 compiler,
+ * a caching-JIT run-time virtual machine (with full source in
+ Smalltalk),
+ * large class libraries with portable data and GUI models, and
+ * an integrated development environment with coding tools, GUI
+ construction.
+
+Squeak was developed at Apple Labs and Walt Disney and has been ported
+to a variety of computers (including most flavors of UNIX and Windows).
+Compared to other Smalltalk systems, Squeak has four important features:
+ * Portability (to Mac, Windows, WinCE, and many flavors of UNIX);
+ * Speed (it uses native C for compute-intensive code);
+ * Price (free, including all source code and the right to distribute
+ applications!); and
+ * Sophistication (full Smalltalk-80 language, libraries, and tools).