dev447
2021-8-5 11:55:29

@dev447 has joined the channel


badkins
2021-8-5 15:36:31

Others, who are much more qualified than me, may reply, but my understanding is that interop between Chez and Racket is not easy.


samth
2021-8-6 01:17:29

It depends on what you mean by interop. In Racket, you can call vm-eval and run things directly on Chez. But there are some restrictions on what invariants you have to preserve.


samth
2021-8-6 01:18:30

If you have a Chez library you want to use, you could build a mechanism using that to run it, but it would not be that easy.


jmhimara
2021-8-6 01:39:20

Can you call chez functions in the same way you can call C functions?


jmhimara
2021-8-6 01:42:31

(or vice versa)


jmhimara
2021-8-6 01:42:40

that’s mostly what I meant with interop


samth
2021-8-6 01:43:16

It’s much easier than with C functions but there isn’t a library for doing it