Jump to content

Talk:Pike (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Generic Player (talk | contribs) at 18:32, 6 April 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

LPC

I wonder why LPC wasn't mentioned here, as I call pike a reallife implementation of LPC. And, not to forget, pike was called uLPC in it's earlier versions.

Its just not a very big article, I'm going to try to find time to make it more complete, including information on pike's history. Generic Player 18:32, 6 Apr 2005 (UTC)

C style vs C++ style syntax?

Should the article really have been changed to say C++ syntax instead of C syntax? Off the top of my head I can't think of any syntax that pike and C++ have in common that isn't taken from C. The curly braces, semicolons, parenthesis, for, while, do, switch, if/else and more are all just like they are in C. The object oriented portions of pike don't use C++ syntax: classes, constructors, destructors, inheritance and access control are all done using different syntax. Generic Player 18:32, 6 Apr 2005 (UTC)