athos / JiSE

JiSE: Java in S-Expression
Eclipse Public License 2.0
103 stars 2 forks source link

would lambdas be supported? #4

Open zcaudate opened 4 years ago

zcaudate commented 4 years ago

It'd be great to have direct lambda support instead of using the clojure.lang.IFn interface.

Is that on the roadmap and how difficult would it be to get working?

athos commented 4 years ago

Yeah, it's on the project's roadmap though there are still lots of things to do to get there. At least, I have in mind:

Also, both probably require some more internal refinements, especially for internal type representation. I don't have any concrete ideas on these right now.