Can C# call Racket code? -


i want have dsl (domain specific language) in c# project.

i build dsl in racket (a lisp-like programming language), because believe suited creating domain specific languages.

and important part of c# can call racket code.

can racket compiled .dll, can called c#?

in general, how interoperability of c# , racket?

racket requires substantial runtime system, including own heap. racket have support being embedded, it's whole lot of work. speaking personally, encourage other ways of making work.


Comments