this post was submitted on 21 Dec 2024
16 points (94.4% liked)

Rust Programming

8234 readers
69 users here now

founded 5 years ago
MODERATORS
 

Hello,

I have started learning Rust. I have only made a fibonaci series program so far but I would make more complex program as I progress in learning Rust :D

you are viewing a single comment's thread
view the rest of the comments

When I'm curious about a language, I usually first build some implementation of a perceptron or basic neural network, as well as a (usually very bad) text editor.

I feel like once I have those behind me, I've got some fundamentals and can dive deeper into what makes the specific language actually special :)