I was wondering if anyone knows of anything similar using Scheme or another Lisp?
Or maybe any other starting points I should check out if I want to write my own text editor in Scheme?
if you get guile-gi going then you have access to any gobject library, which includes gtk
from there you can use a text view widget and go from there
although be warned, if on guix, guile-gi is funky rn
Thanks, but the idea is more about writing a text editor just as a pet project/learning experience. It is cool that Helix wants to use a scheme though.
Yes, they will soon be bundling Guile 1.8 with TeXmacs. You can try Mogan, which ships with S7. Massimiliano Gubinelli has a Guile 3 branch and I don’t know why this did not become the official approach for GNU TeXmacs.
Maybe this thread and the blog post it references will help you.
I also found this older project of someone using chicken scheme for a text editor.
Than there also another text editing project (hatis) but it seems to now be using common lisp.
The future of any of these projects is relatively unclear but I am collecting them here anyway for inspiration