diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-01 19:11:20 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-01 19:11:20 +0000 |
commit | 8289268ecd20523359d7a119f383c664e5a0879c (patch) | |
tree | 7e953dbc095746f78441038da7ec6aa99b45864f /devel/wide/DESCR | |
parent | fc4e66090dc1a2ce6dfe0ee799dca2a265c5a185 (diff) | |
download | pkgsrc-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/DESCR | 10 |
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. |