Practical OCaml
Autor Joshua B. Smithen Limba Engleză Paperback – 8 dec 2014
Written for experienced programmers, Practical OCaml teaches OCaml in a code-intensive fashion. Readers are encouraged to follow along with most examples using the OCaml top-level (the interactive interpreter), giving them the opportunity to consider the purpose and syntax of each line. The author's considerable knowledge of the Java, Python, and C++ languages allows him to present the material at a level and perspective that readers hailing from varied programming backgrounds will appreciate.
Language aficionados will be sure to enjoy the occasional digression into tangential topics such as OCaml's impurities from the functional programming perspective, with thoughts about how to overcome them using mutability, references, and classes.
In later chapters, you'll put what you've learned to work, building applications capable of performing complex log-file processing, crawling the Web, filtering spam, and even broadcasting audio over a network using the Shoutcast protocol.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 475.88 lei 6-8 săpt. | |
Apress – 8 dec 2014 | 475.88 lei 6-8 săpt. | |
Hardback (1) | 340.39 lei 6-8 săpt. | |
Apress – 20 oct 2006 | 340.39 lei 6-8 săpt. |
Preț: 475.88 lei
Preț vechi: 594.86 lei
-20% Nou
Puncte Express: 714
Preț estimativ în valută:
91.08€ • 94.93$ • 75.82£
91.08€ • 94.93$ • 75.82£
Carte tipărită la comandă
Livrare economică 06-20 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430211945
ISBN-10: 1430211946
Pagini: 488
Ilustrații: XXV, 462 p.
Dimensiuni: 191 x 235 x 26 mm
Greutate: 0.84 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430211946
Pagini: 488
Ilustrații: XXV, 462 p.
Dimensiuni: 191 x 235 x 26 mm
Greutate: 0.84 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
Why Objective Caml (OCaml)?.- Interacting with OCaml: The Toplevel.- Syntax and Semantics.- Understanding Functions.- Practical: Creating a Simple Database.- Primitive and Composite Types.- Practical: Simple Database Reports, Exports, and Imports.- Collections.- Files and File I/O.- Exception Handling.- Practical: A URI Library.- Using Ocamldoc.- Modules and Functors.- Practical: A Spam Filter.- Practical: A Network-Aware Scoring Function.- Ocamllex and Ocamlyacc.- Practical: Complex Log File Parsing.- The Objective Part of Caml.- Digression: OCaml Is Not Pure.- Digression: Functional Programming.- Practical: Web Programming.- Practical: A Shoutcast Server.- Using Threads.- Practical: A Concurrent Web Crawler.- Interfacing with OCaml.- Practical: Time and Logging Libraries.- Processing Binary Files.- OCaml Development Tools.- Camlp4.- Conclusion.
Notă biografică
Joshua B. Smith is a consultant specializing in data problems and computing infrastructure. He got into computers while an undergraduate at Denison University in Ohio and spends most of his programming time using Python, OCaml, and Java. Josh lives in Chicago with his wife, Carol, and their two cats.
Caracteristici
The only book on the market covering the OCaml programming language Functional programming is becoming rapidly popular A great introduction for those wanting to learn a functional programming language Presented in a practical nature, giving the reader projects and code they can immediately use and see results from