TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you work in Programming language research?

19 点作者 Micoloth将近 2 年前
I&#x27;ve always been interested in the theoretical side of Programming Languages. I&#x27;ve learned a dozen of them and built my own demo one.<p>I&#x27;ve always done this as a side project, but I&#x27;m often wondering if it&#x27;s possible to start doing it full time. That would be great.<p>(For context: I have studied Maths, and worked as a SW engineer for the past few years, especially ML and now Data engineering. But, I&#x27;d love to get back to a more theoretical project at this point..)<p>The problem is, as far as I understand, the only people who work on PL research are: - At universities. But, the universities in my city&#x2F;country don&#x27;t offer many opportunities in this area... - At the R&amp;D section in some corporation (eg Microsoft)<p>My question is, what are my options? How are all the maintainers&#x2F;developers of the many programming languages around getting paid? Do you <i>really</i> do all this work in your free time, after having another full time job?<p>It appears there are not many opportunities around to get paid to do PL research... Am I missing some of them?

8 条评论

atsuzaki将近 2 年前
&gt; How are all the maintainers&#x2F;developers of the many programming languages around getting paid? Do you really do all this work in your free time, after having another full time job?<p>I want to correct the assumption that may have led to this question little; programming language _research_ and programming language _implementation_ are generally two separate jobs requiring separate skillsets (that sometimes may overlap). Which one are you interested in doing? (both?)
nequo将近 2 年前
As sibling says, Jane Street has employed people who have worked on implementing unboxed types[1] and stack allocation[2] in the OCaml compiler.<p>For Haskell, Well-Typed,[3] Tweag,[4] and Serokell[5] have employed people who have worked on GHC. For example, when Richard Eisenberg was at Tweag, he was working on implementing dependent types in Haskell which has led to new published research.[6] The work on dependent types is continued by other paid contributors.<p>[1] <a href="https:&#x2F;&#x2F;www.janestreet.com&#x2F;tech-talks&#x2F;unboxed-types-for-ocaml&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.janestreet.com&#x2F;tech-talks&#x2F;unboxed-types-for-ocam...</a><p>[2] <a href="https:&#x2F;&#x2F;blog.janestreet.com&#x2F;oxidizing-ocaml-locality&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;blog.janestreet.com&#x2F;oxidizing-ocaml-locality&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;well-typed.com&#x2F;blog&#x2F;tags&#x2F;ghc-activities-report&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;well-typed.com&#x2F;blog&#x2F;tags&#x2F;ghc-activities-report&#x2F;</a><p>[4] <a href="https:&#x2F;&#x2F;www.tweag.io&#x2F;blog&#x2F;tags&#x2F;ghc" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.tweag.io&#x2F;blog&#x2F;tags&#x2F;ghc</a><p>[5] <a href="https:&#x2F;&#x2F;serokell.io&#x2F;blog&#x2F;ghc" rel="nofollow noreferrer">https:&#x2F;&#x2F;serokell.io&#x2F;blog&#x2F;ghc</a><p>[6] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=TXDivoj1v6w">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=TXDivoj1v6w</a>
评论 #36284633 未加载
JonChesterfield将近 2 年前
If it&#x27;s an existing language, companies may be employing people to work on it. E.g. if you want to work on Swift, go talk to Apple. Lots of people contribute to LLVM and GCC while being paid to do so. Search &quot;company name&quot; + &quot;compiler&quot;.<p>If it&#x27;s a language which doesn&#x27;t exist yet that you want someone else to pay for, it&#x27;s on you to make the case. In academia there&#x27;s some funding game to play. In industry you probably have to build the thing first, at least to prototype level, then persuade people it&#x27;s a good idea.<p>You&#x27;ll probably also find cases where people do their day job for the first 40 hours of the week and their passion project for the next 40 hours, but ymmv maintaining that workload.<p>Remote &#x2F; office tradeoffs as usual.
9NRtKyP4将近 2 年前
Jane Street has a compilers team who do OCaml: <a href="https:&#x2F;&#x2F;signalsandthreads.com&#x2F;future-of-programming&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;signalsandthreads.com&#x2F;future-of-programming&#x2F;</a>
lioeters将近 2 年前
- A company that comes to mind is Strumenta.<p><a href="https:&#x2F;&#x2F;strumenta.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;strumenta.com&#x2F;</a><p>They provide Language Engineering services, which include creating domain-specific languages, transpilers, editors, programming languages, compilers, interpreters.<p>- Companies that &quot;incubate&quot; languages, like Rust at Mozilla, Go at Google, TypeScript and C# at Microsoft..<p>- Zig and Bun could be considered projects with people who work on language research full-time.
j-krieger将近 2 年前
Back when I was in search of a PhD placement, I wondered this as well. I&#x27;ve sadly never found a place where I could research programming languages.
max_将近 2 年前
Look up the blockchain Space there, both the layer one and layer two space.<p>Most specifically smart contracts. There are several open problems in the space especially research around having safe smart contracts.<p>Check out Move Language, Sway, Vyper, Bamboo(Ethereum), Motoko on ICP
fluffyspork将近 2 年前
What is the goal of programming language research?
评论 #36282888 未加载