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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -