History of editors for Lisp
github.com
History of editors for Lisp
1–10 of 29 posts
Re: History of editors for Lisp
#2Re: History of editors for Lisp
#3Re: History of editors for Lisp
#4I wish kbemacs had not managed to so successfully disappear - it was my fave - I'd resurrect it if I could
Re: History of editors for Lisp
#5In terms of Emacs packages, thoughts about the best lisp parens package?
Re: History of editors for Lisp
#6Any advice on getting off the ground for sexp editing (racket mostly) in a modern semantic way would be greatly appreciated.
Re: History of editors for Lisp
#7I'd love to see a couple of screencasts of people effectively using these. I use spacemacs in evil mode, but I find smartparens infuriating. I don't know if this is because it doesn't suit me, or it's just no good, or if (most likely) I don't know how it's supposed to be used and haven't learnt the keys. Any advice on getting off the ground for sexp editing (racket mostly) in a modern semantic way would be greatly ap…
Re: History of editors for Lisp
#8I'd love to see a couple of screencasts of people effectively using these. I use spacemacs in evil mode, but I find smartparens infuriating. I don't know if this is because it doesn't suit me, or it's just no good, or if (most likely) I don't know how it's supposed to be used and haven't learnt the keys. Any advice on getting off the ground for sexp editing (racket mostly) in a modern semantic way would be greatly ap…
Re: History of editors for Lisp
#9I'd love to see a couple of screencasts of people effectively using these. I use spacemacs in evil mode, but I find smartparens infuriating. I don't know if this is because it doesn't suit me, or it's just no good, or if (most likely) I don't know how it's supposed to be used and haven't learnt the keys. Any advice on getting off the ground for sexp editing (racket mostly) in a modern semantic way would be greatly ap…
my favorite sexp editing algo is parinfer, but afaik it hasn't been ported to emacs yet and definitely not packaged for spacemacs. i was first exposed to parinfer when i was playing around with light table, which is where i always end up if i'm spending a lot of time writing lisp/scheme
Re: History of editors for Lisp
#10In terms of Emacs packages, thoughts about the best lisp parens package?
I've only tried paredit and smartparens. I ended up going back to paredit due to some annoyances with the latter but unfortunately I can't remember what (I should make a note of such things). I'd be interested to hear from someone who switched from paredit to one of the newer ones.