marceline
marceline copied to clipboard
generate helpers for `Stream` methods via reflection
The only significant impediment to this, I think, is that the java parameter names aren't available via reflection. And I wouldn't want clojure function parameters like arg1
, arg2
, etc. Not sure whether there are any reasonable workarounds.