|
|
|
|
|
by LandR
1580 days ago
|
|
IT's worth knowing that this is you typing into a REPL, that when you are actually doign REPL driven development you almost never type directly into the REPL in Clojure. ALmost all editors I've seen allows you to send code to the REPL from your editor, and get the results in line in your editor. Typing into the REPL would be bad practice. |
|