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.

Ask HN: What were the 'hot' dev environments c. 1999

9 pointsby OzzyOsbourneover 13 years ago
I know that today, almost everyone who reads HN understands when I say 'rails', 'node', 'clojure.' "Hi I'm a textmate wielding rails hacker in the valley...". These are considered the 'hot' technologies that are used today. I want to know what the technologies were pre-bust, in 1999, in the days of pets.com et al.

6 comments

Skywingover 13 years ago
That's back when I was using C++/ASM in Visual Studio 6, IDA Pro, and WinDbg to reverse engineer games like Starcraft and Diablo. Now, I use Python to write relatively simple web code. Have I regressed? haha.<p>Self-taught beauties such as this: <a href="https://github.com/ryancole/broodwar-chat-enhancements/blob/master/asm.cpp" rel="nofollow">https://github.com/ryancole/broodwar-chat-enhancements/blob/...</a> It's amazing what the thought of having an unfair advantage in an online game can make you want to learn.
marssaxmanover 13 years ago
Perl was everywhere; that was its heyday.<p>PHP was not yet a joke. Or, rather, it was a joke, but a chuckler rather than the groaner it has become.<p>In 1999, if you said you were a software developer, that meant you wrote programs for people to use on their computers. If you wrote software that ran on servers, that was sort of unusual, so you would describe yourself as a "server-side developer" or something of that sort.<p>If all you did was make web pages, well, that was basically just gluing HTML tags together, so you were at best a "web designer". Maybe, just maybe, you could rise up to a sort of limited honorary "developer" status if your work involved a lot of heavy-duty CGI coding. Nobody would have called your tools a "dev environment" back then.
评论 #3019692 未加载
rabbleover 13 years ago
By 1999 there was a lot of heavy java development on the sever happening. But i'd say the most common server environment was perl. A lot of applications wrote out to static html to handle scale.
ammmirover 13 years ago
a lot of cgi scripts (perl 5, php 3). when the perl code was clean enough, we used mod_perl. i remember discovering fastcgi (which i still use) and being blown away by easy persistent db connections and just general performance wins.<p>on more serious projects, java (servlets, custom middle-tier) was common.
c1sc0over 13 years ago
Perl for coding, BBEdit for editing, Filemaker / SQL / Oracle for the DB.
jwallaceparkerover 13 years ago
We used "Webware for Python" back then. And Java.