2006-04-13から1日間の記事一覧

関数型言語マニアのための論文紹介2:Packrat Parsing

Packrat Parsing: Simple, Powerful, Lazy, Linear Time. Bryan Ford. ICFP 2002.http://pdos.csail.mit.edu/~baford/packrat/icfp02/「設定ファイルや専用言語のparserをYACCで書こうと思ったけど、conflictだらけになってわけがわからない」という経験はな…

関数型言語マニアのための論文紹介3:FelleisenとSICPとHTDP

The Structure and Interpretation of the Computer Science Curriculum. Matthias Felleisen, Robert B. Findler, Matthew Flatt, and Shriram Krishnamurthi. FDPE 2002.これはもう既出ですが(コメントの最後のほう)、こっちにも転載。http://www.ccs.ne…

関数型言語マニアのための論文紹介1:Excelは関数型言語

Improving the world's most popular functional language: user-defined functions in Excel. Simon Peyton Jones, Margaret Burnett, and Alan Blackwell. ICFP 2003.http://research.microsoft.com/~simonpj/Papers/excel/index.htm要約すると「Excelは関…