Are those languages really more suitable for fast prototyping?
Are those languages really more suitable for fast prototyping?
Posted Oct 30, 2024 13:41 UTC (Wed) by farnz (subscriber, #17727)In reply to: Are those languages really more suitable for fast prototyping? by taladar
Parent article: The performance of the Rust compiler
But by the time I'm putting together a GUI that needs testing, and navigation to functionality, Python is still faster because I run the prototype inside pdb or similar, and tweak it "live", instead of having to recompile and navigate again. Once I've finished prototyping, I might have to restart and re-navigate a few times, but that's when I'm going from the prototype to version 0.