You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: