User:Pi Delport
Jump to navigation
Jump to search
Primary user page: Wikipedia:User:Pi Delport.
WikiProjects
[edit]Transcription projects
[edit]AI Memo | Title | Pages | Index |
---|---|---|---|
AIM-349 | Scheme: An Interpreter for Extended Lambda Calculus | 43 | Scheme: ... |
AIM-353 | Lambda: The Ultimate Imperative | 40 | AIM-353.djvu |
AIM-379 | Lambda: The Ultimate Declarative | 48 | AIM-379.djvu |
AIM-443 | Debunking the "Expensive Procedure Call" Myth or, Procedure Call Implementations Considered Harmful or, Lambda: The Ultimate GOTO |
23 | AIM-443.djvu |
AIM-453 | The Art of the Interpreter or, The Modularity Complex (Parts Zero, One, and Two) |
75 | AIM-453.djvu |
AITR-474 | Rabbit: A Compiler for Scheme | 282 | AITR-474.djvu |
AIM-514 | Design of LISP-based Processors or, Scheme: A Dielectric LISP or, Finite Memories Considered Harmful or, Lambda: The Ultimate Opcode |
75 | AIM-514.djvu |
Reprints? | |||
AI: AMP | Compiler Optimization Based on Viewing LAMBDA as RENAME + GOTO | ? | |
ACM | Debunking the "Expensive Procedure Call" Myth, or Procedure Call Implementations Considered Harmful, or LAMBDA, the Ultimate GOTO |
10? | |
ACM | Design of a Lisp-based Processor | 18? |
Sources: Readscheme, DSpace, CSAIL (all three appear to archive bit-identical copies of the same files)
Pascal J. Bourguignon's Lisp paper transcriptions
[edit]- McCarthy's original Lisp paper: "Recursive Functions of Symbolic Expressions and their Computation by Machine" (AIM-8, 1959)
- "A Fortran-Compiled List-Processing Language" (1959, Gelernter, Hansen, Gerberich)
Miscellaneous
[edit]Inspired by David Malki (http://wondermark.com/good-operator/):
Technical notes
[edit]- PDF to DjVu conversion:
pdf2djvu --monochrome --guess-dpi -o output.djvu input.pdf
- Tesseract OCR:
ddjvu -format=tiff -mode=black -page=n text.djvu temp.tif && tesseract temp.tif text
(results intext.txt
)
Tesseract quirks
[edit]Unusual characters produced:
¢£¤¥§©«®°·»é‘’—“”•€■♦
Mass-replace candidates:
Point | Name | Char. | Replacement(s) |
---|---|---|---|
U+00B7 | MIDDLE DOT | · | - |
U+2018 U+2019 | SINGLE QUOTATION MARK | ‘’ | ' |
U+2014 | EM DASH | — | - |
U+201C U+201D | DOUBLE QUOTATION MARK | “” | " |