At the moment, supports basic Lisp functions and macros and compiles into an executable. I have included the common.el file that contains all definitions that you can use in your application. I have also included a sample "queens.el" that runs n-queens for a few NxN board sizes and times them in milliseconds. Basic usage: Note that this is an ALPHA version, but I would like to hear from you if you encounter any bugs or have any suggestions! Please e-mail alex.thaman@microsoft.com. I am working on full support inside VS for the langauge by exposing the compiler as a language service, and will release it in a later version. I will also be working on language-level and lower level optimizations for the generated code. This product is not endorsed by or connected with Microsoft Corp. I have developed this as a side project to demonstrate the possibilities using .NET and VS to extend to other languages. You may not use this product for any commercial purpose, and you may not redistribute any of the contents of this package without prior consent. |