Hello all, I am trying to get self-hosted CLJS running on Google's Apps Script servers.
I thought I would just try it out and was surprised to find that some simple expressions just worked, like (take 4 (range 10)). However, def'ing does not yet work. Does anyone have any pointers on how to debug this? Perhaps collection containing the current ns's vars is not accessible? If so, would I even be able to run any expressions? I will say, being able to run CLJS expressions as Google Sheets formulas is pretty neat. And being able to automate the rest of the Google Apps Script ecosystem with CLJS would be a blessing. The Github project is here: https://github.com/johnmn3/clgs The GAS script is here: https://script.google.com/d/1vUqjhUd21PD84gXqgOUy9tpx-kpvLRn2kZh-2y9DpwTrf-JTwh2F0xp1/edit?usp=sharing Let me know if you have any problems and thanks! V/r John -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
