Hacker News new | past | comments | ask | show | jobs | submit login

Compiling to Javascript isn't what I find interesting. I'd like support for <script type="text/lisp" language="common-lisp" src="web-ui.lisp">.

Pure Lisp, compiled for the user's browser and OS. No Javascript anywhere.




You can do this now

  <script src="biwascheme.js">
  (console-log "Hello, world!")
  </script>


You see that ".js" in your example? I don't want it.

I would like to know how to implement and deploy a scripting engine that has no dependencies on Javascript whatsoever.


That doesn't materially matter. I know you don't want it, but it in no way effects the computation.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: