Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
1975c956
Commit
1975c956
authored
27 years ago
by
Peter Nordgren
Browse files
Options
Downloads
Patches
Plain Diff
Proofreading and language tightening.
Rev: ANNOUNCE:1.2
parent
46ba4754
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ANNOUNCE
+38
-37
38 additions, 37 deletions
ANNOUNCE
with
38 additions
and
37 deletions
ANNOUNCE
+
38
−
37
View file @
1975c956
Pike 0.5b
Pike 0.5 is now available for public beta testing, though
unfortunately a bit crippled. Unfortunately, we are not able to supply the
cryptographic toolkit and the full library of algorithms, due to Swedish
export restrictions. However an application is being processed by the
the authorities and as soon as we get an export license we will
make an updated distribution available. However, this document is a
brief presentation of the major characteristics of Pike 0.5.
In spite of its youth, Pike has matured over the last few years and
the coordination of the development is now managed by a team at Idonex
AB. Still, Pike is released under the GNU General Public License
(GPL), and is freely distributed and will continue being so. In short,
this means that you are free to use and modify the source code in any
way you please, see the file COPYING for details. Though, Idonex
maintains the right to the brand name and the copyright, which is a
guarantee that Pike future will be continuously developed and enhanced
and to remain free software.
Pike is an easy programming language to learn. Just as easily Pike
lets you develop powerful applications. Pike is designed to be useful
and powerful. As the syntax of Pike is similar to C, most programmers
will find it easy to use. Being a a high-level, interpreted and
modular object-oriented language, powerful applications can be
developed rapidly. Pike has evolved rather than been designed. The
changes to Pike that have been made have been guided by its users'
needs. In general, the better you get to know Pike, the better you
will appreciate it, from a user's perspective.
unfortunately it is not quite complete. Due to Swedish export
restrictions we are unable to supply the cryptographic toolkit and the
full library of algorithms. An application is being processed by the
authorities, and as we get an export license we will make an updated
distribution available. This document is a brief presentation of the
most important characteristics of Pike 0.5.
While still young, Pike matured over the last few years, and
development is now co-ordinated by a team at Idonex AB. Pike is still
released under the GNU General Public License (GPL). It is, and will
continue to be, freely distributed. Briefly, this means that you are
free to use and modify the source code in any way you please, see the
file COPYING for details. Idonex maintains the right to the brand name
and the copyright, guaranteeing that Pike will be continuously
developed and enhanced, and remain free software.
Pike is easily learned, and just as easily used to develop powerful
applications. Pike 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. The changes to
Pike that have been 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.
Pike is just as suitable for intricate and large applications as for
creating use-once scripts. When needed, you can also write
Pike
-
modules in C, to gain better performance or access C
Pike
modules in C, to gain better performance or access C
libraries. This is transparent to the module's users; the modules
written in C and those written in Pike are accessed in exactly the
same way.
Pike
comes with
0.5 comes a comprehensive manual, including both a
Pike
version
0.5 comes
with
a comprehensive manual, including both a
tutorial and a reference. This will help you to quickly get the most
out of Pike. A concise list of characteristics, or pros, of Pike:
out of Pike. Below is concise list of characteristics, or pros, of
Pike:
+ General Purpose Programming Language
+ Freely distributed under
the
GPL
+ Freely distributed under GPL
+ Interpreted - No compilation and linking needed to run code
+ Object Oriented - Straightforward and powerful object
orientation, including multiple inheritance
...
...
@@ -71,7 +71,7 @@ out of Pike. A concise list of characteristics, or pros, of Pike:
How Pike relates to other programming languages:
+ Optimized - Faster run-times than Perl, Python, tcl and Java
+ Faster Development than in C or C++
+ Faster Development than
us
in
g
C or C++
+ C-like Syntax - Easy to learn
Below you will find a list of some desired but missing features, or
...
...
@@ -83,7 +83,8 @@ versions.
- Limited image format import and export support
- Not optimal for heavy numeric processing jobs
- Not for GUI based applications
- Limited range special effect image filters for image processing
- Limited range of special effect image filters for image
processing
Some successful applications using Pike include:
...
...
@@ -99,7 +100,7 @@ Some successful applications using Pike include:
+ Assorted Text Processing Utilities
+ CGI Programs
Pike is distributed
with
a set of modules
that
, some of which
a
are
Pike is distributed
accompanied by
a set of modules, some of which are
described below.
...
...
@@ -107,9 +108,9 @@ Image - Image Processing Module
The Image module lets you perform common image manipulation and
processing operations from Pike programs. The supported operations
include cut and past
e
, scaling, rotation, linear filtering of
most
kinds, rendering text, etc. All drawing uses anti-alias. Using
the
Image module, you can automate jobs that
you
would otherwise have
include cut
ting
and past
ing
, scaling, rotation, linear filtering of
most
kinds, rendering text, etc. All drawing uses anti-alias. Using
the
Image module, you can automate jobs that would otherwise have
required tedious work in an interactive image processing program such
as Adobe PhotoShop.
...
...
@@ -132,7 +133,7 @@ attachments.
Gz - Data Compression Module
With this module you can compress data. It
'
s name is
a lit
tl
e
With this module you can compress data. Its name is
sligh
tl
y
misleading, as it uses ZLIB. ZLIB uses the same compression algorithm
as gzip, but the format for the compressed data is not compatible with
gzip.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment