[alicebot-developer] ProgramJ
alicebot-developer@list.alicebot.org
alicebot-developer@list.alicebot.org
Wed, 9 Feb 2005 18:23:28 -0500 (EST)
> --- Krebs Todd <Todd.Krebs@arbitron.com> escreveu:
>
>> How different is your new engine from the Program D
>> engine?
>
> It is very different. ProgramD's engine, as far as I
> could sort it out back when I looked at it, is
> compromised to performance: it makes extensive use of
> static methods, and doesn't care resorting to complex
> algorithms.
That's true. When I took over Program D, I took as my primary task the
aim of making it ultra-stable and ultra-fast. I employed everything I
knew (and learned a lot more) about optimizing Java programs, and worked
over several months to make the thing run as dependably and as fast as
possible. This effort was certainly at the expense of all sorts of
architectural issues.
I am really interested to follow this Program J development. I've
currently taken up work on Program D again actively, and this time I'm
aiming for a certain kind of extensibility and architectural improvement.
I don't have the expertise to do really serious J2EE integration, make
JavaBeans, etc., but if I see that there's something that would make sense
to "borrow", I'll certainly do so. I hope that our efforts will be
mutually useful! :-)