2009-11-21

go, GO!

. does adda alway have to target another high-level language?
it seems very slow piping through 2 compilers
given that google's new lang, GO,
put such a heavy emphasis on fast compile times .
. adda does target addm for ultra fast translations
but then addm has very slow exec'times .
. when some code is mature, or needs to use platform-specific debuggers,
then adda targets C .
. generally, to get a good fit on a platform,
adda will get a platform-specific backend,
so that it can efficiently reach any platform-specific features .
. addm's plug-in architecture and its being written in adda
allow it to then be ported to platform-specific features .