git @ Cat's Eye Technologies The-Glosscubator / master by-topic / PLDI / Webpages.md
master

Tree @master (Download .tar.gz)

Webpages.md @masterview markup · raw · history · blame

PLDI

CMSC 430: Design and Implementation of Programming Languages: Notes

  • url: https://www.cs.umd.edu/class/fall2020/cmsc430/Notes.html

.

programming languages - Structural equivalence of self-referential structures - Computer Science Stack Exchange

  • url: https://cs.stackexchange.com/questions/159595/structural-equivalence-of-self-referential-structures

.

Borrow checking, escape analysis, and the generational hypothesis

  • url: https://steveklabnik.com/writing/borrow-checking-escape-analysis-and-the-generational-hypothesis

.

Programming Language Foundations (University of Iowa - 22C: 123 - Graduate Course)

  • url: https://homepage.cs.uiowa.edu/~slonnegr/plf/

.

An opinionated history of programming languages | artagnon.com

  • url: https://artagnon.com/art/pl

.

CSE 40431/60431: Programming Languages (2022 course notes)

  • url: https://www3.nd.edu/~dchiang/teaching/pl/2022/

.

language design - Why F#, Rust and Others Use Option Type Instead Of Nullable types like C# 8 Or TypeScript? - Software Engineering Stack Exchange

  • url: https://softwareengineering.stackexchange.com/questions/410724/why-f-rust-and-others-use-option-type-instead-of-nullable-types-like-c-8-or-t
  • topics: PLDI, Type Systems

.

language design - Why do \"checked exceptions\", i.e., \"value-or-error return values\", work well in Rust and Go but not in Java? - Software Engineering Stack Exchange

  • url: https://softwareengineering.stackexchange.com/questions/420898/why-do-checked-exceptions-i-e-value-or-error-return-values-work-well-in

.

Compilation

  • is-heading: true

.

compiling - Do C compilers discard unused functions when statically linking to .a file? - Unix & Linux Stack Exchange

  • url: https://unix.stackexchange.com/questions/715899/do-c-compilers-discard-unused-functions-when-statically-linking-to-a-file

.

What blocks Ruby, Python to get Javascript V8 speed? - Stack Overflow

  • url: https://stackoverflow.com/questions/5168718/what-blocks-ruby-python-to-get-javascript-v8-speed
  • topics: PLDI, JavaScript, Software Engineering

.

Why is JavaScript not compiled to bytecode before sending over the network? - Software Engineering Stack Exchange

  • url: https://softwareengineering.stackexchange.com/questions/402250/why-is-javascript-not-compiled-to-bytecode-before-sending-over-the-network
  • topics: PLDI, JavaScript, Software Engineering

.