Valhalla Legends Archive

General => General Discussion => Topic started by: Networks on November 29, 2005, 06:22 PM

Title: New software development tool
Post by: Networks on November 29, 2005, 06:22 PM
I need an original idea for a new software development tool, can be anything and since most of us are programmers I figured why not find out a great idea. Thank you.

(I don't plan on doing this myself)
Title: Re: New software development tool
Post by: Joe[x86] on November 29, 2005, 06:43 PM
Assembly-to-VB automatic porter. I concidered doing this once, but I didn't feel like it, because I was lazy.

Might seem like a big task, but remember, assembly is pretty simple, and theres not many ways a single line of code can be written.

add eax, 19
EAX = EAX + 19

inc eax
EAX = EAX + 1

etc.

If you need some help (which I doubt you will, but eh?) I'll be glad to lend it.

EDIT -
Extra credit, port to C++!
Title: Re: New software development tool
Post by: Networks on November 29, 2005, 07:02 PM
Generic proposals are welcome.
Title: Re: New software development tool
Post by: rabbit on November 29, 2005, 07:21 PM
A Joe Idea to Good Idea converter.
Title: Re: New software development tool
Post by: Arta on November 29, 2005, 07:41 PM
Heh. That's not easy at all. Entire PhDs have been done on the subject, and gotten only half way there. If you're really interested in this, you might want to look at the work done by Cifuentes and Van Emmerik.
Title: Re: New software development tool
Post by: rabbit on November 29, 2005, 08:19 PM
Please say you're not talking about my suggestion....