miniblog.
← Back to all posts
Dec 4, 2018 at 22:26
3
2
Lovely talk on type driven development in Idris 2, largely a live demo!
https://youtu.be/mOtKD7ml0NU
Likes
Wu-Lee
sajith
matthew (nonlinear aspect)
Related Posts
Jan 19, 2025 at 04:30
"Example Driven Development" using Glamorous and Pharo Smalltalk:
https://medium.com/feenk/an-example-of-example-driven-development-4dea0d995920
Tests returning values and composing is a really interesting model. It establishes structure and shows which test failure is the most 'fundamental'.
Aug 26, 2024 at 05:29
Really cute approach to reporting type errors: when there's a type error, show an example of a runtime error that the type check has prevented! Data-Driven Techniques for Type Error Diagnosis
https://escholarship.org/uc/item/59s4h4pv
Dec 21, 2022 at 05:49
Using Miri, the Rust interpreter, as a profiler to find bottlenecks:
https://medium.com/source-and-buggy/data-driven-performance-optimization-with-rust-and-miri-70cb6dde0d35