From fece39f7ef8e87d7558c17403927f8a1700cc468 Mon Sep 17 00:00:00 2001 From: Alex Muscar Date: Sat, 12 Oct 2013 09:33:33 +0300 Subject: [PATCH] Added F#, Oberon and OCaml books --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 46c15fb7..a41b00d6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -279,6 +279,7 @@ * [The F# Survival Guide](http://www.ctocorner.com/fsharp/book/ch0.aspx) * [F Sharp Programming](http://en.wikibooks.org/wiki/F_Sharp_Programming) in Wikibooks * [Real World Functional Programming](http://msdn.microsoft.com/en-us/library/hh314518.aspx) (MSDN Chapters) +* [Programming Language Concepts for Software Developers](http://www.itu.dk/courses/BPRD/E2009/plcsd-1-2.pdf) (PDF) ###Forth @@ -437,6 +438,7 @@ ###Oberon * [Programming in Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProgInOberon.pdf) (PDF) +* [Object-Oriented Programming in Oberon-2](http://ssw.jku.at/Research/Books/Oberon2.pdf ) (PDF) ###Objective-C @@ -451,6 +453,7 @@ * [Objective Caml for Scientists (first chapter only)](http://www.ffconsultancy.com/products/ocaml_for_scientists/chapter1.html) * [Unix System Programming in OCaml](http://ocamlunix.forge.ocamlcore.org/) * [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/) +* [Real World OCaml](https://realworldocaml.org/beta3/en/html/) ###Oracle Server -- GitLab