cormanlisp icon indicating copy to clipboard operation
cormanlisp copied to clipboard

Can we interface with C#?

Open MrYossu opened this issue 3 years ago • 1 comments

Just downloaded Corman Lisp, and am hugely impressed with how easy it is to get going.

Quick question, and apologies if this is covered in the docs, but I haven't got that far through them yet. Can we write Lisp code that can interact with C# code? Specifically, I'm thinking of an ASP.NET Core web site, where the pages (whether MVC, Razor or Blazor) contain very little more than code than calls through to the Lisp code? That way, we would get the benefits of the tooling offered for C#, with the benefits of Lisp for the processing.

Thanks.

MrYossu avatar Apr 15 '21 17:04 MrYossu

There was a way to interface with C# and there was an intention to keep it alive. Howerver, I am not sure how well it works as I personally haven't got any experience with .NET ecosystem.

arbv avatar Jul 10 '21 12:07 arbv