ohua-dev / ohua-jvm-integration

Integration for the ohua core library with the java platform
Eclipse Public License 1.0
2 stars 0 forks source link

Default linked function selection #12

Open JustusAdam opened 6 years ago

JustusAdam commented 6 years ago

Currently we always link functions from ohua.lang and refer them.

I was thinking perhaps it may be better to still link ohua.lang but only refer some of the functions. For instance things like ohua.lang/__callClojureFunction, ohua.lang/ifThenElse, ohua.lang/select etc really only needs to be imported qualified as these are typically only inserted by the compiler, whereas smap and apply should be imported unqualified.

sertel commented 6 years ago

I agree to that.