sorenmacbeth / flambo

A Clojure DSL for Apache Spark
Eclipse Public License 1.0
606 stars 84 forks source link

clean up function classes generation #117

Closed davidwclin closed 7 years ago

sorenmacbeth commented 7 years ago

oooh, very interesting! have you verified that this indeed prevents reflection? thanks for this PR.

davidwclin commented 7 years ago

Yup, verified no reflection warnings.

Key is the type hint is being provided in gen-function

[~(vary-meta 'this assoc :tag new-class-sym) & ~'xs]
sorenmacbeth commented 7 years ago

awesome! great solution. thanks again!