/doc/report/bibl.tex
http://github.com/hhughes/ocaml-frui · LaTeX · 192 lines · 156 code · 36 blank · 0 comment · 0 complexity · a999d933832b841d944876f67ce702b4 MD5 · raw file
- \clearpage
- \addcontentsline{toc}{chapter}{Bibliography}
- \begin{thebibliography}{99}
- \bibitem{bib:road_ahead}
- Paul Graham,
- \emph{The Road Ahead}.
- \url{http://www.paulgraham.com/road.html}
- \bibitem{bib:ajax}
- Jesse James Garrett,
- \emph{AJAX: A New Approach to Web Applications}.
- \url{http://www.robertspahr.com/courses/web1/ajax_web_applications.pdf}
- \bibitem{bib:prog}
- Doris Appleby,
- \emph{Programming Languages: Paradigm and Practice}.
- McGraw-Hill Companies Inc,
- 1997
- \bibitem{bib:crockford}
- Douglas Crockford,
- \emph{A Survey of the JavaScript Programming Language}.
- \url{http://www.crockford.com/javascript/survey.html}
- \bibitem{bib:functional_prog}
- Paul Hudak,
- \emph{Conception, evolution, and application of functional programming languages}.
- ACM Computing Surveys,
- September 1989
- \bibitem{bib:functional_react}
- Zhanyong Wan \& Paul Hudak,
- \emph{Functional reactive programming from first principles}.
- Proceedings of the ACM SIGPLAN 2000 conference on Programming language design and implementation,
- 2000
- \bibitem{bib:lowering}
- Kimberley Burchett, Gregory H. Cooper \& Shriram Krishnamurthi,
- \emph{Lowering: a static optimization technique for transparent functional reactivity}.
- \url{http://kimbly.com/papers/bck-pepm-2007.pdf}
- \bibitem{bib:esterel}
- Gérard Berry \& Georges Gonthier,
- \emph{The ESTEREL synchronous programming language: design, semantics, implementation}.
- Science of Computer Programming,
- Nov. 1992,
- Pages: 87 - 152
- \bibitem{bib:flapjax}
- Leo A. Meyerovich, Arjun Guha, Jacob Baskin, Gregory H. Cooper, Michael Greenberg, Aleks Bromfield \& Shriram Krishnamurthi,
- \emph{Flapjax: a programming language for Ajax applications}.
- Proceeding of the 24th ACM SIGPLAN conference on Object oriented programming systems languages and applications,
- 2009
- \bibitem{bib:fran}
- Conal Elliott \& Paul Hudak,
- \emph{Functional reactive animation}.
- SIGPLAN Notices,
- August 1997
- \bibitem{fundatastructures}
- Chris Okasaki,
- \emph{Purely Functional Data Structures}.
- Cambridge University Press, Cambridge,
- 1998
- \bibitem{bib:caml}
- INRIA,
- \emph{About Caml}.
- \url{http://caml.inria.fr/about/index.en.html}
- \bibitem{bib:ocaml}
- INRIA,
- \emph{Objective Caml}.
- \url{http://caml.inria.fr/ocaml/index.en.html}
- \bibitem{bib:oreilly}
- Emmanuel Chailloux, Pascal Manoury and Bruno Pagano,
- \emph{Développement d'applications avec Objective Caml (translation)}.
- O'Reilly France
- \bibitem{bib:lambda}
- J. Roger Hindley and Jonation P. Seldin,
- \emph{Lambda-Calculus and Combinators: an Introduction}.
- Cambridge University Press,
- 2008
- \bibitem{bib:js_comp}
- Jake Donham,
- \emph{How ocamljs compiles OCaml}.
- \url{http://code.google.com/p/ocamljs/wiki/Jscomp}
- \bibitem{bib:krivines_machine}
- Xavier Leroy,
- \emph{From Krivine's Machine to the Caml implementations}.
- \url{http://pauillac.inria.fr/~xleroy/talks/zam-kazam05.pdf}
- \bibitem{bib:froc}
- Jake Donham,
- \emph{How froc works}.
- \url{http://ambassadortothecomputers.blogspot.com/2010/05/how-froc-works.html}
- \bibitem{bib:dist_arch}
- George Reese,
- \emph{Database Programming with JDBC and Java, Second Edition}.
- O'Reilly Media,
- 1997,
- Chapter 7: Distributed Application Architecture
- \bibitem{bib:make}
- GNU Operating System,
- \emph{Make}.
- \url{http://www.gnu.org/software/make/}
- \bibitem{bib:royce}
- Winston W. Royce,
- \emph{Wasserfallmodell}.
- 1970.
- \bibitem{bib:json_rfc}
- Douglas Crockford,
- \emph{RFC4627}.
- \url{http://www.ietf.org/rfc/rfc4627.txt}
- \bibitem{bib:json}
- Douglas Crockford,
- \emph{JSON}.
- \url{http://www.json.org/}
- \bibitem{bib:crock_js}
- Douglas Crockford,
- \emph{A Survey of the JavaScript Programming Language}.
- \url{http://www.crockford.com/javascript/survey.html}
- \bibitem{bib:http}
- World Wide Web Consortium (W3C),
- \emph{Hypertext Transfer Protocol -- HTTP/1.1}.
- \url{http://www.w3.org/Protocols/rfc2616/rfc2616.html}
- \bibitem{bib:xss}
- The Open Web Application Security Project (OWASP),
- \emph{Cross-Site Scripting (XSS)}.
- \url{https://www.owasp.org/index.php/XSS}
- \bibitem{bib:html5}
- World Wide Web Consortium (W3C),
- \emph{HTML5}.
- \url{http://www.w3.org/TR/html5/spec.html}
- \bibitem{bib:stats}
- Hans Rosling,
- \emph{The Joy of Stats}.
- \url{http://www.gapminder.org/videos/the-joy-of-stats/}
- \bibitem{bib:art-of-testing}
- Glenfor J. Myers,
- \emph{The Art of Software Testing}.
- John Wiley \& Sons, Canada,
- 2004
- \bibitem{bib:v8-proj}
- Google,
- \emph{V8 JavaScript Engine}.
- \url{http://code.google.com/apis/v8/design.html}
- \bibitem{bib:spidermonkey}
- Mozilla,
- \emph{SpiderMonkey Internals}.
- \url{https://developer.mozilla.org/En/SpiderMonkey/Internals}
- \bibitem{bib:are-we-fast}
- Mozilla,
- \emph{Are We Fast Yet?}.
- \url{http://arewefastyet.com/}
- \bibitem{bib:jscover}
- Silicon Forks,
- \emph{JSCoverage}.
- \url{http://siliconforks.com/jscoverage/}
- \bibitem{bib:gwt}
- Google,
- \emph{Google Web Toolkit}.
- \url{http://code.google.com/webtoolkit/}
- \bibitem{bib:xapi}
- Citrix Systems Inc.,
- \emph{Xen Cloud Platform}.
- \url{http://www.xen.org/products/cloudxen.html}
- \end{thebibliography}