Curious if it's possible to use clojurescript
ChrisCochrun opened this issue · comments
Chris Cochrun commented
I have used clojurescript from time to time, and wondered if anyone has ever got it working as an alternative to javascript for AGS? Wasn't sure where to ask but thought maybe someone here may have run across it.
andrwui commented
I mean, if you can somehow use the library (and optionally get type inference) in CLJS, you should be able to compile all CLJS to actual JS that AGS can import. It should be the same procedure you would do when using AGS with Typescript.