ben.knoble
2020-12-17 17:55:06

More on the alt key; there are other posts on the topic, but I happened to see this one and remembered our discussion. https://vi.stackexchange.com/q/26500/10604


phanthero
2020-12-17 18:51:58

I need to look this up lol


samdphillips
2020-12-17 19:27:32

I dunno how you go about it in vim, but it’s common in Emacs and DrRacket can do it too.


phanthero
2020-12-17 23:43:25

Yeah, I think it is possible in Vim, but much harder to setup. Might be easier in neovim


phanthero
2020-12-17 23:43:46

Do you know any good blog posts/articles that talk about “REPL driven development”?


samdphillips
2020-12-17 23:59:30

Sorry not off hand.


averellaquino
2020-12-18 02:57:50

averellaquino
2020-12-18 02:58:12

you can send region, send line, send form to repl


averellaquino
2020-12-18 02:58:31

very nice especially when you use vim


averellaquino
2020-12-18 03:00:35

@phanthero this is also how I used to develop racket in evil+emacs+racket-mode