diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /lang/squeak-dev/pkg-descr | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'lang/squeak-dev/pkg-descr')
-rw-r--r-- | lang/squeak-dev/pkg-descr | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/squeak-dev/pkg-descr b/lang/squeak-dev/pkg-descr deleted file mode 100644 index c451fd6794a0..000000000000 --- a/lang/squeak-dev/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Squeak is an open, highly-portable Smalltalk-80 implementation whose -virtual machine is written entirely in Smalltalk, making it easy to -debug, analyze, and change; 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 powerful coding - tools and GUI construction tools. - -Squeak was developed at Apple Labs, 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 4 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). - -Squeak comes under an open source license, meaning that you can -download and use it for free. - -WWW: http://www.squeak.org/ (Squeak project) - http://www-sor.inria.fr/~piumarta/squeak/ (Unix Squeak) |