💾 Archived View for metasyn.pw › programming-languages.gmi captured on 2024-03-21 at 15:14:54. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-11-04)

🚧 View Differences

-=-=-=-=-=-=-

programming languages & language design

abstract

- [the seven programming ur-languages]

- [what color is your function? - bob nystrom]

- [unison: content addressable code]

concrete

-

- [The path to implementing a programming language]

parsing

Resources on parsing, scanning, lexing

types

- top down vs bottom up

- [recrusive decent parser]

- [shunting yard algorithm]

- [operator-precedence parser]

- [PEG: parsing expression grammar]

resources

-

-

garbage collection

- [Linear Types - C2 Wiki]

Gemini Links:

index and recent changes

directory of all pages

Web Links:

the seven programming ur-languages

what color is your function? - bob nystrom

unison: content addressable code

The path to implementing a programming language

recrusive decent parser

shunting yard algorithm

operator-precedence parser

PEG: parsing expression grammar

Linear Types - C2 Wiki