Skip to content
Discussion options

You must be logged in to vote

I find it a bit ironic that the mentioned article recommends the approach it does as one of the Clojure maintainers has advocated an approach which seems to be quite against typing directly into a REPL [1].


I also don't tend to type expressions at the REPL when working on a particular project. My editor is set up in such a way that I can "send" expressions to the REPL from source code and report on evaluation results. This has at least two benefits:

  • expressions that are sent are first recorded in a source file (because that's where I type them in) so they are available for reference later
  • there is much less switching between one's source buffer / window and a buffer / window for a REPL

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ianthehenry
Comment options

Answer selected by MarcusE1W
Comment options

You must be logged in to vote
1 reply
@sogaiu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants