You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is reflection checking at runtime relevant in Basilisp, and if so, how difficult would it be to implement the *warn-on-reflection dynamic var to warn of such instances at compile time?
I'm only asking because clojure.pprint does sets this flag at the top while there are many typehints set in the code.
Thanks
The text was updated successfully, but these errors were encountered:
*warn-on-reflection* is not needed in Basilisp. Basilisp has other warnings which cover similar cases, but which are generally set per-session. Type hints are not used by the compiler at all in Basilisp.
Hi,
is reflection checking at runtime relevant in Basilisp, and if so, how difficult would it be to implement the
*warn-on-reflection
dynamic var to warn of such instances at compile time?I'm only asking because
clojure.pprint
does sets this flag at the top while there are many typehints set in the code.Thanks
The text was updated successfully, but these errors were encountered: