|
You are here |
www.schneems.com | ||
| | | | |
rtpg.co
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly | ||