Hi Iain, If you want to embed Racket now and at the same time future proof your code, you could do the same thing as Greg did in racket-mode and Bogdan did in his Remember app. They implement a small "server" in Racket that reads commands from standard input and outputs responses to standard out. It works very well.
For Bogdan's write-up: https://defn.io/2020/01/04/remember-internals/ /Jens Axel Racket Stories now has more than a 100 links. https://racket-stories.com Den ons. 8. jan. 2020 kl. 15.48 skrev Iain Duncan <[email protected]>: > Thanks Paulo, that's helpful to know. > > iain > > On Wed, 8 Jan 2020 at 03:10, Paulo Matos <[email protected]> wrote: > > > > > > Iain Duncan writes: > > > > > Apologies if this is the wrong list, it seems dev-y to me though... if > this > > > should have been on the users list, let me know and I'll repost. > > > > > > My question is whether the move to Racket on Chez will change how one > can > > > embed racket in a C host. Chez has a pretty straightforward FFI and > > > embedding story, will we be able to use that to embed racket? > > > > > > > At the moment you cannot embed RacketCS using C. > > As you might have noticed > > https://docs.racket-lang.org/inside/index.html > > > > only applies to CGC and 3m, not CS. Some work is needed to ensure this > > API (or a new one) works with RacketCS and I am sure this will be done > > one day but it hasn't happened yet. > > > > In terms of timelines or how much work is needed, Matthew is probably > > the person who can add more. > > > > Paulo Matos > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/CAAroyHaOqKNUwmM5dr5MYLioZQu8OX_jPDDRb55YVGcBiAQ6Dw%40mail.gmail.com > . > -- -- Jens Axel Søgaard -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CABefVgzEPQy2kUfYdaHW%3DyrKN462mta%3D%3D0TZZLph7BEPAfODTA%40mail.gmail.com.
