diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-06-26 09:19:52 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-06-26 09:19:52 +0000 |
commit | e977d4f8a52f5d244b89423a4c7ac44f187492f5 (patch) | |
tree | a1a2d4ec408b04fdf72bc7d02e04063cc599a5fc /lang/drscheme/pkg-descr | |
parent | 0a2ff7ac0481bb1a774ee677d386ce6eaa71dc2f (diff) | |
download | ports-e977d4f8a52f5d244b89423a4c7ac44f187492f5.tar.gz ports-e977d4f8a52f5d244b89423a4c7ac44f187492f5.zip |
Notes
Diffstat (limited to 'lang/drscheme/pkg-descr')
-rw-r--r-- | lang/drscheme/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/drscheme/pkg-descr b/lang/drscheme/pkg-descr new file mode 100644 index 000000000000..d40536d292e0 --- /dev/null +++ b/lang/drscheme/pkg-descr @@ -0,0 +1,11 @@ +DrScheme is an interactive, integrated, graphical programming +environment for the Scheme, MzScheme, and MrEd programming languages. +DrScheme incorporates several features including highlighting of +the source of syntax and run-time errors, support for multiple +language levels, an algebraic stepper, objects, modules, a GUI +library, TCP/IP, and much more. It includes an extensive, hyper-linked +help system called Help Desk, available from the Help menu. +DrScheme Jr is a textual version of DrScheme that offers some of the +benefits of DrScheme, but without development tools or graphics. + +WWW: http://www.cs.rice.edu/CS/PLT/packages/drscheme/ |