소스 검색

Add 'OCaml from the very beginning' book & OCaml playground (#7083)

* Add 'OCaml from the very beginning' book

* Delete ocaml from the very beginning's PDF

* Update OCaml the very beginning book link

* Add ocaml playground
JiaeK 3 년 전
부모
커밋
1955fd4e41
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      books/free-programming-books-langs.md
  2. 1 0
      more/free-programming-playgrounds.md

+ 1 - 0
books/free-programming-books-langs.md

@@ -1597,6 +1597,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
 * [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/)
 * [Functional Programming in OCaml](https://www.cs.cornell.edu/courses/cs3110/2019sp/textbook/) - Michael R. Clarkson
 * [OCaml From the Ground Up](https://ocamlbook.org) - Daniil Baturin (HTML) (:construction: *in process*)
+* [OCaml from the Very Beginning](https://johnwhitington.net/ocamlfromtheverybeginning/) - John Whitington
 * [OCaml Scientific Computing](https://ocaml.xyz/book/) - Liang Wang, Jianxin Zhao (HTML) (:construction: *in process*)
 * [Real World OCaml](https://dev.realworldocaml.org/toc.html)
 * [Think OCaml](http://greenteapress.com/thinkocaml/index.html) - Allen B. Downey, Nicholas Monje

+ 1 - 0
more/free-programming-playgrounds.md

@@ -214,6 +214,7 @@
 
 ### OCaml
 
+* [OCaml Playground](https://ocaml.org/play)
 * [Try OCaml](https://try.ocamlpro.com)