ags icon indicating copy to clipboard operation
ags copied to clipboard

Curious if it's possible to use clojurescript

Open ChrisCochrun opened this issue 1 year ago • 1 comments

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.

ChrisCochrun avatar Jun 24 '24 20:06 ChrisCochrun

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.

andrwui avatar Jul 22 '24 15:07 andrwui