JiSE icon indicating copy to clipboard operation
JiSE copied to clipboard

would lambdas be supported?

Open zcaudate opened this issue 4 years ago • 1 comments

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?

zcaudate avatar Jun 23 '20 03:06 zcaudate

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:

  • Nested class support
  • Generics support

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

athos avatar Jun 23 '20 12:06 athos