0 Members and 1 Guest are viewing this topic.
If it wasn't implied by my last post, the search space of solutions to a general programming problem is almost unfathomably massive. Scripts might generate functional code most of the time, but there will always be some situations in which they can't generate functional code and even more situations in which the produced program is not efficient at runtime.
I think you generally produce good code, so if that's how you do it, more power to you. It's an interesting (read: cool) method, I'll admit.
so how do you make a script that does all of this for you? It seems like an interesting idea
Quote from: Qwerty.55 on May 25, 2011, 08:10:43 pmI think you generally produce good code, so if that's how you do it, more power to you. It's an interesting (read: cool) method, I'll admit.Give it a try next time you have something big to write, you'll be pleasantly surprised. The emulation code in Stetson is generated by such means, for example.