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
I've tried to run clojure on the cooley-tukey code example. This is a default clojure setup (using the devcontainer setup, but should be the same on a fresh install).
This is the output:
Downloading: org/clojure/clojure/1.10.3/clojure-1.10.3.pom from central
Downloading: org/clojure/spec.alpha/0.2.194/spec.alpha-0.2.194.pom from central
Downloading: org/clojure/pom.contrib/0.3.0/pom.contrib-0.3.0.pom from central
Downloading: org/clojure/core.specs.alpha/0.2.56/core.specs.alpha-0.2.56.pom from central
Downloading: org/clojure/core.specs.alpha/0.2.56/core.specs.alpha-0.2.56.jar from central
Downloading: org/clojure/spec.alpha/0.2.194/spec.alpha-0.2.194.jar from central
Downloading: org/clojure/clojure/1.10.3/clojure-1.10.3.jar from central
WARNING: Implicit use of clojure.main with options is deprecated, use -M
Syntax error (FileNotFoundException) compiling at (contents/cooley_tukey/code/clojure/fft.clj:1:1).
Could not locate complex/core__init.class, complex/core.clj or complex/core.cljc on classpath.
A clear and concise description of what the bug is.
Bug Report
Description
I've tried to run clojure on the cooley-tukey code example. This is a default clojure setup (using the devcontainer setup, but should be the same on a fresh install).
This is the output:
A clear and concise description of what the bug is.
Content of the
.edn
:Steps to Reproduce
From the root of the AAA run
clojure contents/cooley_tukey/code/clojure/fft.clj
Expected behavior
It shouldn't give any errors.
For Algorithm Archive Developers
The text was updated successfully, but these errors were encountered: