Concatenative topics
Concatenative meta
Other languages
Meta
Intermediate
Right now, Factor has a system for deploying standalone applications. This packages up an executable with a Factor image and all the necessary shared libraries. What we don't have is a way to generate a shared library (.dll
/.so
/.dylib
) which can be called directly from C/C++ programs using the standard platform ABI. Now, C programs can call out to Factor code, but must do so directly. It would be good if you could generate a shared library which runs Factor code without writing any C at all. This would be very useful in real-world applications.
The student will learn about executable binary formats.
Factor will be usable for writing plugins for other applications.
This revision created on Thu, 25 Feb 2010 19:12:12 by jckarter (copy over 2009)