Aylur / ags

A customizable and extensible shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curious if it's possible to use clojurescript

ChrisCochrun opened this issue · 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.

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.