Explore >> Select a destination


You are here

www.schneems.com
| | rtpg.co
6.4 parsecs away

Travel
| | [AI summary] The article provides Rust programming advice on avoiding verbose code through techniques like using constructors for enums, leveraging Option/Result methods, utilizing the ? operator for error propagation, and employing macros to reduce repetitive code.
| | blog.m-ou.se
2.5 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | andreabergia.com
5.3 parsecs away

Travel
| | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ??thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust.
| | notes.eatonphil.com
20.0 parsecs away

Travel
| Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly