Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 3.1 KB

Papers.md

File metadata and controls

55 lines (28 loc) · 3.1 KB

The Papers about PL and Compiler

Compilers

  1. An Efficient Method of Computing Static Single Assignment Form

  2. Simple and Efficient Construction of Static Single Assignment Form - CC 2013

  3. Register allocation via coloring

  4. A Brief History of JIT Compilation -John Aycock

The History of Programming Languages

  1. The Development of the C Language --Dennis M. Ritchie

  2. APL since 1978 --Roger K. W. Hui, Morten J. Kromberg

  3. Thriving in a crowded and changing world: C++ 2006–2020 --Bjarne Stroustrup

  4. A history of Clojure --Rich Hickey

  5. History of coarrays and SPMD parallelism in Fortran --John Reid, Bill Long, Jon Steidel

  6. Origins of the D Programming Language --Walter Bright, Andrei Alexandrescu, Michael Parker

  7. Evolution of Emacs Lisp --Stefan Monnier, Michael Sperber

  8. The early history of F# --Don Syme

  9. A history of the Groovy programming language --Paul King

  10. JavaScript: the first 20 years --Allen Wirfs-Brock, Brendan Eich

  11. LabVIEW --Jeffrey Kodosky

  12. History of Logo --Cynthia Solomon, Brian Harvey, Ken Kahn, Henry Lieberman, Mark L. Miller, Margaret Minsky, Artemis Papert, Brian Silverman

  13. Hygienic macro technology --William D. Clinger, Mitchell Wand

  14. A history of MATLAB --Cleve Moler, Jack Little

  15. The origins of Objective-C at PPI/Stepstone and its evolution at NeXT --Brad J. Cox, Steve Naroff, Hansen Hsu

  16. A history of the Oz multiparadigm language --Peter Van Roy, Seif Haridi, Christian Schulte, Gert Smolka

  17. S, R, and data science --John M. Chambers

  18. The evolution of Smalltalk: from Smalltalk-72 through Squeak --Daniel Ingalls

  19. The history of Standard ML --David MacQueen, Robert Harper, John Reppy

  20. Verilog HDL and its ancestors and descendants --Peter Flake, Phil Moorby, Steve Golson, Arturo Salz, Simon Davidmann

Notes: 2-20为HOPL IV: History of Programming Languages会议文章,官方网址(https://hopl4.sigplan.org/).