guile-ocaml icon indicating copy to clipboard operation
guile-ocaml copied to clipboard

GNU Guile Scheme bindings for OCaml

Results 3 guile-ocaml issues
Sort by recently updated
recently updated
newest added

Guile Ocaml prints the following spurious warning message whenever I define a function and the garbage collector runs. ``` WARN: a ctypes function pointer was not explicitly released. Releasing a...

Currently `Guile.shell ()` passes `Sys.argv` to the C `scm_shell` to start a Guile shell. This makes it hard to start a Guile shell from OCaml when using custom command line...

When attempting to compile on a distribution that ships with GCC 14 the compilation fails: ``` File "stubgen/dune", lines 12-16, characters 0-263: 12 | (rule (targets bindings_stubs_gen.exe) 13 | (deps...