mob

Results 10 comments of mob

Hello, I was trying to follow threads like this to try to figure out what is likely to happen with more general linalg operation support in tensorflowjs. I do not...

I have this simple clj script (ns test) (defn whatever [](println) ) I could get it compiled into .scm by starting a clj repl and requiring the cljsm compiler. But...

body was a classic (println "hello"), it was swallowed somehow.

The story : we have a larger pricing calculator we build on clojure, compiled into clojure script end embedded into an HTML app. This runs OK on stronger laptop grade...

Success: I could print "hello". Thanks for that :). Following your build.clj finally I got this to be included: ``` (include "../scm/cljscm/source-at.scm") (load "scm/cljscm/core.scm") ``` I put this into repl/src...

In the meantime I am test compiling some sample codes. Some compilations work fine, but I have some probems. One is: ``` CAUTION: :as alias must be unique; offending spec:...

As it turned out our code used a construct as follows: ``` (case ... (nil) ``` So, in fact we had a '(nil)'. The question is if scheme (compiler) will...

We tested the (case op, and - sorry for the accents in the sample - I found different results for the following: clj: ``` (defn bubu [x] (case x (1)...

I mainly struggle with gambit, gsc works fine, but I cannot compile, I have OSX SDK 10.8 and gambit needs 10.7. Do you know if Gambit works with the 10.8...

Can I add additional app clients to the user pool created by amplify without breaking the amplify cli?