emdash / udlang

A practical, functional language for stream processing.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Should udlang use doctests? #32

Open emdash opened 3 years ago

emdash commented 3 years ago

Stumbled across this, and it seems interesting: https://www.youtube.com/watch?v=0zOg8_B71gE

Also #![deny(warnings, missing_docs]

I am learning the Rust ecosystem and culture along with the actual language itself.