Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/imteekay/programming-language-research

Programming Language Research, Applied PLT & Compilers
https://github.com/imteekay/programming-language-research

compiler compiler-design plt programming-language-theory programming-languages-design

Last synced: about 1 month ago
JSON representation

Programming Language Research, Applied PLT & Compilers

Lists

README

        

# Programming Language Research

[Research](./research) on programming languages, compilers, functional programming, devtools.

## Table of Contents

- [Courses](#courses)
- [Books](#books)
- [Learning Paths](#learning-paths)
- [Experiments](#experiments)
- [Papers](#papers)
- [Programming Language Design / PLT](#programming-language-design--plt)
- [Compiler](#compiler)
- [PL Paradigms](#pl-paradigms)
- [Interpreter](#interpreter)
- [PL Research](#pl-research)
- [Type System](#type-system)
- [Parsers](#parsers)
- [Backend](#backend)
- [Program Synthesis](#program-synthesis)
- [Language Learnings](#language-learnings)
- [TypeScript](#typescript)
- [Ecmascript](#ecmascript)
- [Rust](#rust)
- [Python](#python)
- [OCaml](#ocaml)
- [Browser](#browser)
- [Web UI](#web-ui)
- [Careers](#careers)
- [Jobs](#jobs)
- [Schools](#schools)
- [People in PL](#people-in-pl)

## Courses

- [πŸŽ₯ 301 - Organization of Programming Languages](https://www.youtube.com/watch?v=j2pYeKjq_60&list=PLB1enDd0fV0i5SWGe-A1YjmD8MmlGavIj&ab_channel=JayMcCarthy)
- [πŸŽ₯ Benjamin Pierce - Software foundations](https://www.youtube.com/playlist?list=PLGCr8P_YncjUT7gXUVJWSoefQ40gTOz89)
- [πŸŽ₯ CIS352 - Principles of Programming Languages](https://www.youtube.com/watch?v=2jrwXpUZW7k&list=PLXaqTeMx01E_eK1ZEpKvKL5KwSaj7cJW9&ab_channel=KristopherMicinski)
- [πŸŽ₯ CMSC 430: Design and Implementation of Programming Languages](https://www.youtube.com/watch?v=KTWq1XAfuMQ&list=PLsg0tbEwZlcz0Xzv1rACy7xcQZiBcQ_iE&ab_channel=cmsc430)
- [πŸŽ₯ CS 3520/6520 - Programming Languages](https://www.youtube.com/@matthewflatt489/playlists)
- [πŸŽ₯ CS3110 - Functional Data Structures](https://www.youtube.com/watch?v=MUcka_SvhLw&list=PLre5AT9JnKShBOPeuiD9b-I4XROIJhkIU&ab_channel=MichaelRyanClarkson)
- [πŸŽ₯ CS3MI3 - Principles of Programming Languages](https://www.youtube.com/playlist?list=PLF7ZhwvkczzM3tTaJTVYIcsGsX8uyIeXA)
- [πŸŽ₯ CS520 - Theories Of Programming Languages](https://www.youtube.com/playlist?list=PLvV9DPeJV9xx0NegrG4gNu8WXSXibDICu)
- [πŸŽ₯ CSE340 - Principles of Programming Languages](https://www.youtube.com/playlist?list=PLK06XT3hFPzilgF1mi_hHqcXO1-o_8OEe)
- [πŸŽ₯ LINFO1131 - Advanced programming language concepts](https://www.youtube.com/playlist?list=PLw454N-VXALROTZ_phkQ-D4QDU5w3x4R8)
- [πŸ’» Accelerated 1](https://course.ccs.neu.edu/cs2500accelf17/index.html)
- [πŸ’» All the courses Matthias Felleisen teach](https://felleisen.org/matthias/teaching.html)
- [πŸ’» Building a Parser from scratch](https://dmitrysoshnikov.teachable.com/p/parser-from-scratch)
- [πŸ’» CMSC330 - Organization of Programming Languages](https://www.cs.umd.edu/class/spring2022/cmsc330/#schedule)
- [πŸ’» CMU - CS6120 - Advanced Compilers](https://www.cs.cornell.edu/courses/cs6120/2022sp/lesson)
- [πŸ’» Compilers β€” Stanford](https://online.stanford.edu/courses/soe-ycscs1-compilers)
- [πŸ’» Compilers Design Recipe](https://soft.vub.ac.be/compilers/book_sec_recipe.html)
- [πŸ’» Compilers: Theory and Practice β€” Udacity](https://www.udacity.com/course/compilers-theory-and-practice--ud168)
- [πŸ’» Concepts in Programming Languages](https://www.cl.cam.ac.uk/teaching/1617/ConceptsPL/materials.html)
- [πŸ’» COP 4020 - Programming Languages I](https://www.cs.ucf.edu/~leavens/COP4020/resources.shtml)
- [πŸ’» COS 326 - Functional Programming](https://mediacentral.princeton.edu/channel/COS+326+Functional+Programming/174748251)
- [πŸ’» CS 242: Programming Languages, Fall 2019](https://stanford-cs242.github.io/f19)
- [πŸ’» CS019 - Accelerated Introduction to Computer Science](https://cs.brown.edu/courses/cs019/2018/index.html)
- [πŸ’» CS164 Programming Languages and Compilers](https://www.bilibili.com/video/BV1NW411b79N?p=1)
- [πŸ’» CS242 - Programming Languages - Stanford](https://web.stanford.edu/class/cs242/coursework.html)
- [πŸ’» CS2500 - Fundamentals of Computer Science](https://www.ccs.neu.edu/home/nderbinsky/fundies1/m1.html)
- [πŸ’» CIS 341 - Compilers](https://www.seas.upenn.edu/~cis3410/20sp/)
- [πŸ’» CSCI1730 - Programming Languages - Application and Interpretation](https://cs.brown.edu/courses/cs173/2012/Videos)
- [πŸ’» CSE 131 - Compiler Construction](https://podcast.ucsd.edu/watch/SP17/cse131_sp17/23)
- [πŸ’» CSE230 - Principles/Programming Languages](https://podcast.ucsd.edu/watch/fa18/cse230_b00/24)
- [πŸ’» Essentials of Programming Languages](http://proglang.informatik.uni-freiburg.de/teaching/proglang/2020ws)
- [πŸ’» Fundamentals 1](https://course.ccs.neu.edu/cs2500f16/index.html)
- [πŸ’» Fundamentals 2](https://course.ccs.neu.edu/cs2510)
- [πŸ’» Hack Your Own Language](https://felleisen.org/matthias/4620-s18/index.html)
- [πŸ’» History of Programming Languages](https://felleisen.org/matthias/7480-s17/index.html)
- [πŸ’» Indiana University Compiler Course](https://iu.mediaspace.kaltura.com/media/Compiler+Course/1_hwlujpzd)
- [πŸ’» Introduction to Compiler Construction](https://www.students.cs.ubc.ca/~cs-411/2020w2/index.html)
- [πŸ’» Jay McCarthy - 406 Compiler Construction](https://youtu.be/4tUj8BuC0qM)
- [πŸ’» Matthias Felleisen - Intensive Principles of Programming Languages](https://felleisen.org/matthias/7400-s14/Problem_Sets.html)
- [πŸ’» Matthias Felleisen - Principles of Programming Languages](https://felleisen.org/matthias/4400-s20/lectures.html)
- [πŸ’» Principles of Compiler Design](https://www.bilibili.com/video/BV1qt41167uU?p=1)
- [πŸ’» Programming Language Foundations in Agda](https://cs.uwaterloo.ca/~plragde/747/notes/index.html)
- [πŸ’» Programming Languages and Logic](https://www.cs.cornell.edu/courses/cs4110/2021fa)
- [πŸ’» Programming Languages Course given by DCC-UFMG](https://hanielb.github.io/2021.2-lp)
- [πŸ’» Programming Languages β… ](https://www.coursera.org/learn/programming-languages-1)
- [πŸ’» Programming Languages β…‘](https://www.coursera.org/learn/programming-languages2)
- [πŸ’» Ray Total Courses](https://cs.lmu.edu/~ray)
- [πŸ’» Theory of Programming Languages](http://staff.ustc.edu.cn/~yuzhang/tpl/2020s/index.html#reading)

## Books

- [πŸ“š Compiler Construction](https://c9x.me/compile/bib/wirthcc.pdf)
- [πŸ“š Compiler Design](https://www.goodreads.com/book/show/5205564-compiler-design-mar-15-2006-chattopadhyay-santanu)
- [πŸ“š Compiling with Continuations](https://www.goodreads.com/book/show/2079575.Compiling_with_Continuations)
- [πŸ“š Concepts of Programming Languages](https://www.goodreads.com/book/show/603257.Concepts_of_Programming_Languages)
- [πŸ“š Discrete Mathematics for Computing](https://www.amazon.com/gp/product/0230216110/ref=sw_img_1?smid=ATVPDKIKX0DER&psc=1)
- [πŸ“š Engineering a Compiler](https://www.amazon.com/Engineering-Compiler-Keith-D-Cooper/dp/0128154128/ref=sr_1_1?keywords=Engineering+a+Compiler&qid=1675768541&s=books&sr=1-1)
- [πŸ“š Homotopy Type Theory](https://www.goodreads.com/book/show/18106978-homotopy-type-theory)
- [πŸ“š How to Design Programs: An Introduction to Programming and Computing](https://www.goodreads.com/book/show/1119079.How_to_Design_Programs)
- [πŸ“š HTDP](https://htdp.org/2020-8-1/Book/index.html)
- [πŸ“š Human-Centered Programming Languages](https://bookish.press/hcpl)
- [πŸ“š Introduction to Compilers and Language Design](https://www3.nd.edu/~dthain/compilerbook/compilerbook.pdf)
- [πŸ“š Modern Compiler Design](https://www.amazon.com/Modern-Compiler-Design-Dick-Grune/dp/1461446988/ref=sr_1_1?crid=7JFBNCBOHIW9&keywords=Modern+Compiler+Design&qid=1675768609&s=books&sprefix=modern+compiler+design%2Cstripbooks-intl-ship%2C228&sr=1-1)
- [πŸ“š Modern Compiler Implementation in C](https://www.amazon.com/Modern-Compiler-Implementation-Andrew-Appel/dp/0521607655)
- [πŸ“š Parsing Techniques: A Practical Guide](https://www.goodreads.com/en/book/show/1756599)
- [πŸ“š Parsing Techniques. A Practical Guide](https://www.amazon.com/Parsing-Techniques-Practical-Monographs-Computer-ebook/dp/B0017AMLL8/ref=sr_1_1?crid=1W94M9OYZ6MH8&keywords=Parsing+Techniques.+A+Practical+Guide&qid=1675768574&s=books&sprefix=parsing+techniques.+a+practical+guide%2Cstripbooks-intl-ship%2C211&sr=1-1)
- [πŸ“š Practical Foundations for Programming Languages](https://www.amazon.com/Practical-Foundations-Programming-Languages-Professor/dp/1107029570)
- [πŸ“š Programming Languages: Application and Interpretation](https://www.goodreads.com/book/show/10580126-programming-languages)
- [πŸ“š SICP β€” Structure and Interpretation of Computer](./research/books/sicp)
- [πŸ“š The Elements Of Computing Systems](https://www.amazon.com/Elements-Computing-Systems-second-Principles/dp/0262539802/ref=sr_1_1?crid=2CZ8FBOMQ0X7C&keywords=The+Elements+Of+Computing+Systems&qid=1675768639&s=books&sprefix=the+elements+of+computing+systems%2Cstripbooks-intl-ship%2C463&sr=1-1)
- [πŸ“š Thinking with Types: Type-Level Programming in Haskell](https://leanpub.com/thinking-with-types)
- [πŸ“š Type Theory and Formal Proof: An Introduction](https://www.goodreads.com/book/show/21442441-type-theory-and-formal-proof)
- [πŸ“š Type Theory and Functional Programming](https://www.goodreads.com/book/show/11364683-type-theory-and-functional-programming)

## Learning Paths

- [Advanced Programming Languages](http://di002.edv.uniovi.es/~labra/APL.html)
- [Compiler Engineer Path](http://dmitrysoshnikov.com/courses/compiler-engineer-path)
- [Learn Type Theory](https://github.com/jozefg/learn-tt)
- [PLR & Compiler Learning Path](learning-path.md)
- [Programming Language Theory Path](https://steshaw.org/plt)
- [So You Want to Be a (Compiler) Wizard](https://belkadan.com/blog/2016/05/So-You-Want-To-Be-A-Compiler-Wizard)

## Experiments

- [A miniature model of the Typescript compiler](https://github.com/imteekay/mini-typescript)
- [An interpreter for the Lox programming language](./research/experiments/lox.ts)
- [An interpreter for the Monkey programming language](https://github.com/imteekay/crafting-an-interpreter)
- [How the TypeScript compiler works](https://www.iamtk.co/series/the-typescript-compiler)

### Papers

- [πŸ“œ 10 papers that all PhD students in programming languages ought to know](https://github.com/nuprl/10PL)
- [πŸ“œ A syntactic approach to type soundness](https://web.eecs.umich.edu/~weimerw/2008-615/reading/wright92syntactic.pdf)
- [πŸ“œ A Theory of Type Polymorphism in Programming](https://homepages.inf.ed.ac.uk/wadler/papers/papers-we-love/milner-type-polymorphism.pdf)
- [πŸ“œ Abstracting Gradual Typing](https://www.cs.ubc.ca/~rxg/agt.pdf)
- [πŸ“œ An Axiomatic Basis for Computer Programming](http://sunnyday.mit.edu/16.355/Hoare-CACM-69.pdf)
- [πŸ“œ Call-by-name, call-by-value, and the Ξ»-calculus](https://www.sciencedirect.com/science/article/pii/0304397575900171?ref=pdf_download&fr=RR-2&rr=795ba8dc2acd4edd)
- [πŸ“œ Classic Papers in Programming Languages and Logic](https://www.cs.cmu.edu/~crary/819-f09)
- [πŸ“œ Efficient Gradual Typing](https://arxiv.org/pdf/1802.06375.pdf)
- [πŸ“œ Fundamental concepts in programming languages](https://www.math.pku.edu.cn/teachers/qiuzy/plan/lits/FundamentalConceptOfPL.pdf)
- [πŸ“œ Gradual Type Theory](https://arxiv.org/pdf/1811.02440.pdf)
- [πŸ“œ Gradual Typing for Functional Languages](https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=b7ca4b0e6d3119aa341af73964dbe38d341061dd)
- [πŸ“œ Gradual Typing: A New Perspective](https://www.irif.fr/~gc/papers/popl19.pdf)
- [πŸ“œ How Statically-Typed Functional Programmers Write Code](./research/papers/how-statically-typed-functional-programmers-write-code)
- [πŸ“œ Migrating Gradual Types](https://dl.acm.org/doi/pdf/10.1145/3158103)
- [πŸ“œ On Model Subtyping](https://hal.inria.fr/hal-00695034/document)
- [πŸ“œ On Understanding Types, Data Abstraction, and Polymorphism](http://lucacardelli.name/Papers/OnUnderstanding.A4.pdf)
- [πŸ“œ Papers on programming languages: ideas from 70's for today](https://medium.com/@mikhail.barash.mikbar/papers-on-programming-languages-ideas-from-70s-for-today-2931891d4dbd)
- [πŸ“œ Papers to read](https://github.com/haskellcamargo/papers-to-read)
- [πŸ“œ Pluggable Type Systems](https://bracha.org/pluggableTypesPosition.pdf)
- [πŸ“œ Programming in Homotopy Type Theory](http://dlicata.web.wesleyan.edu/pubs/lh122tttalks/lh12wg2.8.pdf)
- [πŸ“œ Refined Criteria for Gradual Typing](https://drops.dagstuhl.de/opus/volltexte/2015/5031/pdf/21.pdf)
- [πŸ“œ Static Typing Where Possible, Dynamic Typing When Needed: The End of the Cold War Between Programming Languages](https://www.ics.uci.edu/~lopes/teaching/inf212W12/readings/rdl04meijer.pdf)
- [πŸ“œ The Behavior of Gradual Types: A User Study](https://cs.brown.edu/~sk/Publications/Papers/Published/tgpk-beh-grad-types-user-study/paper.pdf)
- [πŸ“œ The Design Principles of the Elixir Type System](https://arxiv.org/pdf/2306.06391.pdf)
- [πŸ“œ The Next 700 Programming Languages](https://www.cs.cmu.edu/~crary/819-f09/Landin66.pdf)
- [πŸ“œ Towards a theory of type structure](https://www.cis.upenn.edu/~stevez/cis670/pdfs/Reynolds74.pdf)
- [πŸ“œ Towards Practical Gradual Typing](https://www2.ccs.neu.edu/racket/pubs/ecoop2015-takikawa-et-al.pdf)
- [πŸ“œ Type Inference Algorithms](http://www.win.tue.nl/~hzantema/semssm.pdf)
- [πŸ“œ Type Inference for Records in a Natural Extension of ML](https://www.cs.cmu.edu/~aldrich/courses/819/row.pdf)
- [πŸ“œ Type Systems for Object-Oriented Programming Languages](http://i.stanford.edu/pub/cstr/reports/cs/tr/98/1602/CS-TR-98-1602.pdf)
- [πŸ“œ Type Systems](http://lucacardelli.name/papers/typesystems.pdf)
- [πŸ“œ What every compiler writer should know about programmers](https://www.complang.tuwien.ac.at/kps2015/proceedings/KPS_2015_submission_29.pdf)
- [πŸ“œ Why Dependent Types Matter](http://www.cs.nott.ac.uk/~psztxa/publ/ydtm.pdf)

## Programming Language Design / PLT

- [πŸŽ₯ A Language Creators' Conversation: Guido van Rossum, James Gosling, Larry Wall & Anders Hejlsberg](https://www.youtube.com/watch?v=csL8DLXGNlU&ab_channel=PyCascades)
- [πŸŽ₯ A Tale of Two Asyncs: Open Source Language Design in Rust and Node.js](https://www.youtube.com/watch?v=aGJTXdXQN2o)
- [πŸŽ₯ Another Go at Language Design](https://www.youtube.com/watch?v=7VcArS4Wpqk)
- [πŸŽ₯ Bjarne Stroustrup : C++: evolving a useful language](https://www.youtube.com/watch?v=6jwOoIywnZE&ab_channel=BrownCS)
- [πŸŽ₯ Concepts of Programming Languages](https://www.youtube.com/playlist?list=PLgybIyDbLkEQUTX00Mazlcb7KhX1UzpXs)
- [πŸŽ₯ CS520 Theories of Programming Languages β€” KAIST](https://www.youtube.com/playlist?list=PLvV9DPeJV9xx0NegrG4gNu8WXSXibDICu)
- [πŸŽ₯ Delimited Continuations, Demystified by Alexis King](https://www.youtube.com/watch?v=TE48LsgVlIU&ab_channel=CodeSync)
- [πŸŽ₯ Going beyond JavaScript](https://www.youtube.com/watch?v=VwisE497Nsg&ab_channel=Intelligence.ai%3AConcepts-FirstPodcast)
- [πŸŽ₯ Growing a Language, by Guy Steele](https://www.youtube.com/watch?v=_ahvzDzKdB0)
- [πŸŽ₯ How Rust does OSS](https://www.youtube.com/watch?v=m0rakUuPXFM)
- [πŸŽ₯ JavaScript Static Analysis for Evolving Language Specifications](https://www.youtube.com/watch?v=3Jlu_jnHB8g&ab_channel=PLRGKAIST)
- [πŸŽ₯ Linguistics and Compilers](https://www.youtube.com/watch?v=Ix6M9Nj_Dug&ab_channel=FunctionalSC)
- [πŸŽ₯ On understanding types, data abstraction and effects](https://www.youtube.com/watch?v=3Cdw5x72k_g&ab_channel=MicrosoftResearch)
- [πŸŽ₯ Principles of Programming Languages by Robert M. Siegfried](https://www.youtube.com/playlist?list=PLTo1TmBz2ekof8VsYaoTxP-9VgJ9P-dTO)
- [πŸŽ₯ Principles of Programming Languages](https://www.youtube.com/playlist?list=PLK06XT3hFPzilgF1mi_hHqcXO1-o_8OEe)
- [πŸŽ₯ Rob Pike - What We Got Right, What We Got Wrong](https://www.youtube.com/watch?v=yE5Tpp2BSGw)
- [πŸŽ₯ So many programming languages so little time](https://www.youtube.com/watch?v=FEjH5VxmDoY&ab_channel=MicrosoftDeveloper)
- [πŸŽ₯ Stephanie Weirich speaks about Programming Language Design](https://www.youtube.com/watch?v=gLTDyrAY4Hk)
- [πŸŽ₯ The Economics of Programming Languages](https://www.youtube.com/watch?v=XZ3w_jec1v8&ab_channel=StrangeLoopConference)
- [πŸŽ₯ The Mess We're In](https://www.youtube.com/watch?v=lKXe3HUG2l4)
- [πŸŽ₯ The Next Programming Language - Douglas Crockford](https://www.youtube.com/watch?v=R2idkNdKqpQ&ab_channel=code%3A%3Adiveconference)
- [πŸŽ₯ What's Next for Our Programming Languages](https://www.youtube.com/watch?v=q3XcQh0cNZM&ab_channel=InfoQ)
- [πŸŽ₯ Why Programming Languages Matter](https://www.youtube.com/watch?v=JqYCt9rTG8g&ab_channel=StrangeLoopConference)
- [πŸ“œ Programming language semantics: It’s easy as 1,2,3](https://www.cambridge.org/core/services/aop-cambridge-core/content/view/EC2C046CF94382B3B408036B84475DC7/S0956796823000072a.pdf/programming-language-semantics-its-easy-as-123.pdf)
- [πŸ“œ Programming Language Semantics](http://www.cs.nott.ac.uk/~pszgmh/123.pdf)
- [πŸ“ A Frontend Programmer's Guide to Languages](https://thatjdanisso.cool/programming-languages)
- [πŸ“ Building a Debugger: Code Analysis](https://nan.fyi/debugger)
- [πŸ“ Concepts of Programming Languages](https://www.ime.usp.br/~alvaroma/ucsp/proglang/book.pdf)
- [πŸ“ Grammars for programming languages](https://medium.com/@mikhail.barash.mikbar/grammars-for-programming-languages-fae3a72a22c6)
- [πŸ“ How To Create Your Own Programming Language](https://dev.to/jasonsbarr/how-to-create-your-own-programming-language-2642)
- [πŸ“ Language-oriented software engineering](https://parametri.city/blog/2018-12-23-language-oriented-software-engineering/index.html)
- [πŸ“ Let’s Build a Programming Language](https://medium.com/hackernoon/lets-build-a-programming-language-2612349105c6)
- [πŸ“ Minimalism in Programming Language Design](https://pointersgonewild.com/2022/05/23/minimalism-in-programming-language-design)
- [πŸ“ Panel: The Future of Programming Languages](https://learn.microsoft.com/en-us/events/pdc-pdc08/tl57)
- [πŸ“ Principles of Programming Languages](https://www.cs.toronto.edu/~david/course-notes/csc324.pdf)
- [πŸ“ Programming and Programming Languages](https://papl.cs.brown.edu/2018/index.html)
- [πŸ“ Programming Language and Compilers Reading List](https://www.jntrnr.com/programming-language-and-compilers-reading-list)
- [πŸ“ Programming Language Foundations in Agda](https://plfa.github.io/beta)
- [πŸ“ Programming language theory and practice in ReScript](https://bobzhang.github.io/rescript-pl-course)
- [πŸ“ Shriram Krishnamurthi and Joe Gibbs Politz - Programming Languages: Application and Interpretation](http://papl.cs.brown.edu/2015)
- [πŸ“ The Programming Language Enthusiast](http://www.pl-enthusiast.net)
- [πŸ“ The Study of Programming Languages](https://cs.lmu.edu/~ray/notes/plstudy)
- [πŸ“ Why Study Programming Languages](https://rachit.pl/post/why-study-programming-languages)

## Compiler

- [πŸŽ₯ Anders Hejlsberg on Modern Compiler Construction](https://www.youtube.com/watch?v=wSdV1M7n4gQ)
- [πŸŽ₯ Building a parser in C#, from first principles](https://www.youtube.com/watch?v=klHyc9HQnNQ&ab_channel=NDCConferences)
- [πŸŽ₯ Compiler Design course](https://www.youtube.com/playlist?list=PLDAE55AEE0731D729&feature=plcp)
- [πŸŽ₯ How To Build A Programming Language From Scratch](https://www.youtube.com/watch?v=8VB5TY1sIRo&list=PL_2VhOvlMk4UHGqYCLWc6GO8FaPl8fQTh&ab_channel=tylerlaceby)
- [πŸŽ₯ How would compilers change in the next 10 years?](https://www.youtube.com/watch?v=p15qRHZ_Leg&ab_channel=CompilerConstruction)
- [πŸŽ₯ Implementing a bignum calculator](https://www.youtube.com/watch?v=PXoG0WX0r_E)
- [πŸŽ₯ JavaScript ∩ WebAssembly](https://www.youtube.com/watch?v=PP5r_b3Ws8s&ab_channel=ReactEurope)
- [πŸŽ₯ JavaScript implementation in SpiderMonkey](https://www.youtube.com/playlist?list=PLo3w8EB99pqJVPhmYbYdInBvAGarDavh-)
- [πŸŽ₯ KAIST CS420: Compiler Design](https://www.youtube.com/playlist?list=PL5aMzERQ_OZ8RWqn-XiZLXm1IJuaQbXp0)
- [πŸŽ₯ Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE)
- [πŸŽ₯ Mozilla Hacks Compiler Compiler](https://www.youtube.com/playlist?list=PLo3w8EB99pqKF1FQllRsxyQh3sA7V2Hc-)
- [πŸŽ₯ Quick look at the TypeScript Compiler API](https://www.youtube.com/watch?v=AnjfW633e8o%E2%80%8E.%E2%80%8Edev)
- [πŸŽ₯ Rethinking compiler technology in a heterogeneous world](https://www.youtube.com/watch?v=6Ncnx0bT4lk&ab_channel=HiPEACTV)
- [πŸŽ₯ The business of selling compilers](https://www.youtube.com/watch?v=JRyv2oyWIbA&ab_channel=HiPEACTV)
- [πŸŽ₯ Typescript Compiler explained by the Author Anders Hejlsberg](https://www.youtube.com/watch?v=f6TCB61fDwY)
- [πŸŽ₯ Understanding compiler optimization](https://www.youtube.com/watch?v=haQ2cijhvhE)
- [πŸ“ A miniature model of the Typescript compiler](https://github.com/sandersn/mini-typescript)
- [πŸ“ Alias analysis](https://en.wikipedia.org/wiki/Alias_analysis)
- [πŸ“ An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)
- [πŸ“ An Introduction to Interpreters and JIT Compilation](https://stefan-marr.de/2023/09/pliss-summer-school)
- [πŸ“ An Introduction to Interpreters and JIT Compilation](https://stefan-marr.de/2023/09/pliss-summer-school)
- [πŸ“ AST (Abstract Syntax Tree)](https://medium.com/@dinis.cruz/ast-abstract-syntax-tree-538aa146c53b)
- [πŸ“ Bob Nystrom - Expression Parsing Made Easy](http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy)
- [πŸ“ Building a Parser from scratch](https://www.dmitrysoshnikov.education/p/parser-from-scratch)
- [πŸ“ Compilers and Interpreters](https://medium.com/hackernoon/compilers-and-interpreters-3e354a2e41cf)
- [πŸ“ Compilers Resources](https://glyphack.com/blog/compiler-resources)
- [πŸ“ Compilers: Nuts and bolts of Programming Languages](https://pgrandinetti.github.io/compilers)
- [πŸ“ Compiling Scheme to C with closure conversion](https://matt.might.net/articles/compiling-scheme-to-c)
- [πŸ“ Compiling to Java](https://matt.might.net/articles/compiling-to-java)
- [πŸ“ Compiling to lambda-calculus](https://matt.might.net/articles/compiling-up-to-lambda-calculus)
- [πŸ“ Douglas Crockford - Top Down Operator Precedence](http://javascript.crockford.com/tdop/tdop.html)
- [πŸ“ Dr. Dobbs - Bob: A Tiny Object-Oriented Language](http://www.drdobbs.com/open-source/bob-a-tiny-object-oriented-language/184409401)
- [πŸ“ Flattening ASTs (and Other Compiler Data Structures)](https://www.cs.cornell.edu/~asampson/blog/flattening.html)
- [πŸ“ Fredrik Lundh - Simple Town-Down Parsing In Python](https://11l-lang.org/archive/simple-top-down-parsing)
- [πŸ“ Garbage Collection Algorithms](https://www.dmitrysoshnikov.education/p/essentials-of-garbage-collectors)
- [πŸ“ How to implement a programming language in JavaScript](http://lisperator.net/pltut)
- [πŸ“ IU Compiler Course](https://iucompilercourse.github.io/IU-P423-P523-E313-E513-Fall-2020)
- [πŸ“ Jack W. Crenshaw - Let’s Build a Compiler!](http://compilers.iecc.com/crenshaw/tutorfinal.pdf)
- [πŸ“ Language grammar](https://stackoverflow.com/a/4726662/11314146)
- [πŸ“ Lessons from Writing a Compiler](https://borretti.me/article/lessons-writing-compiler)
- [πŸ“ Let's build a compiler](https://generalproblem.net)
- [πŸ“ Let's make a Teeny Tiny compiler, part 1](https://austinhenley.com/blog/teenytinycompiler1.html)
- [πŸ“ Let's make a Teeny Tiny compiler, part 2](https://austinhenley.com/blog/teenytinycompiler2.html)
- [πŸ“ Let's make a Teeny Tiny compiler, part 3](https://austinhenley.com/blog/teenytinycompiler3.html)
- [πŸ“ Lexical Analysis](https://medium.com/hackernoon/lexical-analysis-861b8bfe4cb0)
- [πŸ“ Lexing in JS style](https://areknawo.com/the-lexer-in-js)
- [πŸ“ Make a Lisp](https://github.com/kanaka/mal)
- [πŸ“ Nick Desaulniers - Interpreter, Compiler, JIT](https://nickdesaulniers.github.io/blog/2015/05/25/interpreter-compiler-jit)
- [πŸ“ Parsing Algorithms](https://www.dmitrysoshnikov.education/p/essentials-of-parsing)
- [πŸ“ Pursuit of Performance on Building a JavaScript Compiler](https://rustmagazine.org/issue-3/javascript-compiler)
- [πŸ“ Resources for Amateur Compiler Writers](https://c9x.me/compile/bib)
- [πŸ“ Scheme from Scratch - Introduction](http://peter.michaux.ca/articles/scheme-from-scratch-introduction)
- [πŸ“ TypeScript Compiler Notes](https://github.com/microsoft/TypeScript-Compiler-Notes)
- [πŸ“ Understanding GC in JSC From Scratch](https://webkit.org/blog/12967/understanding-gc-in-jsc-from-scratch)
- [πŸ“ Which Interpreters are Faster, AST or Bytecode?](https://stefan-marr.de/2023/10/ast-vs-bytecode-interpreters)
- [πŸ“ Write you a Haskell](http://dev.stephendiehl.com/fun)

## PL Paradigms

- [πŸŽ₯ Compiling with Continuations or without? Whatever](https://www.youtube.com/watch?v=cPBr59ECiRU&ab_channel=ACMSIGPLAN)
- [πŸ“ Continuation-passing style in JavaScript](https://matt.might.net/articles/by-example-continuation-passing-style)
- [πŸ“ Continuation-passing style](https://en.wikipedia.org/wiki/Continuation-passing_style)

## Interpreter

- [πŸŽ₯ Cheaply writing a fast interpreter](https://www.youtube.com/watch?v=V8dnIw3amLA&ab_channel=PerformanceSummit)
- [πŸ’» Building an Interpreter from scratch](https://www.dmitrysoshnikov.education/p/essentials-of-interpretation)
- [πŸ’» Crafting an Interpreter](https://github.com/imteekay/crafting-an-interpreter)
- [πŸ“ (How to Write a (Lisp) Interpreter (in Python))](http://norvig.com/lispy.html)
- [πŸ“ A Python Interpreter Written in Python](http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html)
- [πŸ“ Building an Interpreter](https://www.iamtk.co/series/building-an-interpreter)
- [πŸ“ Crafting Interpreters](http://craftinginterpreters.com/contents.html)
- [πŸ“ How languages work #1: String interpolation](https://martin.janiczek.cz/2023/07/27/how-languages-work-1-string-interpolation.html)
- [πŸ“ Implementing a Simple Compiler on 25 Lines of JavaScript](https://blog.mgechev.com/2017/09/16/developing-simple-interpreter-transpiler-compiler-tutorial)
- [πŸ“ Let’s Build A Simple Interpreter](https://ruslanspivak.com/lsbasi-part1)
- [πŸ“ Little lisp interpreter](https://maryrosecook.com/blog/post/little-lisp-interpreter)
- [πŸ“ Little Lisp interpreter](https://www.recurse.com/blog/21-little-lisp-interpreter)
- [πŸ“ Pratt Parsers: Expression Parsing Made Easy](http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy)
- [πŸ“ What do people mean when they say β€œtranspiler”?](https://decomposition.al/blog/2017/07/30/what-do-people-mean-when-they-say-transpiler)

## PL Research

- [πŸ“ Increasing the Impact of PL Research](http://www.pl-enthusiast.net/2020/07/29/increasing-the-impact-of-pl-research)
- [πŸ“ What is PL research and how is it useful?](http://www.pl-enthusiast.net/2015/05/27/what-is-pl-research-and-how-is-it-useful)

## Type System

- [πŸŽ₯ "Hindley-Milner Type Inference β€” Part 1](https://www.youtube.com/watch?v=cQf_6NsLp80&ab_channel=AdamDoup%C3%A9)
- [πŸŽ₯ "Hindley-Milner Type Inference β€” Part 2](https://www.youtube.com/watch?v=xJXcZp2vgLs&list=PLK06XT3hFPzilgF1mi_hHqcXO1-o_8OEe&index=37&ab_channel=AdamDoup%C3%A9)
- [πŸŽ₯ "Propositions as Types" by Philip Wadler](https://www.youtube.com/watch?v=IOiZatlZtGU)
- [πŸŽ₯ A Taste of Type Theory](https://www.youtube.com/watch?v=--2jJwdQ5js)
- [πŸŽ₯ A Type System From Scratch](https://www.youtube.com/watch?v=IbjoA5xVUq0)
- [πŸŽ₯ Bringing Types to Elixir by Giuseppe Castagna and Guillaume Duboc](https://www.youtube.com/watch?v=gJJH7a2J9O8&ab_channel=CodeSync)
- [πŸŽ₯ Discrete Math β€” Dr. Trefor Bazett](https://www.youtube.com/playlist?list=PLHXZ9OQGMqxersk8fUxiUMSIx0DBqsKZS)
- [πŸŽ₯ Gradual Type Theory](https://www.youtube.com/watch?v=EGKeWg2ES0A&ab_channel=POPL2019)
- [πŸŽ₯ Gradual Typing: A New Perspective](https://www.youtube.com/watch?v=JuwHDskX7Qg&ab_channel=POPL2019)
- [πŸŽ₯ How to Evaluate the Performance of Gradual Type Systems](https://www.youtube.com/watch?v=7d6iJdSRFtQ&ab_channel=CambridgeUniversityPress)
- [πŸŽ₯ Let's build a typesystem in Haskell!](https://www.youtube.com/watch?v=aZFWY6DxX54)
- [πŸŽ₯ The Hindley-Milner Type System](https://www.youtube.com/watch?v=OyrByPkiX7s&ab_channel=NicolasLaurent)
- [πŸŽ₯ Thinking with Types](https://www.youtube.com/playlist?list=PLE-CSy3N6yEeYY5tx1u5IP3d_2xZOmpKO)
- [πŸŽ₯ Type Systems - The Good, Bad and Ugly](https://www.youtube.com/watch?v=SWTWkYbcWU0&t=2s&ab_channel=StrangeLoopConference)
- [πŸŽ₯ Type-safe embedded domain-specific languages 1/4](https://www.youtube.com/watch?v=4sTeT7poU3g)
- [πŸŽ₯ Type-safe embedded domain-specific languages 2/4](https://www.youtube.com/watch?v=OM_riJgZF8A)
- [πŸŽ₯ Type-safe embedded domain-specific languages 3/4](https://www.youtube.com/watch?v=gFJTKJgL2zI)
- [πŸŽ₯ Type-safe embedded domain-specific languages 4/4](https://www.youtube.com/watch?v=isAu8YuI6SA)
- [πŸŽ₯ Types and Programming Languages Book club](https://www.youtube.com/playlist?list=PLlw1FcLpWd42E0AMWz9fY-oXa_m3DA3SW)
- [πŸŽ₯ Types are like the Weather, Type Systems are like Weathermen](https://www.youtube.com/watch?v=XTl7Jn_kmio&ab_channel=ClojureTV)
- [πŸŽ₯ Typing the Untyped: Soundness in Gradual Type Systems](https://www.youtube.com/watch?v=uJHD2xyv7xo)
- [πŸŽ₯ What is Decidable about Gradual Types?](https://www.youtube.com/watch?v=rPZ7HhyGPh4&ab_channel=ACMSIGPLAN)
- [πŸŽ₯ Why Static Typing Came Back](https://www.youtube.com/watch?v=Tml94je2edk&ab_channel=GOTOConferences)
- [πŸ’» Building a Typechecker from scratch](https://www.udemy.com/course/typechecker)
- [πŸ“œ How to evaluate the performance of gradual type systems](https://users.cs.utah.edu/~blg/publications/pe4gt/gtnffvf-jfp-2019.pdf)
- [πŸ“œ Optimizing and Evaluating Transient Gradual Typing](https://dl.acm.org/doi/pdf/10.1145/3359619.3359742)
- [πŸ“œ Putting gradual types to work](https://arxiv.org/pdf/2101.12299.pdf)
- [πŸ“œ Safe & Efficient Gradual Typing for TypeScript](https://www.cs.umd.edu/~aseem/safets.pdf)
- [πŸ“œ What Is Decidable about Gradual Types?](https://dl.acm.org/doi/pdf/10.1145/3371097)
- [πŸ“ A brief introduction to type theory and the univalence axiom](https://math.uchicago.edu/~may/REU2015/REUPapers/Macor.pdf)
- [πŸ“ A reckless introduction to Hindley-Milner type inference](https://www.lesswrong.com/posts/vTS8K4NBSi9iyCrPo/a-reckless-introduction-to-hindley-milner-type-inference)
- [πŸ“ An accessible introduction to type theory and implementing a type-checker](https://mukulrathi.com/create-your-own-programming-language/intro-to-type-checking)
- [πŸ“ Bootstrapping a Type System](http://journal.stuffwithstuff.com/2010/10/29/bootstrapping-a-type-system)
- [πŸ“ Gradual Typing from Theory to Practice](https://blog.sigplan.org/2019/07/12/gradual-typing-theory-practice)
- [πŸ“ Hindley-Milner Type Checking AST](https://adamdoupe.com/teaching/classes/cse340-principles-of-programming-languages-f15/slides/Hindley-MilnerTypeChecking-Mohsen-Zohrevandi.pdf)
- [πŸ“ How should I read type system notation?](https://langdev.stackexchange.com/questions/2692/how-should-i-read-type-system-notation/2693#2693)
- [πŸ“ Introduction to Type Theory](https://www.cs.uoregon.edu/research/summerschool/summer22/topics.php)
- [πŸ“ MyPy TypeChecker](https://github.com/python/mypy/wiki/Type-Checker)
- [πŸ“ Programming and Programming Languages: Type Inference](https://papl.cs.brown.edu/2018/Type_Inference.html)
- [πŸ“ Propositions as types: explained](https://lawrencecpaulson.github.io/2023/08/23/Propositions_as_Types.html)
- [πŸ“ Python internals: Symbol tables, part 1](https://eli.thegreenplace.net/2010/09/18/python-internals-symbol-tables-part-1)
- [πŸ“ Python internals: Symbol tables, part 2](https://eli.thegreenplace.net/2010/09/20/python-internals-symbol-tables-part-2)
- [πŸ“ Strong arrows: a new approach to gradual typing](https://elixir-lang.org/blog/2023/09/20/strong-arrows-gradual-typing)
- [πŸ“ Type Checking If Expressions](http://journal.stuffwithstuff.com/2023/01/03/type-checking-if-expressions)
- [πŸ“ Type inference under the hood](https://www.aleksandra.codes/type-inference)
- [πŸ“ Type Systems by Luca Cardelli, Microsoft Research](http://lucacardelli.name/papers/typesystems.pdf)
- [πŸ“ Type Theory Workshop](https://functionalcs.github.io/curriculum/typetheory.html)
- [πŸ“ Understanding types as sets](https://portal.gitnation.org/contents/understanding-types-as-sets)
- [πŸ“ What is Gradual Typing](https://wphomes.soic.indiana.edu/jsiek/what-is-gradual-typing)

## Parsers

- [πŸ“ Building Extensible Parsers with Camlp4](https://asankhaya.github.io/pdf/BuildingExtensibleParserswithCamlp4.pdf)
- [πŸ“ Demystifying Pratt Parsers](https://martin.janiczek.cz/2023/07/03/demystifying-pratt-parsers.html)
- [πŸ“ Rewriting the Ruby parser](https://railsatscale.com/2023-06-12-rewriting-the-ruby-parser)

## Backend

- [πŸŽ₯ How LLVM & Clang work](https://www.youtube.com/watch?v=IR_L1xf4PrU&ab_channel=tanmaybakshi)
- [πŸ’» Building a Virtual Machine](https://www.dmitrysoshnikov.education/p/virtual-machine)

## Program Synthesis

- [πŸŽ₯ Generating Programs from Types](https://www.youtube.com/watch?v=ZPyVcnCabIU&ab_channel=SkillsMatter)

## Parallel/Concurrent Programming

- [πŸ“š A Science of Concurrent Programs](https://lamport.azurewebsites.net/tla/science.pdf)
- [πŸ“š The Art of Multiprocessor Programming](https://cs.ipm.ac.ir/asoc2016/Resources/Theartofmulticore.pdf)
- [πŸ“š The Parallel Event Loop Model and Runtime](https://design.inf.usi.ch/sites/default/files/biblio/daniele-bonetta-phd-parallel-javascript.pdf)

## Language Learnings

- [JavaScript](https://github.com/imteekay/programming-language-research/tree/master/language-learning/javascript)
- [Python](https://github.com/imteekay/programming-language-research/tree/master/language-learning/python)
- [Ruby](https://github.com/imteekay/programming-language-research/tree/master/language-learning/ruby)
- [Haskell](https://github.com/imteekay/programming-language-research/tree/master/language-learning/haskell)
- [Elixir](https://github.com/imteekay/programming-language-research/tree/master/language-learning/elixir)
- [Clojure](https://github.com/imteekay/programming-language-research/tree/master/language-learning/clojure)
- [Rust](https://github.com/imteekay/programming-language-research/tree/master/language-learning/rust)

### TypeScript

- [πŸŽ₯ A horrifically deep dive into TypeScript module resolution](https://www.youtube.com/watch?v=MEl2R7mEAP8&ab_channel=MichiganTypeScript)
- [πŸŽ₯ A Trip into the Compiler](https://www.youtube.com/watch?v=oNtz0fx_z_A&ab_channel=SitePen)
- [πŸŽ₯ Advanced Types in TypeScript](https://www.youtube.com/playlist?list=PLw5h0DiJ-9PBIgIyd2ZA1CVnJf0BLFJg2)
- [πŸŽ₯ AreTheTypesWrong with Andrew Branch](https://www.youtube.com/watch?v=8pOi1ccd280&ab_channel=MichiganTypeScript)
- [πŸŽ₯ Hidden Gems of TypeScript compiler](https://www.youtube.com/watch?v=WkJagE7b5U0&t=12s&ab_channel=NG-BE)
- [πŸŽ₯ How safe is "safe enough" for TypeScript](https://www.youtube.com/watch?v=ZwoPLuSB94I&ab_channel=MichiganTypeScript)
- [πŸŽ₯ How the TypeScript Compiler Compiles](https://www.youtube.com/watch?v=X8k_4tZ16qU&ab_channel=ortatherox)
- [πŸŽ₯ The Road to Private Methods](https://www.youtube.com/watch?v=wpgBdN9ZwkQ&ab_channel=SitePen)
- [πŸŽ₯ Type Level Programming in TypeScript](https://www.youtube.com/watch?v=vGVvJuazs84)
- [πŸŽ₯ Typescript Performance: Going Beyond The Surface](https://www.youtube.com/watch?v=lJ63-j0OHG0&ab_channel=BeJS)
- [πŸŽ₯ TypeScript Performance](https://www.youtube.com/watch?v=ZL3z1oBZntk&ab_channel=MattPocock)
- [πŸŽ₯ Typescript Type System](https://www.youtube.com/watch?v=svQnyVny-Hw&ab_channel=HansSchenker)
- [πŸ“ @typescript/analyze-trace](https://github.com/microsoft/typescript-analyze-trace)
- [πŸ“ A preview of Ezno's checker](https://kaleidawave.github.io/posts/a-preview-of-the-checker)
- [πŸ“ An Introduction To Type Programming In TypeScript](https://www.zhenghao.io/posts/type-programming)
- [πŸ“ Debugging the TypeScript Codebase](https://blog.andrewbran.ch/debugging-the-type-script-codebase)
- [πŸ“ Designing with types: Making illegal states unrepresentable](https://fsharpforfunandprofit.com/posts/designing-with-types-making-illegal-states-unrepresentable)
- [πŸ“ Investigating TypeScript compiler APIs](https://blog.scottlogic.com/2015/01/20/typescript-compiler-api.html)
- [πŸ“ JavaScript scope, Closures, and the TypeScript compiler](https://iamtk.co/javascript-scope-closures-and-the-typescript-compiler)
- [πŸ“ Making sense of TypeScript using set theory](https://blog.thoughtspile.tech/2023/01/23/typescript-sets)
- [πŸ“ Modules in TypeScript](https://gist.github.com/andrewbranch/79f872a8b9f0507c9c5f2641cfb3efa6)
- [πŸ“ Optimizing TypeScript Memory Usage](https://swatinem.de/blog/optimizing-tsc)
- [πŸ“ Reconstructing TypeScript, part 0: intro and background](https://jaked.org/blog/2021-09-07-Reconstructing-TypeScript-part-0)
- [πŸ“ Reconstructing TypeScript, part 1: bidirectional type checking](https://jaked.org/blog/2021-09-15-Reconstructing-TypeScript-part-1)
- [πŸ“ Reconstructing TypeScript, part 2: functions and function calls](https://jaked.org/blog/2021-09-27-Reconstructing-TypeScript-part-2)
- [πŸ“ Reconstructing TypeScript, part 3: operators and singleton types](https://jaked.org/blog/2021-10-06-Reconstructing-TypeScript-part-3)
- [πŸ“ Reconstructing TypeScript, part 4: union types](https://jaked.org/blog/2021-10-14-Reconstructing-TypeScript-part-4)
- [πŸ“ Reconstructing TypeScript, part 5: intersection types](https://jaked.org/blog/2021-10-28-Reconstructing-TypeScript-part-5)
- [πŸ“ Reconstructing TypeScript, part 6: narrowing](https://jaked.org/blog/2021-11-11-Reconstructing-TypeScript-part-6)
- [πŸ“ Static TypeScript](https://www.microsoft.com/en-us/research/uploads/prod/2019/09/mplr19main-id10-p-41a6cf2-42682-final.pdf)
- [πŸ“ Type level programming in TypeScript](https://mjj.io/2021/03/29/type-level-programming-in-typescript)
- [πŸ“ Types as axioms, or: playing god with static types](https://lexi-lambda.github.io/blog/2020/08/13/types-as-axioms-or-playing-god-with-static-types)
- [πŸ“ TypeScript / How the compiler compiles](https://www.huy.rocks/everyday/04-01-2022-typescript-how-the-compiler-compiles)
- [πŸ“ TypeScript and the dawn of gradual types](https://github.com/readme/featured/typescript-gradual-types)
- [πŸ“ TypeScript AST Resources](https://twitter.com/grow_love/status/1585711764565811201)
- [πŸ“ TypeScript Bytecode Interpreter / Runtime Types](https://github.com/microsoft/TypeScript/issues/47658)
- [πŸ“ TypeScript Compiler API: Improve API Integrations Using Code Generation](https://blog.appsignal.com/2021/08/18/improve-api-integrations-using-code-generation.html)
- [πŸ“ TypeScript Compiler Internals](https://basarat.gitbook.io/typescript/overview)
- [πŸ“ TypeScript Compiler Manual](https://sandersn.github.io/manual/Typescript-compiler-implementation.html)
- [πŸ“ TypeScript Modules - Theory](https://www.typescriptlang.org/docs/handbook/modules/theory.html)
- [πŸ“ TypeScript Performance Tracing](https://github.com/microsoft/TypeScript/wiki/Performance-Tracing)
- [πŸ“ TypeScript Performance](https://github.com/microsoft/TypeScript/wiki/Performance)
- [πŸ“ TypeScript's type-independent output](https://neugierig.org/software/blog/2016/04/typescript-types.html)

### Ecmascript

- [πŸŽ₯ Create Your Own JavaScript Runtime](https://www.youtube.com/watch?v=ynNDmp7hBdo&ab_channel=ErickWendel)
- [πŸŽ₯ Ectype - bringing type safety (and more!) to vanilla JavaScript](https://www.youtube.com/watch?v=vyjHRlQrVSA&ab_channel=StrangeLoopConference)
- [πŸŽ₯ Implementing one feature set in two JavaScript engines](https://www.youtube.com/watch?v=V1Q9iqxhfgU&ab_channel=WebEnginesHackfest)
- [πŸŽ₯ JavaScript and C++ in Node.js core](https://www.youtube.com/watch?v=GrgMT5zMgF4&ab_channel=NearForm)
- [πŸŽ₯ Node.js startup performance](https://www.youtube.com/watch?v=G36lrPrF09c&ab_channel=NearForm)
- [πŸŽ₯ Static Hermes: the Next Generation of Hermes](https://www.youtube.com/watch?v=q-xKYA0EO-c&ab_channel=CallstackEngineers)
- [πŸŽ₯ TC39 – From the proposal to ECMAScript - Step by Step](https://www.youtube.com/watch?v=ZheFIz4FhXo&ab_channel=FestDevConference)
- [πŸ“ `SingleEscapeCharacter`](https://262.ecma-international.org/13.0/#prod-SingleEscapeCharacter)
- [πŸ“ Automatic semicolon insertions in JavaScript](https://articles.wesionary.team/automatic-semicolon-insertions-in-javascript-best-practices-c49ed8222e12)
- [πŸ“ Deep JavaScript](https://exploringjs.com/deep-js/toc.html)
- [πŸ“ Empty Statement](https://tc39.es/ecma262/multipage/ecmascript-language-statements-and-declarations.html#sec-empty-statement)
- [πŸ“ From Research Prototypes to Continuous Integration: Guiding the Design and Implementation of JavaScript](https://blog.sigplan.org/2023/01/12/from-research-prototypes-to-continuous-integration-guiding-the-design-and-implementation-of-javascript)
- [πŸ“ JavaScript Closures](http://jibbering.com/faq/notes/closures)
- [πŸ“ JavaScript Garbage Collector](https://javascript.info/garbage-collection)
- [πŸ“ JavaScript Memory management](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_management)
- [πŸ“ JavaScript Static Analysis for Evolving Language Specifications](https://plrg.korea.ac.kr/assets/data/publication/thesis22-park.pdf)
- [πŸ“ Relation of Garbage Collector and Closure in JavaScript](https://www.geeksforgeeks.org/relation-of-garbage-collector-and-closure-in-javascript)
- [πŸ“ V8: full compiler](https://jayconrod.com/posts/51/a-tour-of-v8--full-compiler)
- [πŸ“ V8: Garbage Collection](https://jayconrod.com/posts/55/a-tour-of-v8-garbage-collection)

### Rust

- [πŸŽ₯ Things I Learned (TIL) - Nicholas Matsakis](https://www.youtube.com/watch?v=LIYkT3p5gTs&ab_channel=PLISS)
- [πŸ“ Notes on a smaller Rust](https://without.boats/blog/notes-on-a-smaller-rust)
- [πŸ“ Removing Garbage Collection From the Rust Language](https://pcwalton.github.io/_posts/2013-06-02-removing-garbage-collection-from-the-rust-language.html)
- [πŸ“ Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022](https://opensource.googleblog.com/2023/06/rust-fact-vs-fiction-5-insights-from-googles-rust-journey-2022.html)
- [πŸ“ Rust: Project Goals](https://smallcultfollowing.com/babysteps/blog/2023/11/28/project-goals)
- [πŸ“ Rust's language ergonomics initiative](https://blog.rust-lang.org/2017/03/02/lang-ergonomics.html)
- [πŸ“ Why Static Languages Suffer From Complexity](https://hirrolot.github.io/posts/why-static-languages-suffer-from-complexity)

### Python

- [πŸŽ₯ A JIT Compiler for CPython](https://www.youtube.com/watch?v=HxSHIpEQRjs&ab_channel=encukou)
- [πŸŽ₯ Python's type system explained: Static vs dynamic typing | Guido van Rossum](https://www.youtube.com/watch?v=kSXZHRsWXfU)

### OCaml

- [πŸ“ How Jane Street is making OCaml the new Rust](https://www.efinancialcareers.com/news/2023/06/jane-street-programming-language)

## Browser

- [πŸŽ₯ The internet computer](https://www.youtube.com/watch?v=v0160IirdL4&ab_channel=TheBrowserCompany)
- [πŸŽ₯ Servo: Designing and Implementing a Parallel Browser](https://www.youtube.com/watch?v=67QP8t-89VM)
- [πŸŽ₯ Servo: A Web View From Somewhere Else](https://www.youtube.com/watch?v=tNWQkNvg3_U&ab_channel=Igalia)
- [πŸŽ₯ Intro to Rust-lang (Building the Dom and an HTML Parser)](https://www.youtube.com/watch?v=brhuVn91EdY&list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW&index=22&ab_channel=TensorProgramming)
- [πŸŽ₯ Intro to Rust-lang (Adding a Style Tree to our Browser)](https://www.youtube.com/watch?v=8e37RsyiGSE&list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW&index=25&ab_channel=TensorProgramming)
- [πŸŽ₯ Intro to Rust-lang (Adding a CSS engine and CSS parsing to our Browser)](https://www.youtube.com/watch?v=dnrEto7adg0&list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW&index=24&ab_channel=TensorProgramming)
- [πŸŽ₯ Intro to Rust (Building a Browser Engine: Commands and Rendering in OpenGL)](https://www.youtube.com/watch?v=rszgtm7i0n8&list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW&index=27&ab_channel=TensorProgramming)
- [πŸŽ₯ In The Loop - setTimeout, micro tasks, requestAnimationFrame, requestIdleCallback](https://www.youtube.com/watch?v=cCOL7MC4Pl0&ab_channel=JSConf)
- [πŸŽ₯ Critical rendering path - Crash course on web performance](https://www.youtube.com/watch?v=PkOBnYxqj3k&ab_channel=IlyaGrigorik)
- [πŸŽ₯ Chrome University 2018: Life of a Script](https://www.youtube.com/watch?v=voDhHPNMEzg&ab_channel=BlinkOn)
- [πŸŽ₯ Browser From Scratch Live Streams](https://www.youtube.com/playlist?list=PLgOaDFg2Sml4CG1tYeYhQ6eKqyh0hmyg1)
- [πŸ“š Web Browser Engineering](https://browser.engineering)
- [πŸ“ Browser from scratch](https://zerox-dg.github.io/blog/tags/browser-from-scratch)
- [πŸ“ Browser from Scratch](https://zerox-dg.github.io/blog/tags/browser-from-scratch)
- [πŸ“ Browser Performance](https://www.kuniga.me/blog/2020/03/28/browser-performance.html)
- [πŸ“ Building a Rust Web Browser](https://joshondesign.com/tags/browser)
- [πŸ“ Concurrent JavaScript: It can work!](https://webkit.org/blog/7846/concurrent-javascript-it-can-work)
- [πŸ“ David Baron's blog: Blink engineer](https://dbaron.org/log)
- [πŸ“ How Browsers Work: Behind the scenes of modern web browsers](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork)
- [πŸ“ How browsers work](https://web.dev/howbrowserswork)
- [πŸ“ Key data structures and their roles in RenderingNG](https://developer.chrome.com/articles/renderingng-data-structures)
- [πŸ“ Let's build a browser engine!](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)
- [πŸ“ Notes on how browsers work](https://www.kuniga.me/blog/2015/10/09/notes-on-how-browsers-work.html)
- [πŸ“ Notes on JavaScript Interpreters](https://www.kuniga.me/blog/2017/06/01/notes-on-javascript-interpreters.html)
- [πŸ“ Notes on Javascript Memory Profiling in Google Chrome](https://www.kuniga.me/blog/2015/06/07/notes-on-javascript-memory-profiling-in-google-chrome.html)
- [πŸ“ Overview of the RenderingNG architecture](https://developer.chrome.com/articles/renderingng-architecture)
- [πŸ“ reflows & repaints: css performance making your javascript slow?](http://www.stubbornella.org/content/2009/03/27/reflows-repaints-css-performance-making-your-javascript-slow)
- [πŸ“ Rendering: repaint, reflow/relayout, restyle](https://www.phpied.com/rendering-repaint-reflowrelayout-restyle)
- [πŸ“ RenderingNG deep-dive: LayoutNG](https://developer.chrome.com/articles/layoutng)
- [πŸ“ RenderingNG: an architecture that makes and keeps Chrome fast for the long term](https://blog.chromium.org/2021/10/renderingng.html)
- [πŸ“ Round-up of web browser internals resources](https://developer.chrome.com/blog/round-up-of-web-browser-internals-resources)
- [πŸ“ Understanding Reflow and Repaint in the browser](https://dev.to/gopal1996/understanding-reflow-and-repaint-in-the-browser-1jbg)
- [πŸ“ Web Browser Engineering](https://browser.engineering)
- [πŸ“ What forces layout / reflow](https://gist.github.com/paulirish/5d52fb081b3570c81e3a)

## Web UI

- [πŸŽ₯ Algebraic effects, Fibers, Coroutines](https://www.youtube.com/watch?v=vzzOdWj4YyM&ab_channel=YouGottaLoveFrontend)
- [πŸ“ Algebraic Effects for React Developers](https://blog.reesew.io/algebraic-effects-for-react-developers)
- [πŸ“ Algebraic Effects for the Rest of Us](https://overreacted.io/algebraic-effects-for-the-rest-of-us)
- [πŸ“ PL web frameworks](https://twitter.com/sliminality/status/1516175554550018048)
- [πŸ“ React - Basic Theoretical Concepts](https://github.com/reactjs/react-basic)
- [πŸ“ React Concurrent mode](https://twitter.com/dan_abramov/status/1120971795425832961)
- [πŸ“ TypeScript + fp-ts: ReaderTaskEither and React](https://andywhite.xyz/posts/2021-01-28-rte-react)

## Careers

### Jobs

- [Chromium Engineer at Browser Company](/careers/chromium-engineer-browser-company.pdf)
- [Senior Software Engineer at Mozilla Corporation](/careers/mozilla-firefox-senior-software-engineer.pdf)
- [JavaScript Virtual Machine Compiler Engineer at Apple](/careers/javascript-virtual-machine-compiler-engineer.pdf)
- [Compiler Jobs](https://mgaudet.github.io/CompilerJobs)
- [Swift Type System Engineer](/careers/swift-type-system-engineer-apple.pdf)
- [Compiler Engineer](/careers/woven-by-toyota.pdf)
- [Groq Compiler Engineer](/careers/groq-compiler-engineer.pdf)
- [Modular AI Compiler Engineer](/careers/modular-ai-compiler-engineer.pdf)

### Schools

- [Programming Language and Compiler Research Groups](https://www.cs.cmu.edu/~mleone/language/projects.html)
- [Indiana University Bloomington](https://cs.indiana.edu)
- [KAIST Programming Language Research Group](https://plrg.kaist.ac.kr)
- [Tokyo Institute of Technology](https://prg.is.titech.ac.jp)
- [TIT: How to Join the Group](https://prg.is.titech.ac.jp/people/how-to-join)
- [Scholarships: Mext](https://www.titech.ac.jp/english/prospective-students/scholarships)
- [Examples of Dissertations](https://prg.is.titech.ac.jp/dissertations)

## People in PL

- [Anders Hejlsberg](https://www.youtube.com/watch?v=2K_4T7M1DKk&ab_channel=AarthiandSriram)
- [Bob Nystrom](http://journal.stuffwithstuff.com)
- [Cynthia Richey](https://thia.codes)
- [Dmitry Soshnikov](https://twitter.com/DmitrySoshnikov)
- [Gavin Bierman](https://gavinbierman.github.io)
- [Gilad Bracha](https://bracha.org/Site/Home.html)
- [Graham Hutton](https://www.cs.nott.ac.uk/~pszgmh)
- [Jihyeok Park](https://plrg.korea.ac.kr/members/jihyeok.park)
- [Lexi Lambda](https://lexi-lambda.github.io)
- [Mads Torgersen](https://twitter.com/madstorgersen)
- [Matthias Felleisen](https://felleisen.org/matthias)
- [Niko Matsakis](https://smallcultfollowing.com/babysteps)
- [Patrick Walton](https://pcwalton.github.io)
- [Paulette Koronkevich](https://koronkevi.ch)
- [Programming Linnguistics](https://pling.jondgoodwin.com)
- [Researchers in Programming Languages and Compilers](https://www.cs.cmu.edu/~mleone/language-people.html)
- [Roberto Giacobazzi](http://profs.sci.univr.it/~giaco)
- [Simon Peyton Jones](https://simon.peytonjones.org)
- [StackExchange: Programming Language Design and Implementation](https://langdev.stackexchange.com)
- [Stefan Marr](https://stefan-marr.de)
- [Sukyoung Ryu](https://plrg.kaist.ac.kr/ryu)
- [Ronald Garcia](https://www.cs.ubc.ca/~rxg)
- [TK](https://iamtk.co)

## License

[MIT](/LICENSE) Β© [TK](https://iamtk.co)