Another question have I :-) I'd like to embed minipicolisp in C applications. I'd like to be able to create a minipicolisp environment, and then pass strings to it (commands) for execution. It would also be great to be able get back the results in a string. In lua, you'd do something like,
L = lua_open(); luaL_dostring(L, str_in ); str_out = l_results_to_string(L); What's the (best) way to do this in minipicolisp? Cheers, Doug -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
