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

Add %>% to symbolic evaulation #55

Closed genmeblog closed 3 years ago

genmeblog commented 4 years ago

Add threading to codegen.

(%>% a b c) -> "a %>% b %>% c"

genmeblog commented 4 years ago

also %chin% (same as %in%)

genmeblog commented 4 years ago

found more and more examples. Maybe all this kind of functions should be treated as binary?

genmeblog commented 3 years ago

All operators in form %% are treated binary, unless they are in binary-exclusions set.

Added to BETA12