UsefulLinksLet's use this page to post useful links which don't fall into other categories (such as OtherMultiparadigmSolutions, etc)
http://photon.poly.edu/~hbr/cs903-F00/lib_design/notes/advanced.html
Advanced techniques (tricks) of C++ programming. Must read :) -- AndreyStolyarov
Namely, a few hacks for ++ programmers, who can't invent such things on the fly :) -- MeDendik
http://pmd.sourceforge.net/cpd.html
Automated search for a code made with 'cut-n-paste' technology.
http://www.nobugs.org/developer/parsingcpp
Parsing C++
http://www.rsdn.ru/article/funcprog/fp.xml
(in russian) Функциональное программирование для всех -- статейка, конечно, популярная, но в общем интересная.
http://www.nhplace.com/kent/Papers/Technical-Issues.html
Technical Issues of Separation in Function Cells and Value Cells (CL-flavor vs. Scheme flavor), thanks to Lispnik for the reference
http://www.lambdassociates.org/
Qi, a language. Looks like Lisp, works like Haskell.
Scheme's continuations:
An implementation of Scheme's continuations on Scheme: http://www.cs.brown.edu/courses/cs173/2002/Lectures/2002-10-18.pdf
http://www.ccs.neu.edu/scheme/pubs/stackhack4.html
Continuations in plain C (really brilliant hack) http://homepage.mac.com/sigfpe/Computing/continuations.html
http://schematics.sourceforge.net/scheme-uk/continuations.html
(Links recommended by AlexOtt?, thanks to him) -- avst
More:
Explanation of Call/CC: http://www.madore.org/~david/computers/callcc.html