TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to get a job as a compiler engineer?

129 pointsby amir734jjover 2 years ago
I have a BS and MS in computer science and I have been working part-time on my PhD in compilers for four years now. My research is about attribute grammars. I love my PhD research topic, it&#x27;s challenging, fun and novel but I don&#x27;t see it being used for any practical applications. I teach basic compiler course part-time as an instructor at my university as well. I work full-time as a backend software engineer at Microsoft. My goal is to actually use the concepts I spent so much to learn in my PhD in my career. Where should I start? What tool&#x2F;library&#x2F;framework is a must know for a compiler engineer? What are the companies that do exciting stuff in compilers?<p>I appreciate any help. Thank you

39 comments

dpe82over 2 years ago
You write that you currently work full time at Microsoft, a company with a large developer tools division that actively develops several language compilers. Have you reached out to managers in those groups to learn if they have (or could create) opportunities that match your interests?
评论 #32591024 未加载
评论 #32592646 未加载
评论 #32594023 未加载
评论 #32591242 未加载
gyulaiover 2 years ago
&gt; My goal is to actually use the concepts I spent so much to learn in my PhD in my career.<p>Hmmm... That was me, 12 years ago, after having done a Ph.D. focussing on computational semantics (the nlp-kind, not the compiler-kind). Trying to apply it anywhere in industry has been my white whale ever since. I&#x27;d recommend de-emphasizing the &quot;I&#x27;d like to work here to apply this incredibly specific thing that I&#x27;ve been working on for my Ph.D.&quot; angle in job interviews.
评论 #32593509 未加载
nbpover 2 years ago
&quot;attribute grammar&quot; and &quot;novel&quot; in the same statement? Whoa! I tried to publish a paper ~15 years ago on attribute grammars … without success and non-constructive review feedback. I am not aware of any company making use of attribute grammars in production. I had the goal of making use of attribute grammars as part of <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla-spidermonkey&#x2F;jsparagus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla-spidermonkey&#x2F;jsparagus</a> (SmooshMonkey), but making a JavaScript parser generator which is as efficient as our hand-written parser is already surprisingly difficult, and the COVID ended the project.<p>On the topic of finding a job … I would be of no help. The only internships&#x2F;jobs I found so far were all outside the usual applications forms:<p>* By emailing to the author of an R&amp;D language that I was already using, asking if they could make a position for me in their lab.<p>* From a teacher recommending me in the start-up where he worked for building an interpreted language.<p>* By going to one of the Firefox 4 party, and giving a visit card after seeing a presentation about SpiderMonkey.<p>Then, if you are interested in applying for a job opening on compilers. There is one right now at Mozilla, on WebAssembly: <a href="https:&#x2F;&#x2F;www.mozilla.org&#x2F;en-US&#x2F;careers&#x2F;position&#x2F;gh&#x2F;4437801&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mozilla.org&#x2F;en-US&#x2F;careers&#x2F;position&#x2F;gh&#x2F;4437801&#x2F;</a> … but there is no attribute grammar.
nvarsjover 2 years ago
My general impression is that a well paying, full time compiler position is quite competitive. It&#x27;s relatively niche, and there are a lot of good engineers who would love to work on compilers all day rather than the typical drudgery (it&#x27;s one of the purest CS pursuits). I&#x27;d suggest scratching your itch by working on an open source compiler in your spare time. And with significant experience under your belt, you may be able to network and get that dream job one day.<p>Source: I know people on both the Scala and Swift teams and this was my experience. Everyone wants to work on these teams, and it was generally seen as the most enjoyable work. You pretty much had to have good connections&#x2F;solid OSS contributions&#x2F;relevant PhD to get a placement on these teams. I imagine it&#x27;s the same at MS.
woodruffwover 2 years ago
The company I work for (Trail of Bits[1]) does compilers-based program analysis and engineering; it&#x27;s been a significant part of my job for the last 4 years of my career. We&#x27;re also hiring[2]!<p>Overall, I think the job market for compilers&#x2F;program analysis is pretty strong right now. It&#x27;s also well spread between companies of different sizes and scopes: MS and Apple are doing serious LLVM-based optimization work, while you also see medium-sized companies (Fastly and CloudFlare) doing interesting work on WebAssembly. On the research side, companies like ToB and Galois have been doing LLVM and other compiler-based program analysis for over a decade.<p>[1]: <a href="https:&#x2F;&#x2F;www.trailofbits.com" rel="nofollow">https:&#x2F;&#x2F;www.trailofbits.com</a><p>[2]: <a href="https:&#x2F;&#x2F;www.trailofbits.com&#x2F;careers" rel="nofollow">https:&#x2F;&#x2F;www.trailofbits.com&#x2F;careers</a>
jraphover 2 years ago
Companies making CPUs are often looking for compiler engineers, mostly in the backend of course. Intel, AMD, ARM, STMicroelectronics, Kalray for instance. You might be able to find a job at a company working with the RISC-V arch too. You&#x27;ll probably work on LLVM and&#x2F;or GCC, or maybe an in-house compiler. I know someone working at one such company after doing a PhD in the area and they are happy. I won&#x27;t be more precise in public, my email is in my profile.
dan-robertsonover 2 years ago
Maybe a stupid question, but have you tried applying to compiler engineer jobs? There is a list currently at the bottom of this thread: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32590459" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32590459</a><p>I think you may find that lots of the job is ‘regular software engineering’ work if it involves maintaining a production compiler rather than being all about specific compiler techniques there will be lots of time on eg making the compiler faster, improving debugging information, coming up with better error messages, etc. I guess something more on the research end is going to be totally different.
评论 #32591245 未加载
glacambreover 2 years ago
There is a list of companies doing compiler work here: <a href="https:&#x2F;&#x2F;github.com&#x2F;mgaudet&#x2F;CompilerJobs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mgaudet&#x2F;CompilerJobs</a> . I would recommend surveying the ones that have openings, gathering the listed knowledge requirements, choosing the ones that come up most often and then learning that.
JonChesterfieldover 2 years ago
I&#x27;d suggest you pick an open source compiler and try to improve it. The people reviewing your work approximate those interested in the same area, some of those are probably employed to do so. That&#x27;ll give you a list of potential employers plus people who know who you are if you decide to apply.<p>LLVM &#x2F; MLIR &#x2F; GCC all have significant numbers of employees working on them as well as volunteers, partly because hardware companies employ software devs to make them work for their hardware. I&#x27;m not as clear who funds front end work, seems to be big companies that like internal tooling.<p>Compilers are great. Exciting is in the eye of the beholder though, you&#x27;d have to expand on what interests you before we could guess a more specific direction to try.
comfypotatoover 2 years ago
My compilers professor mentioned that national labs consistently reach out to him asking if he has any good PhD students. Just mentioning this so you don’t forget to emphasize that route. Perhaps you’ve established connections during your research that have similar contacts in the labs?
评论 #32591838 未加载
midenginedcoupeover 2 years ago
Martin Odersky&#x27;s hiring: <a href="https:&#x2F;&#x2F;contributors.scala-lang.org&#x2F;t&#x2F;looking-for-compiler-engineers&#x2F;5881" rel="nofollow">https:&#x2F;&#x2F;contributors.scala-lang.org&#x2F;t&#x2F;looking-for-compiler-e...</a>
arxanasover 2 years ago
Here is a blog post I wrote on the topic <a href="https:&#x2F;&#x2F;blog.waleedkhan.name&#x2F;getting-a-job-in-pl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.waleedkhan.name&#x2F;getting-a-job-in-pl&#x2F;</a>
kajecounterhackover 2 years ago
I&#x27;m not a compiler engineer but I&#x27;d focus on figuring out what problems compilers are being developed to help solve and go from there, applying to companies that do those things.<p>Google has a lot of compiler stuff. XLA for machine learning: ML graph compilation is a huge area right now because ML is so costly and optimizing ever-growing ML models is something compilers help a lot with. Closure for javascript. A bunch of their own languages: {a few versions of SQL that optimize for different workloads}, {go for servers}, {dart which is both AOT + JIT compiled for rapid app development but performant serving}, {carbon because rust is hard to adopt at a company like google}, ...and this is just off the top of my head. Teams continue to develop and improve these compilers &amp; devtools around them every year, so there are definitely jobs. It feels like big companies like Google &#x2F; MSFT are most likely to be doing interesting things with compilers because they don&#x27;t have as much direct linkage to product and thus it&#x27;s hard to get budget to pay people to do these things unless you&#x27;re a money-printing behemoth. I&#x27;m assuming you don&#x27;t want to take a big pay cut just to work on compilers :)<p>In terms of landing the job, I don&#x27;t think knowing specific tools&#x2F;libraries&#x2F;frameworks are that important. I actually flirted with joining one of the teams mentioned above years ago despite not having compiler background, so that&#x27;s the other thing. They care a lot more about you being a solid engineer and teammate than anything else. PhD will help you get an interview and if the _perfect_ role opens up for you, you&#x27;d have an edge. But more often I see folks with PhDs work on things unrelated to their academic research. And actually I think it can be more fun if you&#x27;re open to doing something a little different, if still in the domain of compilers&#x2F;programming languages. Your experience will definitely become useful if you are close-ish to the subject, but you&#x27;ll learn more if it&#x27;s not _too_ close.
dataflowover 2 years ago
&gt; My research is about attribute grammars.<p>&gt; My goal is to actually use the concepts I spent so much to learn in my PhD in my career.<p>Do you mean you&#x27;re specifically looking for a job that lets you focus on the <i>grammar&#x2F;parsing</i> of programming languages (possibly with attribute grammars in particular!)? Or do you mean front-end (or general) compiler development more generally? Because if you specifically want to apply research on parsing techniques, as much as I love that area and wish there was more interest in parsing, I dare say you&#x27;re unlikely to find such businesses hiring for something like this specifically (unless there&#x27;s some research institution working on projects like this), given it&#x27;s not exactly a money-making opportunity. Though if you somehow think there might be such a job, I imagine the best people to ask would be PL faculty.
评论 #32592590 未加载
georgelyonover 2 years ago
MLIR (<a href="https:&#x2F;&#x2F;mlir.llvm.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mlir.llvm.org&#x2F;</a>) is a quickly growing compiler toolkit which attempts to synthesize the learnings of LLVM and currently powers compilers for programming languages, machine learning and circuit design (<a href="https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;circt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;circt</a>). and there are a ton of companies with real employees working on it (including Microsoft) and MLIR is at the core of Chris Lattner’s new company, ModularAI. I’d recommend taking a look at it, there are a large number of ways to get involved and a number of paths from contributor to employee.
anon291over 2 years ago
Currently, I&#x27;ve been a compiler engineer (and using Haskell for a good portion of it... I&#x27;m a unicorn I get) at several hardware startups. New silicon is all the rage these days as we hit the edges of moore&#x27;s law.<p>Right now, I work on a hardware AI accelerator. Not directly on the compiler at this place, but there&#x27;s a large compiler team. Before this, I was doing something similar.<p>There&#x27;s actually a huge open space right now. Don&#x27;t limit yourself just to turing-complete, general-purpose languages on general purpose architectures. The more specialized, the more opportunity.
deltasepsilonover 2 years ago
&gt; but I don&#x27;t see it being used for any practical applications<p>The industry only cares about one thing: ability to market and sell as a means to make money. Ideally a compiler translates human-understandable code into the fastest possible machine-understandable code. Every tech company is essentially a compiler company because they need people to extract the most performance from their software and hardware.<p>There are a gazillion AI companies nowadays, they all need training or inference to go faster, they all need compiler people. Lattner [0] knows this, and that&#x27;s why he started Modular AI [1].<p>If you want attribute grammars to be involved, you need to make them solve this problem better. That&#x27;s your task. That&#x27;s the value you bring.<p>How do you do this? Here are links to items posted over just the last few weeks on HN. Karpathy spells out neural networks [2], so understand the computational problem. Nvidia describes the difference between CPUs and GPUs [3], so understand the spectrum of computational fabrics. Now figure out how to best solve this computational problem given the different fabrics and their differing trade-offs.<p>Easy.<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chris_Lattner" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chris_Lattner</a><p>[1] <a href="https:&#x2F;&#x2F;www.modular.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.modular.com&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32491440" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32491440</a><p>[3] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32053502" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32053502</a>
bradwoodover 2 years ago
I&#x27;m no expert in this, but hardware companies like ARM will spend money to get compilers like C&#x27;s and Rust&#x27;s to work on their chips.<p>Maybe have a snoop around these types of firms?
perlgeekover 2 years ago
A few years ago, a friend of mine applied to a job at Microsoft for developing the typescript compiler there (open source).<p>Generally, you can try these companies:<p>* really big software companies, like Microsoft, IBM, Google...<p>* chip makers<p>* developer tool makers, like JetBrains<p>Also, search engines are a thing :-) <a href="https:&#x2F;&#x2F;www.dice.com&#x2F;jobs?q=compiler" rel="nofollow">https:&#x2F;&#x2F;www.dice.com&#x2F;jobs?q=compiler</a> or try linkedin...
peter_d_shermanover 2 years ago
<a href="https:&#x2F;&#x2F;www.indeed.com&#x2F;jobs?q=compiler" rel="nofollow">https:&#x2F;&#x2F;www.indeed.com&#x2F;jobs?q=compiler</a><p><a href="https:&#x2F;&#x2F;www.simplyhired.com&#x2F;search?q=compiler" rel="nofollow">https:&#x2F;&#x2F;www.simplyhired.com&#x2F;search?q=compiler</a><p><a href="https:&#x2F;&#x2F;www.ziprecruiter.com&#x2F;jobs-search?search=compiler" rel="nofollow">https:&#x2F;&#x2F;www.ziprecruiter.com&#x2F;jobs-search?search=compiler</a><p><a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;jobs&#x2F;search?keywords=compiler" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;jobs&#x2F;search?keywords=compiler</a><p><a href="https:&#x2F;&#x2F;www.dice.com&#x2F;jobs?q=compiler" rel="nofollow">https:&#x2F;&#x2F;www.dice.com&#x2F;jobs?q=compiler</a><p>Good luck!
评论 #32590647 未加载
ozinenkoover 2 years ago
Engage with some open-source compiler community or, better, find a way to contribute and then the job will find you. Note, however, that even if you wanted to pursue a purely academic compiler research career, it is highly unlikely that you would stick with the same subject. So broaden your interests, part of research is understanding new things.<p>Specifically, I work on LLVM and there are dozens of job ads in every developer meeting or on <a href="https:&#x2F;&#x2F;discourse.llvm.org&#x2F;c&#x2F;community&#x2F;job-postings&#x2F;16" rel="nofollow">https:&#x2F;&#x2F;discourse.llvm.org&#x2F;c&#x2F;community&#x2F;job-postings&#x2F;16</a>.
1001101over 2 years ago
I went to a pretty fascinating talk by a Green Hills engineer a while back about memory barriers and how compilers treat them. Definitely a good company&#x27;s careers page to keep an eye on. Good luck!
zasdffaaover 2 years ago
You work at MS, contact the Microsoft Research Centre, where C.A.R. Hoare works. Maybe ask to speak to him or another big name. Don&#x27;t be afraid to ask[1]. Good luck!<p>[1] Shy bairns go hungry, goes some saying.
GregarianChildover 2 years ago
I&#x27;m a bit surprised by what you write.<p>Until recently I was heading a compiler team. We found it impossible to hire experienced compiler engineers despite paying very well, so we essentially switched to hiring promising university graduates and trained them on the job. My peers in other companies are all in the same situation.<p>Note that there is a mismatch between academic and industrial compiler work. A university compilers course is necessary, but not sufficient to be considered experienced, you should have good knowledge of things like ABI design, ELF, DWARF, LLVM&#x27;s tablegen, C++, compilation of varargs etc. This stuff is not typically taught in compiler courses (for good reason, since it is a bit arbitrary) but it is absolutely vital to producing a working, industrial strength compiler. You should also have some idea about computer architecture, so you can read ISA manuals and understand what individual machine instructions do, and what performance characteristics they have. Otherwise you won&#x27;t be able to write good instruction selection and scheduling. Given the increasing prevalence of JIT compilers (eg eBPF in the Linux kernel), it&#x27;s also useful to know about that. Another dimension is security: modern compilers to need to worry about stack canaries, shadow stacks etc. This too is not taught at universities.<p>Regarding what tool&#x2F;library&#x2F;framework, skills are rather transferrable, so I would not worry too much about this. LLVM is by far the most widely used open framework and is easier to get into than other open stuff. If you are knowledgable about security and verification, doing hacking on e.g. CakeML [1] or CompCert [2] might be interesting.<p>A good way of being hired is to go to e.g. LLVM or GCC meetup, and make it clear that you are looking for a job. Put it on your Github that you are looking for a job. Put a link to an LLVM or GCC (or similar) compiler phase that you have written. The next LLVM dev meeting is November 8-9 in San Jose, CA, hang out there, rest assured there will be many companies seeking to hire. Bonus points if you give a presentation, even if it&#x27;s whimsy like compiling Brainfuck to Intel 4004 ... Another avenue is RISCV startups which are currently 10-a-penny, they all need and hire compiler engineers. Cold-contact them ...<p>PS, since you are a PhD student. I suggest finishing your PhD in some form or other. A lot of companies are loath to hire PhD students before they finish, or make the job offer contingent upon successful graduation. That certainly was our policy. If you are not yet near graduation, I suggest to do a compiler related internship.<p>[1] <a href="https:&#x2F;&#x2F;cakeml.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cakeml.org&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;AbsInt&#x2F;CompCert" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AbsInt&#x2F;CompCert</a>
评论 #32593414 未加载
mbrodersenover 2 years ago
I have worked as a compiler engineer for 10+ years. Maintaining a high performance JIT compiler for a Haskell inspired language used in production by large corporations around the world. And I have never had a need to use attribute grammars. I am sorry to say this but almost all compiler PhD work I have seen or read about is not useful for writing real production compilers.
3ef4e38bover 2 years ago
please apply!<p><a href="https:&#x2F;&#x2F;jobs.amd.com&#x2F;job&#x2F;Santa-Clara-Software-Development-Engineer-Cali&#x2F;914306100&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jobs.amd.com&#x2F;job&#x2F;Santa-Clara-Software-Development-En...</a><p>The Company:<p>AMD Pensando is a leading provider of data center networking technology. Pensando&#x27;s distributed services platform will expand AMD&#x27;s data center product portfolio with a high-performance data processing unit (DPU) and software stack that are already deployed at scale across cloud and enterprise customers including Goldman Sachs, IBM Cloud, Microsoft Azure and Oracle.<p>The Role:<p>This position is for a recent graduate with strong software engineering skills who is passionate about solving complex problems. Our team is working on a compiler for the P4 language targeting a domain specific architecture implemented in our family of ASICs. The compiler is based on open source software such as LLVM and P4C and is architected based on modern software design principles and methodologies. You will have the opportunity to make significant contributions from day one and will be mentored along the way by senior engineers with a wealth of experience. In addition, you will be interacting with both compiler customers as well as the ASIC team developing the target ASICs.
pabs3over 2 years ago
If you are interested in open source compilers, I think I saw on the HN hiring threads that AdaCore folks are hiring. Probably there are RedHat jobs for GCC going too.
colinmhayesover 2 years ago
I work on the sql optimization and execution team for a data warehouse company. SQL isn&#x27;t the most interesting language to build a compiler for, but I figure it&#x27;s the easiest way to get paid to build one. You could probably transfer to microsofts data warehouse team and help them build their sql compiler.
评论 #32591635 未加载
langitbiruover 2 years ago
Vyper (a language on Ethereum Virtual Machine) is looking for a compiler engineer:<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;big_tech_sux&#x2F;status&#x2F;1515637778461208587" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;big_tech_sux&#x2F;status&#x2F;1515637778461208587</a>
sshineover 2 years ago
&gt; What are the companies that do exciting stuff in compilers?<p>Some companies solve problems that have a larger component of parsing and evaluating things.<p>One example is Hasura&#x27;s SQL-to-GraphQL layer: <a href="https:&#x2F;&#x2F;hasura.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hasura.io&#x2F;</a><p>Another example is GitHub&#x27;s CodeQL: <a href="https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;codeql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;codeql</a><p>A third example -- I forget the name of the company -- parses Counter-Strike games real-time and restructures this data for better analytical introspection, e.g. for betting, time-scrollable replay, 2D rendering, etc. There appears to be a lot of hard-earned knowledge going from a stream of events monkey-patched over two decades, to a complete model of a game (who&#x27;s on what team, who is dead, what round is this, etc.)<p>Microsoft does a lot of interesting compiler-related stuff, too, of course.<p>Then there&#x27;s blockchain: A lot of programming-language enthusiasts have been employed to write VMs and DSLs to express safe application-level environments. An example is Anoma&#x27;s Juvix: <a href="https:&#x2F;&#x2F;github.com&#x2F;anoma&#x2F;juvix" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anoma&#x2F;juvix</a><p>A job I was looking at involved building a more programmatic interface to some legacy SCADA systems, i.e. make old factory monitoring systems interoperate via a DSL. The idea, I think, is to transform and manage the configuration files from a dynamic GUI system, but not employ people to drag-and-drop; rather, express this as code.<p>tl;dr: If your main tool is a compiler, there are compiler problems everywhere.
McPover 2 years ago
Arm is hiring compiler engineers in the UK: <a href="https:&#x2F;&#x2F;careers.arm.com&#x2F;search-jobs&#x2F;Compiler" rel="nofollow">https:&#x2F;&#x2F;careers.arm.com&#x2F;search-jobs&#x2F;Compiler</a>
kjellsbellsover 2 years ago
You work at MSFT? Look up informationals on hrweb and find the ppl that do this stuff. also search the vast and deep pool that is the msft intranet. msft research, dev tools groups etc etc.
oso2kover 2 years ago
Have you looked at the postings on comp.compilers, lambda-the-ultimate, and other places where PL folks hang out?
andsoitisover 2 years ago
If you already work at MSFT, why not chat to the compiler folks there?
评论 #32593597 未加载
kapv89over 2 years ago
I&#x27;d suggest join the company behind bun.sh - oven.sh
rehmanover 2 years ago
Cerebras systems can be a good option to work.
adrianNover 2 years ago
Consider working on a database.
intelVISAover 2 years ago
go Bellard mode and write a tiny C compiler
mohasover 2 years ago
Easily get employed as an entry level software engineer in a local company, shave your head and start selling blue meth Disclaimer. Thisis a joke referencing breaking bad TV series please don&#x27;t produce and sell drugs in industrial scale