quasilyte / goism

Not a fan of Emacs Lisp? Hack Emacs in Go!
MIT License
346 stars 16 forks source link

Consider gofrontend as a new foundation for goism #112

Open quasilyte opened 6 years ago

quasilyte commented 6 years ago

https://github.com/golang/gofrontend

This needs a lot of investigation. If this Go compiler frontend really de-coupled from GCC now and can be used to enable new targets, maybe Emacs Lisp would be great addition to it.

quasilyte commented 6 years ago

This can make sexp and sexpconv stuff obsolete (good thing).