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
Currently, functions.clj has a "Java Interop" section, as well as an exercise that requires calling Java methods.
This is helpful for Java developers, but maybe half of the folks I've taught intro-level Clojure to have recent (or any) experience with Java; most come from Ruby or Python or PHP or something else entirely. In those cases, the Java references are distracting.
To that end, it would probably be better to just move all of the Java interop-related stuff into a new section, then stick that section towards the end of the workshop, just before "State".
The text was updated successfully, but these errors were encountered:
Currently,
functions.clj
has a "Java Interop" section, as well as an exercise that requires calling Java methods.This is helpful for Java developers, but maybe half of the folks I've taught intro-level Clojure to have recent (or any) experience with Java; most come from Ruby or Python or PHP or something else entirely. In those cases, the Java references are distracting.
To that end, it would probably be better to just move all of the Java interop-related stuff into a new section, then stick that section towards the end of the workshop, just before "State".
The text was updated successfully, but these errors were encountered: