Are there any famous one-man-army programmers? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T06:39:15Z http://stackoverflow.com/feeds/question/529757 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers 56 Are there any famous one-man-army programmers? DFectuoso 2009-02-09T20:23:56Z 2009-10-16T14:43:38Z <p>Lately I have been learning of more and more programmers who think that if they were working alone, they would be faster and would deliver more quality. Usually that feeling is attached to a feeling that they do the best programming in their team and at the end of the day the idea is quite plausible. If they ARE doing the best programming, and worked alone (and more maybe) the final result would be a better piece of software.</p> <p>I know this idea would only work if you where enough passionate to work 24/7, on a deadline, and great discipline.</p> <p>So after considering the idea and trying to learn a little more, I wonder if there are famous one-man-army programmers that have delivered any (useful) software in the past?</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529776#529776 101 Answer by Sean Bright for Are there any famous one-man-army programmers? Sean Bright 2009-02-09T20:27:58Z 2009-02-09T20:27:58Z <p><a href="http://en.wikipedia.org/wiki/Donald_Knuth" rel="nofollow">Donald Knuth</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529780#529780 72 Answer by Andy Mikula for Are there any famous one-man-army programmers? Andy Mikula 2009-02-09T20:29:28Z 2009-02-09T20:29:28Z <p><a href="http://en.wikipedia.org/wiki/Linus_Torvalds" rel="nofollow">Linus Torvalds</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529781#529781 21 Answer by David Basarab for Are there any famous one-man-army programmers? David Basarab 2009-02-09T20:29:45Z 2009-02-09T20:29:45Z <p><a href="http://stackoverflow.com/users/22656/jon-skeet">Jon Skeet</a></p> <p>So that can't be correct he is a micro celebrity.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529783#529783 16 Answer by David Morton for Are there any famous one-man-army programmers? David Morton 2009-02-09T20:30:24Z 2009-02-10T13:13:50Z <p>This isn't just a feeling, this is the an article in the 20th anniversary edition of a book by Frederick Brooks called <a href="http://en.wikipedia.org/wiki/The_Mythical_Man-Month" rel="nofollow">The Mythical Man Month</a>. This is actually, I would guess, a very frequent situation. The personality of a software developer leads itself to being somewhat independent anyways. I don't know of prime examples, but you may be interested in the book I linked above. </p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529789#529789 35 Answer by Chris Lutz for Are there any famous one-man-army programmers? Chris Lutz 2009-02-09T20:31:26Z 2009-02-09T20:31:26Z <p><a href="http://en.wikipedia.org/wiki/Yukihiro_Matsumoto" rel="nofollow">Yukihiro Matsumoto</a> did deliver a lot of Ruby all by himself. Ruby's popular now, and lots of people have contributed to it, but he did single-handedly start the ball rolling.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529791#529791 54 Answer by Graeme Perrow for Are there any famous one-man-army programmers? Graeme Perrow 2009-02-09T20:32:10Z 2009-02-09T20:32:10Z <p><a href="http://en.wikipedia.org/wiki/Bill_Joy" rel="nofollow">Bill Joy</a> - wrote vi as well as csh, rlogin, rsh, and rcp</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529794#529794 5 Answer by chaos for Are there any famous one-man-army programmers? chaos 2009-02-09T20:32:42Z 2009-02-09T20:32:42Z <p><a href="http://en.wikipedia.org/wiki/Paul_Vixie" rel="nofollow">Paul Vixie</a>.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529800#529800 67 Answer by Michael Itzoe for Are there any famous one-man-army programmers? Michael Itzoe 2009-02-09T20:33:55Z 2009-02-09T23:09:29Z <p><a href="http://en.wikipedia.org/wiki/Chris_Sawyer" rel="nofollow">Chris Sawyer</a>. He had a little help with music and graphics, but otherwise <a href="http://en.wikipedia.org/wiki/RollerCoaster_Tycoon_2" rel="nofollow">RollerCoaster Tycoon</a> was all him. Amazing, especially given the physics engine. Last but not least, the entire game was written in assembly language.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529801#529801 34 Answer by hmemcpy for Are there any famous one-man-army programmers? hmemcpy 2009-02-09T20:33:56Z 2009-02-09T20:33:56Z <p>Oren Eini aka <a href="http://ayende.com/blog" rel="nofollow">Ayende Rahien</a>, author of Rhino Mocks and other great open source tools. His is some of the best and most elegant code around.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529805#529805 52 Answer by ISW for Are there any famous one-man-army programmers? ISW 2009-02-09T20:34:22Z 2009-02-09T20:34:22Z <p><a href="http://en.wikipedia.org/wiki/Guido_van_Rossum" rel="nofollow">Guido van Rossum</a> (author of Python)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529810#529810 79 Answer by Steve Rowe for Are there any famous one-man-army programmers? Steve Rowe 2009-02-09T20:35:02Z 2009-02-10T07:15:08Z <p>Richard M. Stallman (RMS). While known recently for political rants about closed source software, in his day he was quite the programmer. He single handedly kept up with commercial lisp machine code for quite some time. Emacs and gcc are some of the things he created.</p> <p>There's a great description of him in the book in Hackers by Steven Levy.</p> <p><a href="http://en.wikipedia.org/wiki/Stallman" rel="nofollow">http://en.wikipedia.org/wiki/Stallman</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529845#529845 8 Answer by Rayne for Are there any famous one-man-army programmers? Rayne 2009-02-09T20:42:31Z 2009-02-13T20:14:44Z <p><a href="http://en.wikipedia.org/wiki/John_McCarthy_(computer_scientist)" rel="nofollow">John McCarthy</a> -- wrote the first version of lisp</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529861#529861 24 Answer by Matt Briggs for Are there any famous one-man-army programmers? Matt Briggs 2009-02-09T20:46:58Z 2009-02-09T20:46:58Z <p><a href="http://www.jwz.org/gruntle/nscpdorm.html" rel="nofollow">Jamie Zawinski</a> (links to one of the most epic stories in the history of computer science)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529871#529871 7 Answer by Mike Robinson for Are there any famous one-man-army programmers? Mike Robinson 2009-02-09T20:48:40Z 2009-02-09T20:48:40Z <p><a href="http://en.wikipedia.org/wiki/Derek_Smart" rel="nofollow">Derek Smart</a> of Battlecruiser 3000AD was pretty big in his day. Apparently he was pretty good at flame wars too...</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529876#529876 93 Answer by Jason Baker for Are there any famous one-man-army programmers? Jason Baker 2009-02-09T20:49:53Z 2009-02-09T20:49:53Z <p><a href="http://en.wikipedia.org/wiki/Steve_Wozniak" rel="nofollow">Steve Wozniak</a> pretty much <em>was</em> apple's programming staff for the first bit.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529877#529877 20 Answer by bmb for Are there any famous one-man-army programmers? bmb 2009-02-09T20:50:23Z 2009-02-09T20:50:23Z <p><a href="http://grc.com" rel="nofollow">Steve Gibson</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529898#529898 136 Answer by Jamie Penney for Are there any famous one-man-army programmers? Jamie Penney 2009-02-09T20:54:35Z 2009-02-10T15:33:25Z <p><a href="http://en.wikipedia.org/wiki/John_Carmack" rel="nofollow">John Carmack</a></p> <p>The guy that wrote the engine for the Doom games, Wolfenstein, the Quake games, etc. Read <em><a href="http://rads.stackoverflow.com/amzn/click/0375505245" rel="nofollow">Masters of Doom</a></em>, it is a great history of what he and John Romero have done.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529912#529912 44 Answer by ISW for Are there any famous one-man-army programmers? ISW 2009-02-09T20:56:38Z 2009-02-09T20:56:38Z <p>Just for completeness (not really competitive with today's programming "heros", but truly a "one-man-army" in her times ;-): <a href="http://en.wikipedia.org/wiki/Ada_Lovelace" rel="nofollow">Ada Lovelace</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529917#529917 12 Answer by friol for Are there any famous one-man-army programmers? friol 2009-02-09T20:57:23Z 2009-02-09T20:57:23Z <p><a href="http://it.wikipedia.org/wiki/Khaled_Mardam-Bey" rel="nofollow">Khaled Mardam-Bey</a>, author of <a href="http://www.mirc.com/" rel="nofollow">mIRC</a>, the famous IRC client.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529920#529920 41 Answer by ISW for Are there any famous one-man-army programmers? ISW 2009-02-09T20:58:08Z 2009-02-09T20:58:08Z <p><a href="http://en.wikipedia.org/wiki/Bjarne_Stroustrup" rel="nofollow">Bjarne Stroustrup</a> for the invention and 1st implementation of C++</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529966#529966 12 Answer by John Rudy for Are there any famous one-man-army programmers? John Rudy 2009-02-09T21:07:27Z 2009-02-09T21:07:27Z <p>In the gaming world:</p> <ul> <li><a href="http://en.wikipedia.org/wiki/Jon_Van_Caneghem" rel="nofollow">Jon Van Caneghem</a> - Known for the <em>Might and Magic</em> series, he single-handedly wrote, designed and developed the first entry in the series, with just a little help for artwork.</li> <li><a href="http://en.wikipedia.org/wiki/Dan_Bunten" rel="nofollow">Dan Bunten</a> - Created M.U.L.E., Seven Cities of Gold and a variety of other games, again, back in the early days when game designers were one-man (and, come 1992 for her, one-woman) armies.</li> <li><a href="http://en.wikipedia.org/wiki/Bill_Budge" rel="nofollow">Bill Budge</a> - Created Pinball Construction Set, alongside many other games. From scratch. Himself. A great <a href="http://www.gamasutra.com/view/feature/3923/the_history_of_the_pinball_.php" rel="nofollow">Gamasutra piece</a> on PCS's legacy was published recently.</li> </ul> <p>Not to mention all the Atari alumni who went on to Activision. Remember: In the early days, these were all one-man jobs.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529977#529977 3 Answer by Ayyash for Are there any famous one-man-army programmers? Ayyash 2009-02-09T21:09:16Z 2009-02-09T21:09:16Z <p><a href="http://www.shauninman.com/" rel="nofollow">Shaun Inman</a> I guess he was solo</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/529980#529980 8 Answer by CraigTP for Are there any famous one-man-army programmers? CraigTP 2009-02-09T21:09:41Z 2009-02-09T21:09:41Z <p>There are so many great answers here, but I'll add in my own suggestions, and these come from the 1980's heydays of computer games on the Commodore 64:</p> <p>Andrew Braybrook (Paradroid, Morpheus, Gribbly's Day Out)</p> <p>Archer MacLean (Jimmy White's Snooker, Dropzone)</p> <p>Stavros Fasoulas (Sanxion, Delta)</p> <p>Martin Walker (Citadel)</p> <p>Jon Hare/Chris Yates (aka Sensible Software) (Wizball, Sensible Soccer)</p> <p>Ok, that last one is more of a "two-man" army, however, many of these guys worked (mostly) alone, coded mostly in assembler (6510) and also did sound, music and graphics all by themselves.</p> <p>(Useless trivia - My gravatar is Gribbly Grobbly from Gribbly's day out!)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530081#530081 42 Answer by Learning for Are there any famous one-man-army programmers? Learning 2009-02-09T21:34:36Z 2009-09-07T03:48:16Z <p><a href="http://en.wikipedia.org/wiki/Larry%5FWall" rel="nofollow">Larry Wall</a> - Perl. </p> <p>And for a fun trip to see what goes in that fabulous mind of his , C programmers can read the <a href="http://www.de.ioccc.org/years.html#1986" rel="nofollow">winning entry</a> in the international C obfuscation contest in 1986. It's filed under wall.c </p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530184#530184 5 Answer by Coder 42 for Are there any famous one-man-army programmers? Coder 42 2009-02-09T21:57:22Z 2009-02-09T21:57:22Z <p><a href="http://en.wikipedia.org/wiki/Matthew_Smith_(games_programmer)" rel="nofollow">Matthew Smith</a>, wrote Manic Miner and Jet Set Willy all on his lonesome.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530237#530237 3 Answer by Brent.Longborough for Are there any famous one-man-army programmers? Brent.Longborough 2009-02-09T22:07:24Z 2009-02-09T22:07:24Z <p><a href="http://arachnoid.com/administration/index.html" rel="nofollow">Paul Lutus</a> (Apple Writer, among others)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530276#530276 8 Answer by Mike Dunlavey for Are there any famous one-man-army programmers? Mike Dunlavey 2009-02-09T22:16:09Z 2009-02-09T22:16:09Z <p><a href="http://en.wikipedia.org/wiki/Richard_Greenblatt_(programmer)" rel="nofollow">Richard Greenblatt</a>, wrote much stuff at MIT AI Lab, including chess program, Lisp Machine, etc. etc.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530318#530318 3 Answer by le dorfier for Are there any famous one-man-army programmers? le dorfier 2009-02-09T22:23:55Z 2009-02-09T22:23:55Z <p><a href="http://en.wikipedia.org/wiki/Wayne_Ratliff" rel="nofollow">Wayne Ratliff</a> - dBASE. Best example of foundational PC software, written the hard way (in assembler).</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530353#530353 7 Answer by Craig O for Are there any famous one-man-army programmers? Craig O 2009-02-09T22:29:25Z 2009-02-09T22:29:25Z <p><a href="http://nick.typepad.com/" rel="nofollow">Nick Bradbury</a>. He wrote HomeSite, TopStyle, and FeedDemon. All three programs top notch. Plus, he pays a lot of attention to his users - that can't be easy for a one-man shop.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530359#530359 15 Answer by ldigas for Are there any famous one-man-army programmers? ldigas 2009-02-09T22:30:28Z 2009-02-10T02:52:25Z <p>John Backus - Fortran</p> <p>Stephen Wolfram - Mathematica package</p> <p>Sid Meier - Civilization</p> <p>Tim Berners-Lee - inventor of World Wide Web</p> <p><a href="http://en.wikipedia.org/wiki/Phil_Zimmermann" rel="nofollow">Phil Zimmermann</a> - PGP</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530483#530483 15 Answer by kotlinski for Are there any famous one-man-army programmers? kotlinski 2009-02-09T23:08:16Z 2009-05-11T10:28:39Z <p><a href="http://www.colorforth.com/" rel="nofollow">Chuck Moore</a> - Created Forth, ported it to dozens of architectures, designed several microprocessors, made his own CAD system, earned millions on hardware patents, created colorForth... and so on.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530498#530498 6 Answer by jal for Are there any famous one-man-army programmers? jal 2009-02-09T23:13:21Z 2009-02-09T23:13:21Z <p><a href="http://en.wikipedia.org/wiki/Simon_Tatham" rel="nofollow">Simon Tatham</a> wrote PuTTY. Arguably, one of the most popular [citation needed] windows SSH clients.</p> <p><a href="http://www.scriptarchive.com/" rel="nofollow">Matt Wright</a> wrote a lot of (in)famous Perl scripts that are still in use.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530516#530516 41 Answer by Mehdi Asgari for Are there any famous one-man-army programmers? Mehdi Asgari 2009-02-09T23:21:45Z 2009-02-09T23:21:45Z <p><a href="http://en.wikipedia.org/wiki/Anders_Hejlsberg" rel="nofollow">Anders Hejlsberg</a> creator of Turbo Pascal, Delphi, C# (and partly .NET), ....</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530591#530591 4 Answer by gnovice for Are there any famous one-man-army programmers? gnovice 2009-02-09T23:47:40Z 2009-02-09T23:47:40Z <p>My $0.02: <a href="http://www.mathworks.com/company/aboutus/founders/clevemoler.html" rel="nofollow">Cleve Moler</a> - original author of MATLAB.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530600#530600 32 Answer by Michael Stum for Are there any famous one-man-army programmers? Michael Stum 2009-02-09T23:50:35Z 2009-02-09T23:50:35Z <p><a href="http://bitconjurer.org/" rel="nofollow">Bram Cohen</a>, at least his <a href="http://www.bittorrent.com/" rel="nofollow">little project</a> is now causing 50% of all internet traffic[citation needed].</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530738#530738 4 Answer by Geo for Are there any famous one-man-army programmers? Geo 2009-02-10T01:06:38Z 2009-02-10T01:06:38Z <p><img src="http://upload.wikimedia.org/wikipedia/en/a/a1/Why%27s_self_portrait.png" alt="_why's self-portrait" /></p> <p><a href="http://whytheluckystiff.net/" rel="nofollow">_why</a> has contributed some cool stuff to the Ruby community :</p> <ul> <li><a href="http://code.whytheluckystiff.net/hpricot/" rel="nofollow">Hpricot</a> , HTML parser</li> <li><a href="http://en.wikipedia.org/wiki/Shoes_(GUI_toolkit)" rel="nofollow">Shoes</a> , GUI toolkit</li> <li><a href="http://en.wikipedia.org/wiki/Camping_(microframework)" rel="nofollow">Camping</a> , microframework</li> </ul> <p>... and many more :)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530754#530754 3 Answer by unknown (yahoo) for Are there any famous one-man-army programmers? unknown (yahoo) 2009-02-10T01:17:55Z 2009-02-10T01:17:55Z <p>Markus Frind CEO of Plentyoffish.com </p> <p>One man show . Created one of largest dating site by himself using asp.net Gross upwards of 30k day .</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530765#530765 3 Answer by frezned for Are there any famous one-man-army programmers? frezned 2009-02-10T01:23:26Z 2009-02-10T01:23:26Z <p>Probably not on the scale of RMS or Carmack, but Jonathan Blow made Braid single-handedly. Look at how the audio and particle systems reverse in sync with the gameplay; it's a pretty neat effort.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530900#530900 24 Answer by chazomaticus for Are there any famous one-man-army programmers? chazomaticus 2009-02-10T02:34:07Z 2009-02-10T02:34:07Z <p><a href="http://cr.yp.to/" rel="nofollow">DJ Bernstein</a>. qmail, djbdns, and many many others.</p> <p>Oh, and <a href="http://cr.yp.to/export.html" rel="nofollow">suing the United States</a> so people here can freely publish cryptography tools on the Internet. Not exactly programming, but totally one-man-army.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530949#530949 3 Answer by David HAust for Are there any famous one-man-army programmers? David HAust 2009-02-10T03:12:16Z 2009-02-10T03:12:16Z <p><a href="http://en.wikipedia.org/wiki/Charles_Babbage" rel="nofollow">Charles Babbage</a> - Originator of the concept of a programmable computer.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530964#530964 16 Answer by Jim Blizard for Are there any famous one-man-army programmers? Jim Blizard 2009-02-10T03:19:48Z 2009-02-10T03:19:48Z <p><a href="http://en.wikipedia.org/wiki/Phil_Katz" rel="nofollow">Phil Katz</a> absolutely deserves mention. Where would we have been without PKZip.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/530980#530980 4 Answer by psant for Are there any famous one-man-army programmers? psant 2009-02-10T03:34:56Z 2009-02-10T03:34:56Z <p>Has anyone mentioned Gary Kildall (CP/M) or are you guys too young to remember?</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/531197#531197 7 Answer by for Are there any famous one-man-army programmers? 2009-02-10T06:03:55Z 2009-02-10T06:03:55Z <p>This is one of those great programmers who doesn't have the "Knuth" fame - <a href="http://en.wikipedia.org/wiki/Fabrice_Bellard" rel="nofollow">Fabrice Bellard</a>. He wrote the original FFmpeg distribution, is the project leader for QEMU, discovered the fastest current pi algorithm, and has not one, but two, wins in the <a href="http://www.ioccc.org/" rel="nofollow">The International Obfuscated C Code Contest</a>. To use a line from one of my favorite CS professors, the man is a rock star.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/531211#531211 2 Answer by lock for Are there any famous one-man-army programmers? lock 2009-02-10T06:11:43Z 2009-02-10T06:11:43Z <p><a href="http://en.wikipedia.org/wiki/Dark_Alex" rel="nofollow">dark_alex</a> - though branded as hacker, its still falls under this one-man-army category</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/531331#531331 2 Answer by kotlinski for Are there any famous one-man-army programmers? kotlinski 2009-02-10T07:12:42Z 2009-02-10T07:12:42Z <p>Pixel - <a href="http://www.miraigamer.net/cavestory/" rel="nofollow">Cave Story</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/531332#531332 2 Answer by Berlin Brown for Are there any famous one-man-army programmers? Berlin Brown 2009-02-10T07:14:19Z 2009-02-10T07:14:19Z <p><a href="http://en.wikipedia.org/wiki/Slava_Pestov" rel="nofollow">http://en.wikipedia.org/wiki/Slava_Pestov</a></p> <p>Slava Pestov. Factor creator (Factor is one of the most advanced programming languages out there).</p> <p>Created Jedit (at 15 years old?)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532294#532294 2 Answer by BPAndrew for Are there any famous one-man-army programmers? BPAndrew 2009-02-10T13:19:58Z 2009-02-10T13:19:58Z <p><a href="http://binaryfortress.com" rel="nofollow">Jon Tackabury - Binary Fortress</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532680#532680 2 Answer by florentjoc for Are there any famous one-man-army programmers? florentjoc 2009-02-10T14:59:59Z 2009-02-10T14:59:59Z <p><a href="http://en.wikipedia.org/wiki/Doug_Cutting" rel="nofollow">Doug Cutting</a> </p> <p>Started Lucene, started Nutch, created Hadoop after Google publish there paper on Map Reduce...</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532796#532796 5 Answer by sneg for Are there any famous one-man-army programmers? sneg 2009-02-10T15:28:59Z 2009-02-10T15:28:59Z <p><a href="http://en.wikipedia.org/wiki/Eugene_Roshal" rel="nofollow">Eugene Roshal</a> for creation of FAR file manager, RAR file format and WinRAR file archiver.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532831#532831 2 Answer by Dev er dev for Are there any famous one-man-army programmers? Dev er dev 2009-02-10T15:36:03Z 2009-02-10T15:36:03Z <p>Rich Hickey - author of Clojure.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532833#532833 1 Answer by Alex McBride for Are there any famous one-man-army programmers? Alex McBride 2009-02-10T15:36:36Z 2009-02-10T15:36:36Z <p>I've always been impressed by Scawen Roberts, who has been single-handedly programming the game <a href="http://www.lfs.net/" rel="nofollow">Live for Speed</a> for the last five or so years.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532845#532845 4 Answer by Kezzer for Are there any famous one-man-army programmers? Kezzer 2009-02-10T15:40:43Z 2009-02-10T15:40:43Z <p><a href="http://www.stevestreeting.com" rel="nofollow">Steve Streeting</a> whom created <a href="http://www.ogre3d.org" rel="nofollow">Ogre3D</a>, the Object-Oriented Graphics Rendering Engine.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532872#532872 12 Answer by ChrisW for Are there any famous one-man-army programmers? ChrisW 2009-02-10T15:50:20Z 2009-02-10T15:50:20Z <p>Read <a href="http://dir.salon.com/story/tech/feature/2003/10/21/genome/print.html" rel="nofollow">this article</a> for example, starting twowards the middle at about the place where it says,</p> <blockquote> <p>... the privately held company Celera appeared on the verge of beating the combined scientific teams of the rest of the world to the goal of sequencing the human genome. Celera's approach was less rigorous but faster than the Human Genome Project's approach, and for a very understandable reason: Celera's goal was not to advance science but to win the race by any means fair or foul and thereby claim what would have been the most astonishing conquistadorial prize in human history. For had Celera won the race to sequence the genome, and had it filed patents aggressively, it is conceivable that one tiny company could have laid claim to royalties on virtually all medical progress thenceforward. Nay, they could have claimed proprietary interest in the evolutionary future of the human race. </p> <p>Never mind that the proposition was more ludicrous, on the face of it, than a private company's laying claim to the moon. The threat was real, and scientists were scared. </p> <p>This state of affairs was remedied by the heroic efforts of a once obscure University of California at Santa Cruz biology graduate student named Jim Kent, who, over the course of 40 days of coding so furiously that he literally had to soak his wrists in ice baths every night, wrote a program to assemble and make public the Human Genome Project's own map. He completed the task one day ahead of Celera. </p> <p>Kent's stealth attack thereby beat Celera at its own game virtually single-handedly, in a feat that deserves to become as iconic as Watson and Crick's. </p> </blockquote> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/532879#532879 2 Answer by annakata for Are there any famous one-man-army programmers? annakata 2009-02-10T15:53:02Z 2009-02-10T15:53:02Z <p>Most of the notable hackers of the world for good or ill: </p> <p><a href="http://en.wikipedia.org/wiki/Eric_Gorden_Corley" rel="nofollow">Eric Corley</a>, <a href="http://www.kevinmitnick.com/" rel="nofollow">Kevin Mitnick</a>, <a href="http://openwall.com/" rel="nofollow">Solar Designer</a>, Lamo? Poulson?</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/533933#533933 2 Answer by Locutus for Are there any famous one-man-army programmers? Locutus 2009-02-10T20:02:45Z 2009-02-10T20:02:45Z <p>Wayne Venables, allegedly wrote the Fruitshow forum software in 3 hours</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/534393#534393 3 Answer by Evgeny for Are there any famous one-man-army programmers? Evgeny 2009-02-10T21:56:48Z 2009-02-10T21:56:48Z <p><a href="http://en.wikipedia.org/wiki/Arthur_Whitney_(computer_scientist)" rel="nofollow">Arthur Whitney</a>, the developer of the "K" programming language.</p> <p>Where I heard about him: <a href="http://discuss.joelonsoftware.com/default.asp?joel.3.263336.105" rel="nofollow">Superstar programmers</a></p> <blockquote> <p>Thought experiment:</p> <p>The requirement is to build from scratch an SQL engine working on in memory data (take > this as a given. Try to estimate the no. of lines of code (programming language/environment of your choice) this is going to take, and the time it will take you to build it.</p> <p>Try to estimate the same considering someone you consider good, and someone you consider average.</p> <p>Scroll down when you've written down your estimates.</p> <p>Did you ?</p> <p>Well ?</p> <p>Using the programming language K, [ <a href="http://nsl.com/k/t.k" rel="nofollow">http://nsl.com/k/t.k</a> ], a 14 line implementation, took Stevan Apter a couple of hours to write; But that's just the backend. You want an SQL interface? Arthur Whitney just published one in [ <a href="http://kx.com/q/e/s.k" rel="nofollow">http://kx.com/q/e/s.k</a> ], taking all of 20 lines (admittedly, denser than Stevan's); 3 for lexing, ~8 for parsing, the rest for evaluating. I don't know how long it took Arthur, but a day would probably be <em>way</em> too long.</p> </blockquote> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/537914#537914 3 Answer by Damien for Are there any famous one-man-army programmers? Damien 2009-02-11T17:37:59Z 2009-02-11T17:37:59Z <p><a href="http://en.wikipedia.org/wiki/Al_Lowe" rel="nofollow">Al Lowe</a> for Leisure Suit Larry series :) <a href="http://en.wikipedia.org/wiki/Will_Wright_(game_designer)" rel="nofollow">Will Wright</a> for SimCity and finally <a href="http://en.wikipedia.org/wiki/David_Braben" rel="nofollow">David Braben</a> for Elite</p> <p>Perhaps <a href="http://en.wikipedia.org/wiki/Ron_Gilbert" rel="nofollow">Ron Gilbert</a> should also get a mention for bringing the world Monkey Island (tm)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/537954#537954 27 Answer by Jonathan Sampson for Are there any famous one-man-army programmers? Jonathan Sampson 2009-02-11T17:50:21Z 2009-02-11T18:30:46Z <p><a href="http://ejohn.org/about/" rel="nofollow">John Resig</a>, creator of the <strong>jQuery</strong> javacript framework.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/538187#538187 1 Answer by BBetances for Are there any famous one-man-army programmers? BBetances 2009-02-11T18:41:21Z 2009-02-11T18:41:21Z <p>Didier Dambrin: Original creator of FruityLoops. Written in Delphi.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/538207#538207 12 Answer by asp316 for Are there any famous one-man-army programmers? asp316 2009-02-11T18:46:04Z 2009-02-13T19:55:11Z <p><a href="http://en.wikipedia.org/wiki/Sid_Meier" rel="nofollow">Sid Meier</a></p> <p>Co-founded Microprose and wrote Sid Meier's Alpha Centauri, and Sid Meier's Colonization,[2][3], Sid Meier's Civilization IV and a bunch more</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/543683#543683 4 Answer by Max Lybbert for Are there any famous one-man-army programmers? Max Lybbert 2009-02-12T22:13:57Z 2009-02-12T22:13:57Z <p><a href="http://www.walterbright.com/" rel="nofollow">Walter Bright</a> was once a one-man show for several years when it came to Digital Mars' C++ compiler. He also started the D language and wrote a C++ version of Empire by himslef (later ported it to D).</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/546941#546941 7 Answer by Lurker Indeed for Are there any famous one-man-army programmers? Lurker Indeed 2009-02-13T17:46:46Z 2009-02-13T17:46:46Z <p><a href="http://en.wikipedia.org/wiki/Shawn_Fanning" rel="nofollow">Shawn Fanning</a>, creator of Napster.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/547077#547077 2 Answer by Gaurav for Are there any famous one-man-army programmers? Gaurav 2009-02-13T18:16:57Z 2009-02-13T18:16:57Z <p><a href="http://en.wikipedia.org/wiki/DJ_Delorie" rel="nofollow">DJ Delorie</a> for DJGPP? Not sure if that was a one man job, though.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/569840#569840 1 Answer by grayger for Are there any famous one-man-army programmers? grayger 2009-02-20T14:58:16Z 2009-02-20T14:58:16Z <p>Rod Johnson, creator of Spring framework</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/571831#571831 2 Answer by myroslav for Are there any famous one-man-army programmers? myroslav 2009-02-21T01:01:51Z 2009-02-21T01:12:37Z <p><a href="http://www.balsamiq.com/company" rel="nofollow">Peldi Guilizzoni</a>, the creator of <a href="http://www.balsamiq.com/products" rel="nofollow">Balsamiq</a>--an Adobe AIR application for creating mockups. The blog post with statistical numbers about <a href="http://www.balsamiq.com/blog/?p=531" rel="nofollow">first (not full) year</a> of company operation provides a lot of information to think about.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/571860#571860 -5 Answer by JohnFx for Are there any famous one-man-army programmers? JohnFx 2009-02-21T01:19:03Z 2009-02-21T01:19:03Z <p>Al Gore - He wrote the entire Internet!</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/571872#571872 2 Answer by David Stafford for Are there any famous one-man-army programmers? David Stafford 2009-02-21T01:25:11Z 2009-02-21T01:25:11Z <p><a href="http://en.wikipedia.org/wiki/Nasir_Gebelli" rel="nofollow">Nasir Gebelli</a> wrote some of the early great Apple II games: Gorgon, Space Eggs, Firebird and Zenith (and many others.)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/571906#571906 4 Answer by Rich M for Are there any famous one-man-army programmers? Rich M 2009-02-21T01:40:27Z 2009-02-21T01:40:27Z <p>Bram Moolenaar -- wrote almost all of VIM by himself :]</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/592600#592600 1 Answer by Jared Updike for Are there any famous one-man-army programmers? Jared Updike 2009-02-26T21:49:07Z 2009-02-26T21:49:07Z <p><a href="http://en.wikipedia.org/wiki/Simon_Peyton_Jones" rel="nofollow">Simon</a> <a href="https://research.microsoft.com/en-us/people/simonpj/" rel="nofollow">Peyton Jones</a> - Functional programming researcher and original author of the <a href="http://haskell.org/ghc" rel="nofollow">Glasgow Haskell Compiler</a>.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/971533#971533 2 Answer by Benny Wong for Are there any famous one-man-army programmers? Benny Wong 2009-06-09T17:49:02Z 2009-06-09T17:49:02Z <p>Wil Shipley of Delicious Library - <a href="http://www.delicious-monster.com/company.php" rel="nofollow">http://www.delicious-monster.com/company.php</a></p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1016801#1016801 5 Answer by ZiG for Are there any famous one-man-army programmers? ZiG 2009-06-19T07:47:36Z 2009-06-19T07:47:36Z <p><a href="http://en.wikipedia.org/wiki/Joe%5FHewitt%5F%28programmer%29" rel="nofollow">Joe Hewitt</a>, creator of <a href="http://en.wikipedia.org/wiki/Firebug%5F%28Firefox%5Fextension%29" rel="nofollow">Firebug</a> and <a href="http://en.wikipedia.org/wiki/DOM%5FInspector" rel="nofollow">DOM Inspector</a>.</p> <p>I love Firebug. It made web page debugging way easier.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1016909#1016909 2 Answer by Jonathan for Are there any famous one-man-army programmers? Jonathan 2009-06-19T08:29:37Z 2009-06-19T08:29:37Z <p><a href="http://en.wikipedia.org/wiki/Juan%5FValdez" rel="nofollow">Juan Valdez</a>. Ok, he did't wrote a single line of code. But he helped to code most of apps that we use today.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1016933#1016933 -1 Answer by xcramps for Are there any famous one-man-army programmers? xcramps 2009-06-19T08:37:59Z 2009-06-19T08:37:59Z <p>Kernighan, Ritchie, James Clark, Audrey Tang. Bob Scheifler and Jim Gettys (X11). Jon Bentley. John Ousterhout (tcl/tk).</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1209994#1209994 1 Answer by theband for Are there any famous one-man-army programmers? theband 2009-07-30T23:42:21Z 2009-07-30T23:42:21Z <p>I am the creator of this post.... one man army</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1281158#1281158 -1 Answer by ZeroCool for Are there any famous one-man-army programmers? ZeroCool 2009-08-15T04:35:56Z 2009-08-15T04:35:56Z <p>Donald Knuth, Ken Thompson, RMS, linus torvalds, Fabrice Bellard, ZeroCool :)</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1281223#1281223 1 Answer by mangokun for Are there any famous one-man-army programmers? mangokun 2009-08-15T05:18:14Z 2009-08-15T05:18:14Z <h2>The Build Engine History</h2> <p>The Build engine was written by Ken Silverman in 1994 and has gone through several major enhancements from its initial version. Ken wrote a game named "Ken's Labyrinth" in 1992 which he sent demos of to several games companies. One of those companies was Apogee Software. Apogee wasn't interested in the game but they were interested in the engine. He later started writing a demo named "Build" in 1993 which he also sent out to several companies. Apogee offered him a contract to write the Build engine for them.</p> <p>Ken has a page on <a href="http://www.advsys.net/ken/build.htm" rel="nofollow">his website</a> which features a timeline outlining the development and events surrounding the Build engine. Ken also has available for download old demos of the engine at various points in it's development and now the full source code!</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1281230#1281230 1 Answer by anonymous for Are there any famous one-man-army programmers? anonymous 2009-08-15T05:23:36Z 2009-08-15T05:23:36Z <p>John Carmack - No need for introduction ;)</p> <p>Dave Cutler - Only guy on the planet to have worked on 3 major OS kernels. Not sure if he is a one-man-army kinda guy, but certainly did a lot on his own.</p> <p>Michael Abrash - Optimization god! If he can't optimize it, it probably can't be done at all!</p> <p>Tim Sweeney - Unreal Engine (Currently working <em>alone</em> on the 4th generation of Unreal Technology)</p> <p>Steve Wozniak - Apple's one-many-army</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1305711#1305711 0 Answer by Tarek Demiati for Are there any famous one-man-army programmers? Tarek Demiati 2009-08-20T12:04:44Z 2009-08-20T12:04:44Z <p><a href="http://www.atariarchives.org/deli/cottage%5Fcomputer%5Fprogramming.php" rel="nofollow">Paul Lutus</a> the father of Apple Writter for the Apple II</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1479586#1479586 0 Answer by Steve Wortham for Are there any famous one-man-army programmers? Steve Wortham 2009-09-25T21:05:50Z 2009-09-25T21:05:50Z <p><a href="http://peterblum.com/" rel="nofollow">Peter Blum</a>, creator of a nice collection of very useful custom ASP.NET controls. On top of everything else he does, his documentation is some of the most detailed I've ever seen even outdoing Microsoft's in granularity. And yet he still does it all himself.</p> http://stackoverflow.com/questions/529757/are-there-any-famous-one-man-army-programmers/1578497#1578497 1 Answer by ricbax for Are there any famous one-man-army programmers? ricbax 2009-10-16T14:43:38Z 2009-10-16T14:43:38Z <p><a href="http://en.wikipedia.org/wiki/Matt%5FMullenweg" rel="nofollow">Matt Mullenweg</a>?</p> <p>Created WordPress, BBPress (wrote in a few days), etc.</p> <p>Pretty influential in web development with regard to weblogs. Doing well for a 25 y/o. </p>