this post was submitted on 15 Feb 2025
185 points (95.6% liked)

LinkedinLunatics

3931 readers
117 users here now

A place to post ridiculous posts from linkedIn.com

(Full transparency.. a mod for this sub happens to work there.. but that doesn't influence his moderation or laughter at a lot of posts.)

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] tocano@lemmy.today 2 points 6 days ago (1 children)

Junior compiler writers exist.

You can have a junior write compiler code, but you won't have a junior compiler writer. It's a very specific niche topic which does not have the demand for this.

They don't teach CLIs and git and debugging in uni.

Well, they do. Version control is extremly useful for doing projects especially in groups and debugging is a necessary tool for building systems. These are not the main topic of the courses, but they are taught and practically mandatory.

[โ€“] sugar_in_your_tea@sh.itjust.works 1 points 4 days ago* (last edited 4 days ago)

If you want to work on compilers, the general flow is:

  1. Get Ph.D in CS, in something relevant to languages and compilers
  2. Join an existing project on an compiler team and apply your research (usually hired by a company that uses said language a lot); you're a "junior" here
  3. Work your way up to be a dominant force on the project, or switch to another project and become a lead (senior)

That's not always how it goes (software is weird), but that's a valid path.