this post was submitted on 25 May 2025
173 points (97.8% liked)

Technology

70415 readers
5518 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 days ago* (last edited 3 days ago) (3 children)

Have you already heard of our Lord and Saviour, the Wizard, and the scripture known as The Wizard Book? By the end of it you will be able to write a compiler, be a smith who can forge their own tongs.

(The software to use with the book is nowadays called racket, use #lang sicp to enable the right dialect)

[–] [email protected] 1 points 3 days ago (2 children)

I have not. I’m about to start learning rust so this could be useful. Thanks!

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago) (1 children)

The Rust book is also good at teaching coding, but it would be more of a jump into cold water. It's still more about teaching coders about Rust, only teaching coding incidentally to pick up people coming from a variety of languages, instead of getting into the core of computation itself.

[–] [email protected] 1 points 3 days ago

I mean, I literally learned python and bash by just kind of going for it, so this sounds good.