#repldrivendevelopment — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #repldrivendevelopment, aggregated by home.social.
-
#TIL that #Julialang has a #REPLDrivenDevelopment very similar to #Clojure. You can send functions, code blocks or files to the REPL for evaluation. That's pretty amazing!
How is the library ecosystem for Julia? I know there are fewer libraries… but are they well maintained, and not as broken as with Python for example?
-
Development cycle time decays just like anything else in software. If not actively maintained, it gets worse over time.
I've worked on Clojure development cycles with tools.namespace and Component, but it's still hard: You have to intentionally design your code for interactive development and be careful not to break the feedback cycle.
https://github.com/stuartsierra/component.repl
#SoftwareEngineering #BitRot #Clojure #REPLDrivenDevelopment
-
@joshua_branson
I haven't watch it entirely yet. But i like to see other guile hacking sessions !!
I am still struggling between #REPLDrivenDevelopment and #TestDrivenDevelopment haha