Hi @technoblogy,
I’m really fond of uLisp, and I’ve used it in my business for several clients now. (Not in the end product, but it has proved to be extremely useful to me during development.)
Each time, I go though a somewhat tedious process of separating out uLisp into .hpp and .cpp files, so that:
1). It compiles outside of the Arduino build system (Arduino automatically adds function/variable declarations when needed).
2). It can be used as a library.
I’d like to upstream these changes so that:
1). I don’t have to do it with each new version/platform I work with.
2). Others can benefit as well. :)
Is this something you would be interested in? I presume it would be done inside of uLisp builder, ideally, so that it’s easier to maintain. I also would likely need some assistance for the best way to go about it.