summaryrefslogtreecommitdiff
path: root/devel/wide/DESCR
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-02-01 19:11:20 +0000
committerjschauma <jschauma@pkgsrc.org>2005-02-01 19:11:20 +0000
commit8289268ecd20523359d7a119f383c664e5a0879c (patch)
tree7e953dbc095746f78441038da7ec6aa99b45864f /devel/wide/DESCR
parentfc4e66090dc1a2ce6dfe0ee799dca2a265c5a185 (diff)
downloadpkgsrc-8289268ecd20523359d7a119f383c664e5a0879c.tar.gz
Initial import of devel/wide:
WIDE stands for 'The While IDE', an integrated development environment for the While programming language. With WIDE you will be able to: 1. Create and edit While Programs written in standard list concrete syntax, and a novel textual (string) syntax developed exclusively for WIDE. 2. Compile and Run While Programs. 3. Debug Programs. 4. Easily experiment with meta-programming ideas and concepts. Wide is licensed under the Eclipse License.
Diffstat (limited to 'devel/wide/DESCR')
-rw-r--r--devel/wide/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/wide/DESCR b/devel/wide/DESCR
new file mode 100644
index 00000000000..47c08ffbd8e
--- /dev/null
+++ b/devel/wide/DESCR
@@ -0,0 +1,10 @@
+WIDE stands for 'The While IDE', an integrated development environment for the
+While programming language.
+
+With WIDE you will be able to:
+
+ 1. Create and edit While Programs written in standard list concrete syntax,
+ and a novel textual (string) syntax developed exclusively for WIDE.
+ 2. Compile and Run While Programs.
+ 3. Debug Programs.
+ 4. Easily experiment with meta-programming ideas and concepts.