Introducing jlbox: Realtime Testing with Julia, FactCheck.jl, Gulp.js, and ZMQ

When writing ruby code, I always enjoyed having my tests run side-by-side as I wrote code. I used a variety of combinations through the years, starting with the watchr gem, and eventually moving to guard. In julia, the language doesn't have as many tools available due to the infancy of it's package ecosystem. However, I combined a few tools to allow me to save my changes and see my test results immediately in a terminal window.

Read More