Getting Clojure : build your functional skills one idea at a time

Book Cover
Average Rating
Published
[Place of publication not identified] : Pragmatic Bookshelf, [2018].
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781680506105, 1680506102, 9781680506099, 1680506099, 1680503006, 9781680503005

Notes

Bibliography
Includes bibliographical references.
Description
Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this structure of framework and features. You need this book: an accessible introduction to Clojure that focuses on the ideas behind the language as well as the practical details of writing code. Clojure attracts developers on the cutting edge and is arguably the best language for learning to program in the functional style without compromise. But this comes with a steep learning curve. Getting Clojure directly addresses this by teaching you how to think functionally as it teaches you the language. You'll learn about Clojure's powerful data structures and high-level functions, but you'll also learn what it means for a language to be functional, and how to think in Clojure's functional way. Each chapter of Getting Clojure takes a feature or two or three from the language, explains the syntax and the mechanics behind that feature so that you can make it work before digging into the deeper questions: What is the thinking behind the feature? And how does it fit in with the rest of the language? In Getting Clojure you'll learn Clojure's very simple syntax, but you'll also learn why that syntax is integral the way the language is constructed. You'll discover that most data structures in Clojure are immutable, but also why that leads to more reliable programs. And you'll see how easy it is to write Clojure functions and also how you can use those functions to build complex and capable systems. With real-world examples of how working Clojure programmers use the language, Getting Clojure will help you see the challenges of programming through the eye of experienced Clojure developers. What You Need: You will need to some background in programming. To follow along with the examples in the book, you will need Java 6 or new, Clojure 1.8 or 1.9, and Leiningen 2.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Olsen, R. (2018). Getting Clojure: build your functional skills one idea at a time . Pragmatic Bookshelf.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Olsen, Russ. 2018. Getting Clojure: Build Your Functional Skills One Idea At a Time. Pragmatic Bookshelf.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Olsen, Russ. Getting Clojure: Build Your Functional Skills One Idea At a Time Pragmatic Bookshelf, 2018.

MLA Citation, 9th Edition (style guide)

Olsen, Russ. Getting Clojure: Build Your Functional Skills One Idea At a Time Pragmatic Bookshelf, 2018.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
0f619487-0bed-b840-b2d8-6a85ecae262a-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID0f619487-0bed-b840-b2d8-6a85ecae262a-eng
Full titlegetting clojure build your functional skills one idea at a time
Authorolsen russ
Grouping Categorybook
Last Update2024-03-29 07:51:22AM
Last Indexed2024-04-17 02:02:44AM

Book Cover Information

Image SourcecontentCafe
First LoadedDec 12, 2023
Last UsedDec 12, 2023

Marc Record

First DetectedMar 21, 2023 11:48:06 AM
Last File Modification TimeMar 21, 2023 11:48:06 AM
SuppressedRecord had no items

MARC Record

LEADER04335cam a2200553 i 4500
001on1042168444
003OCoLC
00520230321114551.0
006m     o  d        
007cr unu||||||||
008180628s2018    xx a    ob    000 0 eng d
019 |a 1039079257
020 |a 9781680506105|q (electronic bk.)
020 |a 1680506102|q (electronic bk.)
020 |a 9781680506099|q (electronic bk.)
020 |a 1680506099|q (electronic bk.)
020 |a 1680503006
020 |a 9781680503005
035 |a (OCoLC)1042168444|z (OCoLC)1039079257
037 |a CL0500000975|b Safari Books Online
037 |a EE20A7BD-3443-4AA4-9D8A-2D491E6B9607|b OverDrive, Inc.|n http://www.overdrive.com
040 |a UMI|b eng|e rda|e pn|c UMI|d OCLCF|d N$T|d TOH|d YDX|d STF|d TEFOD|d DEBBG|d CEF|d CNCEN|d G3B|d S9I|d UAB|d C6I|d CZL|d OCLCQ|d OCLCO|d OCLCQ
049 |a MAIN
050 4|a QA76.73.C565
072 7|a COM|x 051000|2 bisacsh
08204|a 005.1/14|2 23
1001 |a Olsen, Russ,|e author.
24510|a Getting Clojure :|b build your functional skills one idea at a time /|c by Russ Olsen.
264 1|a [Place of publication not identified] :|b Pragmatic Bookshelf,|c [2018]
264 4|c ©2018
300 |a 1 online resource (1 volume) :|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 data file
4901 |a The pragmatic programmers
504 |a Includes bibliographical references.
520 |a Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this structure of framework and features. You need this book: an accessible introduction to Clojure that focuses on the ideas behind the language as well as the practical details of writing code. Clojure attracts developers on the cutting edge and is arguably the best language for learning to program in the functional style without compromise. But this comes with a steep learning curve. Getting Clojure directly addresses this by teaching you how to think functionally as it teaches you the language. You'll learn about Clojure's powerful data structures and high-level functions, but you'll also learn what it means for a language to be functional, and how to think in Clojure's functional way. Each chapter of Getting Clojure takes a feature or two or three from the language, explains the syntax and the mechanics behind that feature so that you can make it work before digging into the deeper questions: What is the thinking behind the feature? And how does it fit in with the rest of the language? In Getting Clojure you'll learn Clojure's very simple syntax, but you'll also learn why that syntax is integral the way the language is constructed. You'll discover that most data structures in Clojure are immutable, but also why that leads to more reliable programs. And you'll see how easy it is to write Clojure functions and also how you can use those functions to build complex and capable systems. With real-world examples of how working Clojure programmers use the language, Getting Clojure will help you see the challenges of programming through the eye of experienced Clojure developers. What You Need: You will need to some background in programming. To follow along with the examples in the book, you will need Java 6 or new, Clojure 1.8 or 1.9, and Leiningen 2.
5880 |a Online resource; title from title page (Safari, viewed June 27, 2018).
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Clojure (Computer program language)
650 0|a Functional programming (Computer science)|9 63437
830 0|a Pragmatic programmers.|9 291662
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781680506082/?ar|x O'Reilly|z eBook
938 |a EBSCOhost|b EBSC|n 1825582
938 |a YBP Library Services|b YANK|n 15500609
938 |a YBP Library Services|b YANK|n 15530872
994 |a 92|b VIA
999 |c 286584|d 286584