Pike_programming_language Pike_programming_language

Pike programming language - Definition and Overview

Pike is an object-oriented, dynamic and fast programming language with a syntax that looks a lot like C++ on the surface. It includes a powerful modules system that, for instance, has image manipulation, database connectivity, and advanced cryptography. It is simple to learn for people who know other C-derived languages and does not require long compilation passes. Pike is statically typed with required, explicit type definitions like the languages it is derived from, but it deals with types much more flexibly. There is a mixed type that can hold any type, or you can have a type declaration like

int|float x;

meaning that x can contain either an integer or floating point value. Pike has several useful builtin datatypes, including arrays, mappings and multisets. Pike also supports first class and anonymous functions.

The implementation of Pike is free software.

External links

Example Usage of programming

casteban: Photoshop Tutorials: Top 20 Texture And Title Photoshop Tutorials | programming Blog http://bit.ly/4LwVXO
rafikam: RT @khal: @rafikam "programming Collective Intelligence" sounds like an underground hip-hop group circa 1998
techgle_linux: Shell Scripting -amp; Linux programming: excercises http://forum.techgle.com/showthread.php?t=338574
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.