diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 10:05:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 10:05:18 +0800 |
commit | 0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315 (patch) | |
tree | eb8db55a5c45a6355134d65619dc1cdca1c80376 /lang/pike74/pkg-descr | |
parent | 8118e6c02f0b09e2e49bfac1900cc7c930c7513a (diff) | |
download | freebsd-ports-gnome-0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315.tar.gz freebsd-ports-gnome-0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315.tar.zst freebsd-ports-gnome-0fcc662bc7cdfb5387a5dc1d16613e9fa08e0315.zip |
Import of pike version 0.6.110.
A dynamic programming language with a syntax similar to C++.
PR: 9783
Submitted by: Vladimir N.Silyaev <vns@delta.odessa.ua>
Diffstat (limited to 'lang/pike74/pkg-descr')
-rw-r--r-- | lang/pike74/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/pike74/pkg-descr b/lang/pike74/pkg-descr new file mode 100644 index 000000000000..985db70254a8 --- /dev/null +++ b/lang/pike74/pkg-descr @@ -0,0 +1,11 @@ +Pike is easy to learn, and just as easy to use in the development of +powerful applications. The language is designed to be useful and +powerful. As the syntax of Pike is similar to that of C, most +programmers will find it easy to use. As Pike is a high-level, +interpreted and modular object-oriented language, powerful +applications can be rapidly developed. Pike has evolved rather than +been designed, and the changes made have been guided by its users' +needs. In general, the better you get to know Pike, the more you will +appreciate it, from a user's perspective. + +For more info, please, refer to http://pike.idonex.se/ |