1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-22 19:45:09 +00:00

Merge pull request #44 from muscar/patch-1

Added F#, Oberon and OCaml books
This commit is contained in:
vhf / victor felder 2013-10-12 01:31:02 -07:00
commit 265761af12

View File

@ -287,6 +287,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
@ -448,6 +449,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
@ -462,6 +464,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