1 Mar
2009
1 Mar
'09
12:40 a.m.
On Sat, 2009-02-28 at 16:21 -0800, Krzysztof KosiĆski wrote:
What's important is that once "static plugins" are implemented, converting from statically linked object files to dynamic libraries will be as easy as altering the Makefile. It could even be configurable at build time.
However... that's still static.
What Ted has worked out and is improving on is dynamic. It does the equivalent, but with no need of linking in. At *runtime* things are discovered and loaded... even ones done in languages that are not C++.