On 2013-04-26 01:58PM, Bernd Paysan wrote: >I want Gforth to work as library in a C program, too. That means >I separated the startup process, and call bootmessage through >gforth_find+gforth_execute before doing gforth_quit.
I thought that made perfect sense, but now I'm confused. bootmessage is already deferred -- why do you need to find/execute at runtime instead of just allowing the deferred word to do its thing? --Josh
