Pure Lisp, compiled for the user's browser and OS. No Javascript anywhere.
<script src="biwascheme.js"> (console-log "Hello, world!") </script>
I would like to know how to implement and deploy a scripting engine that has no dependencies on Javascript whatsoever.
Pure Lisp, compiled for the user's browser and OS. No Javascript anywhere.