Esteban Ginez

Results 26 comments of Esteban Ginez

In essence yes. I think it's a good idea to follow the target/task philosophy. However one of my goals is to have a pure cljs compiler and the above project...

FYI I just pushed a branch where I am using the bootstrapped compiler to compile very simple forms, so far so good, however I am still researching if we are...

right building clojurescript without relying on the java . Sounds good let me know how it goes

that is weird! I had that working before in my projects, I'll try running a few more tests and comment back

ah yes I know what's going on, I am only reading the project :dependencies and not :source-paths.

Yeap Calvin is one of the uses, but it goes beyond that, the clasapaptj in the jvm is pretty Static and hard to work with, once you start a jvm...

interesting I didn't know about the nexus rest api. No HB doesn't, it basically searches for maven artifacts in two places: clojars and maven-central, and resolves dependencies manually from there....

I can tell you I haven't ported everything, I haven't though about crosscheck, but that's an interesting idea.

Completely agree I have support for custom local repos in there already. I can probably add a test for it to highlight it

hey there I am trying to run the examples with 0.29 I am getting the same error: `Provider org.graalvm.compiler.truffle.hotspot.HotSpotTruffleRuntimeAccess not a subtype`. Any suggestions? I downloded GraalVM from the OTN...