mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2026-05-06 07:58:11 -05:00
[GH-ISSUE #6] [Feat] Proposal: Add a Roadmap for Learning Compilers #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @onehr on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/mohitmishra786/amILearningEnough/issues/6
Description:
I would like to propose adding a roadmap for learning compilers to this repository. Compilers are a critical part of software development, and understanding how they work can deepen one's knowledge of programming languages, optimization, and system-level programming. This roadmap would include:
Why Learn Compilers?
A Step-by-Step Roadmap
Resources
(e.g.): Engineering a Compiler, An Incremental Approach to Compiler Construction
Example Project
namin/inc: an incremental approach to compiler construction
Why I'm Interested:
I have been working on industrial-level compilers for several years and am passionate about sharing knowledge in this area. I believe this roadmap would be a valuable addition to the repository, complementing the existing low-level programming resources.
Next Steps:
If this proposal is interested, I am willing to help draft the roadmap, curate resources, and provide examples.
@mohitmishra786 commented on GitHub (Jan 14, 2025):
Hello @onehr ,
It is a great idea, please go ahead and create a draft
Feel free to let me know if you need any help from my side, I do have some good resources on compiler which we can eventually add once the draft is merged
@onehr commented on GitHub (Jan 16, 2025):
Great @mohitmishra786 , I will draft a version when I have time recently and let you know with PR.
@mohitmishra786 commented on GitHub (Jan 18, 2025):
sure, looking forward to it
@mohitmishra786 commented on GitHub (Apr 5, 2025):
@onehr no rush, did you got anytime for the issue? or any progress? I can help if needed
[Feat] Proposal: Add a Roadmap for Learning Compilersto [GH-ISSUE #6] [Feat] Proposal: Add a Roadmap for Learning Compilers