newbie question... Can Factor be used as an embedded language, e.g. for game
development, where the main program is written in C++ for example? For
example, can a Factor program be compiled to C++ source, which can then be
compiled into the game program comprised of other C++ parts? For example, a
mouse click triggers an event callback in C++, which then invokes a Factor
program to decide what to do (let's say that all the AI is written in
Factor) and then various OpenGL calls are invoked from Factor, e.g. to
instantiate a dialog box, or equivalently, Factor code invokes C++ callback
that instantiates the dialog by making OpenGL calls.
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to