brundonsmith / rust_lisp

A Rust-embeddable Lisp, with support for interop with native Rust functions
234 stars 20 forks source link

Collect into a Result instead of map unwrap #1

Closed cedric-h closed 2 years ago

cedric-h commented 3 years ago

This is more idiomatic (and marginally more efficient, I believe).

Also, I just wanted to let you know that I was very happy to have found your crate. It suits my use case spectacularly well and is beautifully minimal. Kudos.

Hopefully you'll see some more meaningful commits in the future :D