cs_lang:ocaml
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cs_lang:ocaml [2011/07/14 09:03] – [Increment a number] cedric | cs_lang:ocaml [2012/04/29 11:44] (current) – cedric | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== | 
| + | ===== Paradigm ==== | ||
| + | * multi-paradigm: | ||
| + | ===== Typing discipline ===== | ||
| + | * static typed; | ||
| + | * strongly typed; | ||
| + | * inferred. | ||
| + | |||
| + | |||
| + | ====== Learning Objective Caml ====== | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| Line 16: | Line 25: | ||
| # Alternative: | # Alternative: | ||
| - | let inc = (+) 1;; | + | # let inc = (+) 1;; | 
| val inc : int -> int = <fun> | val inc : int -> int = <fun> | ||
| </ | </ | ||
cs_lang/ocaml.1310627014.txt.gz · Last modified:  by cedric
                
                