>I think a prototype is a prototype :-)
>So one would use a language that suits him well for prototyping.

Not if it means you have to do double work later...

>BTW: what GUI lib would yo use to be portable in C?

Well-coded programs should be independant of this.  You can separate out
the main GUI code from the platform-specific implementation.  If you do
this right,
it doesn't really matter what GUI lib you initially use to prototype.

The BOCHS gui code is probably a good example.

-- Ramon



Reply via email to