are there any examples on how to embed GSI within a C/C++ program?
in my case the C core must do some initialization before starting the GSI/REPL.
Afficher les réponses par date
On 2013-04-16, at 3:08 PM, Zhen Shen zhenshen10@outlook.com wrote:
are there any examples on how to embed GSI within a C/C++ program?
in my case the C core must do some initialization before starting the GSI/REPL.
A simple example is tests/client.c . An example which uses multiple OS threads is given in examples/pthread .
Marc
Hi everyone
What is the latest in the saga of Gambit integration with SLIME/SWANK?
Google search brings a lot of results but they all are from 2009-2010.
James Longster has started some work on this but again, the code hasn't been touched in years.