Email or username:

Password:

Forgot your password?
Gosha

This is the REPL development workflow diagram from the Learn #ClojureScript book by Andrew Meredith. Looking at it, I realise that I've been missing the opportunity to write unit tests as well as I do REPL exploration. TIL!

The book: learn-clojurescript.com/

A REPL workflow diagram that includes a "Copy output from REPL into a unit test" step
4 comments
*

@gosha yeah, it's seems like a simple thing – copying text from one place to another – that's really super useful. and clojure's "it's just data" makes this very easy, because it's really just copying text. i don't remember ever writing a mock in a clojure unit test

Gosha

@computersandblues every day is really full of delightful surprises like that, I love it!

Thomasorus

@gosha have you seen the posts of Ian Henry about repl dev in Janet, a lisp like language? Probably nothing new for you but I liked it a lot ianthehenry.com/posts/my-kind-

Gosha

@thomasorus That looks super cooooool! Thank you, will read!

Go Up