by Micoloth on 6/11/23, 9:21 AM with 18 comments
I've always done this as a side project, but I'm often wondering if it's possible to start doing it full time. That would be great.
(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'd love to get back to a more theoretical project at this point..)
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/country don't offer many opportunities in this area... - At the R&D section in some corporation (eg Microsoft)
My question is, what are my options? How are all the maintainers/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?
It appears there are not many opportunities around to get paid to do PL research... Am I missing some of them?
by atsuzaki on 6/11/23, 1:08 PM
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?)
by nequo on 6/11/23, 6:40 PM
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.
[1] https://www.janestreet.com/tech-talks/unboxed-types-for-ocam...
[2] https://blog.janestreet.com/oxidizing-ocaml-locality/
[3] https://well-typed.com/blog/tags/ghc-activities-report/
[4] https://www.tweag.io/blog/tags/ghc
by JonChesterfield on 6/11/23, 3:05 PM
If it's a language which doesn't exist yet that you want someone else to pay for, it's on you to make the case. In academia there'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's a good idea.
You'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.
Remote / office tradeoffs as usual.
by 9NRtKyP4 on 6/11/23, 1:58 PM
by lioeters on 6/11/23, 4:56 PM
They provide Language Engineering services, which include creating domain-specific languages, transpilers, editors, programming languages, compilers, interpreters.
- Companies that "incubate" languages, like Rust at Mozilla, Go at Google, TypeScript and C# at Microsoft..
- Zig and Bun could be considered projects with people who work on language research full-time.
by j-krieger on 6/11/23, 2:48 PM
by max_ on 6/11/23, 10:16 PM
Most specifically smart contracts. There are several open problems in the space especially research around having safe smart contracts.
Check out Move Language, Sway, Vyper, Bamboo(Ethereum), Motoko on ICP
by fluffyspork on 6/11/23, 3:15 PM