Conversation

I spoke to my housemates over dinner about what they like about programming in R, and they don't know the word for REPL, but it seems to be the REPL. They get a benefit similar to static types from the interactive environment
6
40
I love REPLs and other interactive environments, but then I would, since I work on interactive theorem provers. I like when programming and proving is a conversation between me and a tool
2
13
Replying to and
Kind of tangentially related: I love how in Lean there's commands to evaluate and inspect stuff in the language itself. You don't even need to execute commands to reload the file… it's all updating live, thanks to the IDE integration. It's a bit like a REPL, but more immediate.
4