scicloj / clojisr

Clojure speaks statistics - a bridge between Clojure to R
https://scicloj.github.io/clojisr/
Eclipse Public License 2.0
147 stars 9 forks source link

Move RObject IFn implementation to functions ns #23

Closed genmeblog closed 4 years ago

genmeblog commented 4 years ago

I propose to move RObject IFn implementation to functions namespace.

This way:

  1. We can avoid resolve each time function is called
  2. Enhancing RObject to be a function perfectly matches functions namespace
genmeblog commented 4 years ago

Forget... IFn is an interface.