this post was submitted on 12 Nov 2025
175 points (97.8% liked)

Technology

76899 readers
3677 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
[–] otter@lemmy.ca 3 points 6 days ago* (last edited 6 days ago) (1 children)

While I don't have a direct answer, I know that my university had some courses dedicated to this topic. I think these are some of them:

https://www.students.cs.ubc.ca/~cs-311/2025W1/nav/goals.html

https://www.cs.ubc.ca/course-section/cpsc-411-201-2020w

https://www.cs.ubc.ca/~rxg/cpsc509-spring-2024/

The second one is described as

The goal of this course is to give students experience designing, implementing, and extending programming languages. Students will start from a machine language, the x86-64 CPU instruction set with Linux system calls (x64), and incrementally build a compiler for a subset of Racket to this machine language. In the process, students will practice building, extending, and maintaining a complex piece of software, and practice creating, enforcing, and exploiting abstractions formalized in programming languages.

The course assumes familiarity with basic functional programming in Racket, and some simple imperative programming in assembly.

Those links might give you something to search off of?

And what’s the purpose of developing more languages anyway?

At some level, I think it's this:

https://xkcd.com/927/

[–] ApathyTree@lemmy.dbzer0.com 2 points 6 days ago

Interesting, thanks for the response, that gives me something to look for :)

And yeah, that last bit does rather sound likely ;)