Cargando…

Practical Clojure /

This book is the first definitive reference for the Clojure language, providing both an introduction to functional programming in general and a more specific introduction to Clojure's features. This book demonstrates the use of the language through examples, including features such as STM and i...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: VanderHart, Luke
Otros Autores: Sierra, Stuart
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : New York : Apress ; Distributed to the Book trade worldwide by Springer-Verlag, ©2010.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn697197757
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 110117s2010 caua ob 001 0 eng d
010 |a  2011280462 
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d CEF  |d EBLCP  |d OCLCQ  |d MHW  |d CDX  |d OCLCQ  |d COO  |d VLB  |d UMI  |d E7B  |d B24X7  |d N$T  |d OCLCQ  |d DEBSZ  |d OCLCF  |d OCLCQ  |d BEDGE  |d OCLCQ  |d QE2  |d W2U  |d SLY  |d YDXCP  |d AU@  |d OCLCQ  |d REB  |d OCLCQ  |d Z5A  |d LIV  |d UAB  |d MERUC  |d ESU  |d VT2  |d OCLCQ  |d OCLCO  |d IOG  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d UWO  |d OCLCQ  |d OCLCO  |d LEAUB  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d BRF  |d OCLCQ  |d DKU  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d INARC 
019 |a 648412395  |a 694850580  |a 695849168  |a 704518659  |a 713085390  |a 750174273  |a 771448347  |a 781303175  |a 880329300  |a 1005797280  |a 1044260910  |a 1056411214  |a 1060876087  |a 1062882870  |a 1067195713  |a 1069596880  |a 1086930175  |a 1110835120  |a 1112578175  |a 1129355204  |a 1153018192  |a 1192340668  |a 1240515624  |a 1256358774  |a 1272920392  |a 1359389048 
020 |a 9781430272304  |q (electronic bk.) 
020 |a 1430272309  |q (electronic bk.) 
020 |z 9781430272311 
020 |z 1430272317 
024 7 |a 10.1007/978-1-4302-7230-4  |2 doi 
029 1 |a AU@  |b 000048657023 
029 1 |a AU@  |b 000048802126 
029 1 |a AU@  |b 000053259553 
029 1 |a DEBSZ  |b 368473678 
029 1 |a DEBSZ  |b 39695894X 
029 1 |a GBVCP  |b 785355979 
029 1 |a NZ1  |b 13778263 
035 |a (OCoLC)697197757  |z (OCoLC)648412395  |z (OCoLC)694850580  |z (OCoLC)695849168  |z (OCoLC)704518659  |z (OCoLC)713085390  |z (OCoLC)750174273  |z (OCoLC)771448347  |z (OCoLC)781303175  |z (OCoLC)880329300  |z (OCoLC)1005797280  |z (OCoLC)1044260910  |z (OCoLC)1056411214  |z (OCoLC)1060876087  |z (OCoLC)1062882870  |z (OCoLC)1067195713  |z (OCoLC)1069596880  |z (OCoLC)1086930175  |z (OCoLC)1110835120  |z (OCoLC)1112578175  |z (OCoLC)1129355204  |z (OCoLC)1153018192  |z (OCoLC)1192340668  |z (OCoLC)1240515624  |z (OCoLC)1256358774  |z (OCoLC)1272920392  |z (OCoLC)1359389048 
037 |a 978-1-4302-7231-1  |b Springer  |n http://www.springerlink.com 
050 4 |a QA76.73.C565  |b V36 2010 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
072 7 |a UY.  |2 bicssc 
082 0 4 |a 004  |2 22 
084 |a TP312CL  |2 clc 
049 |a UAMI 
100 1 |a VanderHart, Luke. 
245 1 0 |a Practical Clojure /  |c Luke VanderHart, Stuart Sierra. 
260 |a [Berkeley, CA] :  |b Apress ;  |a New York :  |b Distributed to the Book trade worldwide by Springer-Verlag,  |c ©2010. 
300 |a 1 online resource (xvi, 210 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a The expert's voice in open source 
505 0 |a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Chapter 1 The Clojure Way; Chapter 2 The Clojure Environment; Chapter 3 Controlling Program Flow; Chapter 4 Data in Clojure; Chapter 5 Sequences; Chapter 6 State Management; Chapter 7 Namespaces and Libraries; Chapter 8 Metadata; Chapter 9 Multimethods and Hierarchies; Chapter 10 Java Interoperability; Chapter 11 Parallel Programming; Chapter 12 Macros and Metaprogramming; Chapter 13 Datatypes and Protocols; Chapter 14 Performance; Index. 
520 |a This book is the first definitive reference for the Clojure language, providing both an introduction to functional programming in general and a more specific introduction to Clojure's features. This book demonstrates the use of the language through examples, including features such as STM and immutability, which may be new to programmers coming from other languages. * Overview of functional programming and description of what sets Clojure apart from other languages * Detailed explanation of Clojure's special features * Examples of real-world tasks that are well-suited to Clojure's capabilities. 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Java virtual machine. 
630 0 7 |a Clojure (Computer program language)  |2 blmlsh 
630 0 7 |a Java virtual machine.  |2 blmlsh 
630 0 7 |a Clojure (Computer program language)  |2 cct 
630 0 7 |a Java virtual machine.  |2 cct 
630 0 7 |a Java virtual machine.  |2 fast  |0 (OCoLC)fst01387764 
650 0 |a Functional programming (Computer science) 
650 6 |a Programmation fonctionnelle. 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 0 7 |a Functional programming (Computer science)  |2 cct 
650 7 |a Informatique.  |2 eclas 
650 7 |a Functional programming (Computer science)  |2 fast  |0 (OCoLC)fst00936086 
700 1 |a Sierra, Stuart. 
776 0 8 |i Print version:  |a VanderHart, Luke.  |t Practical Clojure.  |d [Berkeley, CA] : Apress ; New York : Distributed to the Book trade worldwide by Springer-Verlag, ©2010  |z 9781430272311  |w (OCoLC)428030939 
830 0 |a Expert's voice in open source. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430272311/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29483103 
938 |a Books 24x7  |b B247  |n bks00035395 
938 |a Coutts Information Services  |b COUT  |n 17975080 
938 |a EBL - Ebook Library  |b EBLB  |n EBL666816 
938 |a ebrary  |b EBRY  |n ebr10439862 
938 |a EBSCOhost  |b EBSC  |n 373668 
938 |a YBP Library Services  |b YANK  |n 3586027 
938 |a Internet Archive  |b INAR  |n practicalclojure0000vand 
994 |a 92  |b IZTAP