vote up 0 vote down star
2

Duplicate:

What’s the program you’ve really wanted to write but never found the time?

Reading "What is the one programming skill you have always wanted to master but haven’t had time?", it got me thinking about all the programming projects I wish I could write from scratch, but never got around to. For me, it was often because the project was so large -- like for example, an operating system, a C compiler, or a database engine -- that it would take many months or years working on the side for it to actually be useful.

What one programming project have you always wanted to tackle from scratch, whether for fun or to learn more about other implementations like it, that you never got around to?

flag
2  
Haven't we had one like this before? – Rob May 6 at 16:18
1  
It's not an exact dupe; the previous was about skill, this is about a project. – McWafflestix May 6 at 16:21
3  
Voting for close, please read the FAQ and pay attention to the big red warning you got when you titled your question, "Avoid asking questions that are subjective, argumentative, or require extended discussion. This is not a discussion board, this is a place for questions that can be answered!" - You might check out stackoverflow.com/questions/321618/… for other forums where this might be more appropriate. – Adam Davis May 6 at 16:27
1  
This is an exact duplicate. – divo May 6 at 16:32

closed as exact duplicate by Rob, Adam Davis, divo, Dillie-O, schnaader May 6 at 16:35

15 Answers

vote up 2 vote down

Investment software that automatically makes money buying and selling stock :)

link|flag
How about one to invest money as Venture Capital :) ? – Gishu May 6 at 16:19
I've always wondered about that but afraid that there would be a bug in it where it would lose a lot of money REALLY fast. – asp316 May 6 at 16:26
vote up 1 vote down

To finally move out of the Web Environment and create something for the desktop.

link|flag
for sure... there's nothing more tedious than asp..! – Vixen May 6 at 16:33
vote up 0 vote down

Write a Kickass 3D First Person Shooter Game

link|flag
vote up 0 vote down

Lead Management Suite

link|flag
vote up 6 vote down

My own programming language.

link|flag
vote up 0 vote down

A lot of AI based projects, with a software that could learn new things.

link|flag
vote up 0 vote down

Something with Artificial Intelligence. For example some model of clever creature that can improve itself learning new things.

link|flag
vote up 0 vote down

Write a better, web-based, d20, 3.5ed character generator than PCGen.

link|flag
vote up 4 vote down

Create a bot that'll answer questions on StackOverflow.

Just like the guy that created the Jon Skeet program.

link|flag
FYI His name is Jon Skeet.. – Gishu May 6 at 17:54
vote up 0 vote down

A web browser

I have been doing all sorts of web development since the days of IE4. The web landscape has come such a long way. But being a programming language geek, I love building things like interpreters from the ground up. HTML/CSS/JavaScript is the one stack I use regularly that I have yet to implement from scratch. The main reason I haven't tackled this yet is b/c the task seems so large it is daunting to ever start.

link|flag
That's funny. A web browser is one of the things I'd least like to do for two reasons: The specs for HTML/etc. are terrible/terrifying and nobody follows them anyway. The very thought makes me want to bang my head against a wall. – TrayMan May 6 at 16:29
vote up 0 vote down

Crack reCaptcha

link|flag
vote up 2 vote down

A program that generates 3D models of buildings (indoors and outdoors) from video footage or sequences of photographs.

link|flag
If you build this, it will be used. Make an open source version to start with, and an alternate license that allows others to incorporate it in their software without opening their software. If it is a good library, you'll end up supporting yourself because there's a ton of demand for 3D conversion with textures right now. – Adam Davis May 6 at 16:37
vote up 4 vote down

easy answer: skynet

link|flag
vote up 1 vote down

Two words: Malbolge quine.

link|flag
vote up 0 vote down

the perfect generic(enough) desktop CRUD app generator. :-)

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.