[gambit-list] Embeeded Gambit-C with REPL

Alex Queiroz asandroq at gmail.com
Wed May 13 12:22:31 EDT 2009


Hallo,

On 5/13/09, Valeriya Pudova <val1969 at neotech.lv> wrote:
> Hello good people,
>
>  Could anybody show how do I can compile a C app, with embedded gsc's
>  REPL loop?
>

     You don't need the GSC library. It is very easy, BTW:

;; Start a REPL for debugging
(c-define (start-repl) () void "tsk_repl" ""
  (##repl-debug-main))

Cheers,
-- 
-alex
http://www.ventonegro.org/



More information about the Gambit-list mailing list