[deleted]
Design of a Vim-like text editor
31–40 of 92 posts
Re: Design of a Vim-like text editor
#32How about an embedded Lisp interpreter?
Re: Design of a Vim-like text editor
#33How about an embedded Lisp interpreter?
Well, there is a vim mode for emacs.
Re: Design of a Vim-like text editor
#34Also, no tests? Phew!
Re: Design of a Vim-like text editor
#35How about an embedded Lisp interpreter?
Re: Design of a Vim-like text editor
#36Re: Design of a Vim-like text editor
#37So weird to see this at #1 since I was researching this exact topic last night. My idea is a fully scriptable (Racket or CL) editor with modern package management system. A tiny C core would handle rendering (curses, etc.). Very cool write up though!
Re: Design of a Vim-like text editor
#38I have one question. How would they implement "go to line number" functionality? How fast would it be?
Re: Design of a Vim-like text editor
#39I don't intend it to be a vim clone, however I'm currently adding some features which I've borrowed from vim. The main one being modal editing. Its much earlier on than this project, though.
As a side note, building a text editor is great fun, one of the most interesting projects I've worked on!
Re: Design of a Vim-like text editor
#40How do I submit a patch? Needs a couple of tiny mods to compile on OSX.
Edit: Maybe not, the mailing list mail says "git clone git://repo.or.cz/vis.git" instead. I'm not sure where the canonical source lives.