#You can make your own interpreted
1 messages · Page 1 of 1 (latest)
Can you point me to a resource for getting started with Lisp? I've heard of it, but I know nothing about it
You need to Google for .net embeddable lua/lisp, it’s not something commonly done/needed. you’ll find projects like this https://github.com/rzubek/CSLisp
Before going with a statement language I’d evaluate if an expression parser/language would be enough. Which would be much simpler to handle and is way more commonly done.
Might this suffice? https://learn.microsoft.com/en-us/dotnet/api/adaptiveexpressions.expressionparser.parse?view=botbuilder-dotnet-stable
You can only answer that yourself