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
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
The current system uses recursion, which is generally avoided in clojure due to a lack of Tail Call Optimization. This is a result of my relative unfamiliarity with clojure, so it'd be a good project to work on making it more performant and idiomatic.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
An Extension of #1
The current system uses recursion, which is generally avoided in clojure due to a lack of Tail Call Optimization. This is a result of my relative unfamiliarity with clojure, so it'd be a good project to work on making it more performant and idiomatic.
The text was updated successfully, but these errors were encountered: