TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pike Programming Language (2014)

45 pointsby zuraabout 10 years ago

4 comments

tomjakubowskiabout 10 years ago
Pike is one of my favorite languages, but I&#x27;ve hardly used it. It&#x27;s dear to me to me for purely sentimental reasons. As the article briefly mentions, Pike is the spiritual successor to LPC, a pretty unique language from the late 80s&#x2F;early 90s used to extend LPMUDs and write areas, items, mobs, etc. I&#x27;d dabbled in programming before, but LPC was the first language I used to write real code shipped to production on a MUD called Aldebaran [1], with a user base in the hundreds (felt huge at the time :-)), circa 2001.<p>I remember very quickly losing interest in playing Aldebaran when I saw how the so-called &quot;wizards&quot; (programmers) could manipulate the world around them with code [2]. I decided almost right away that I would play exactly enough to fulfill the bare minimum requirements to apply to become a wizard and harass the administrators until they let me have a trial run. A few weeks later, the admins relented, and I haven&#x27;t stopped coding since.<p>[1]: <a href="http://aldebaran.mud.de/" rel="nofollow">http:&#x2F;&#x2F;aldebaran.mud.de&#x2F;</a><p>[2]: Looking back, Aldebaran to the wizard was an almost Emacs-like interactive environment. You could create and manipulate items on the fly by cloning a blueprint and, using a special wizard&#x27;s staff, evaluate code directly on that item without changing any files. And like Emacs, the text editor it came with (an ed clone) was terrible :-)
评论 #9272931 未加载
mhdabout 10 years ago
For a very short while it looked like Pike could take a seat among the othe &quot;P&quot; languages (Perl, Python, PHP), but that was <i>quite</i> a while ago. And mostly because it was bundled with the Roxen web server. IIRC its claim to fame was easy headline font-&gt;image rendering…<p>fugaces labuntur anni, indeed.
arthursilvaabout 10 years ago
Oh gosh, I remember checking out Pike a longgg time a go! Totally forgot about it since them.<p>Checking it again today makes me realize how neat it is, the union types (now in typescript as well) are awesome.
mkadlecabout 10 years ago
Reminds me of Javascript, but with better performance and without some of the Javascript oddities.
评论 #9272833 未加载