Pike is an interpreted, general-purpose, high-level, cross-platform, dynamic programming language, with a syntax similar to that of C. Unlike many other dynamic languages, Pike is both statically and dynamically typed, and requires explicit type definitions. It features a flexible type system that allows the rapid development and flexible code of dynamically typed languages, while still providing some of the benefits of a statically typed language.
Size: 9 MB
Authors: Pike development team supported by the Software and Systems division of the Department of Computer and Information Science (IDA) at Linköping University
Default path: %HOMEDRIVE%\Programs\pike
pbox install pike-portable
Show pbox.xml
<pbox version="1.0">
<name>pike-portable</name>
<title>Pike (portable)</title>
<version>7.8</version>
<group>programming</group>
<archs>32</archs>
<homedir>%HOMEDRIVE%\Programs\pike</homedir>
<install>
<copy>.\files</copy>
<env>PIKE_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>PIKE_HOME</unenv>
</uninstall>
</pbox>