Does LispE need to be implemented as its own dialect of Lisp rather than as a library within Common Lisp? I’ve implemented a Common Lisp that interoperates with C++ (https://github.com/clasp-developers/clasp.git). I didn’t dare implement my own language for many reasons. I felt I had to implement my own Common Lisp because C++ interoperation is a complex problem that the common foreign function interface (CFFI) doesn’t solve. I’m pretty sure I made the right decision, but it’s been a long and hard road to achieve anything near a performant implementation. What’s your justification for LispE?
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: November 15th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I see - thank you.