chansey97
2021-8-5 03:40:05

> but all these parentheses made me afraid!!! I once wrote a Emacs package (and hacked company-mode) for automatically parentheses completion. It originally be written for Elisp, but can also be used in racket-mode. If you don’t like writing parentheses manually (just like me), you can try it: https://github.com/chansey97/company-yasnippet-autoparens


jmhimara
2021-8-5 04:02:44

Another beginner question: Now that Racket is implemented in Chez Scheme, does that in any way enable interoperability between the two? E.g. can you embed one into the other?