I normally use Racket, but I'm tired of people not being able to play my games because I can only compile for Windows, and then Windows flags them as viruses...
So, in hopes of getting more ratings, I'm looking to do my next project in the browser. I'm aware of the Virtual Consoles like TIC-80, but would like to use the browser resources more directly. Can anyone recommend a good JavaScript based Lisp? Or something that compiles usefully to JavaScript?
Right now, I'm looking at https://kybernetikos.github.io/Javathcript/. It seems relatively straightforward and it has an interface that should let me use standard JavaScript libraries if I need to.
Thanks!