Home Explore Blog CI



nushell

10th chunk of `blog/2019-08-23-introducing-nushell.md`
94b964f5252741ae7b281370d2e67653a211680bb5ea4e22000000010000018b


Nu takes heavy inspiration from the [error messages in Rust](https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html). As much as possible, draw your eyes to the problem.

Combined with the pipeline, some pretty interesting errors are possible:


Title: Nu's Error Messages: Inspiration from Rust
Summary
Nu's error messages are heavily inspired by Rust's, designed to clearly point out the source of the problem. The system is able to trace errors from deep within command pipelines, making debugging easier.