Mastering Clojure : Understand the Philosophy of the Clojure Language and Dive Into Its Inner Workings to Unlock Its Advanced Features, Methodologies, and Constructs

Saved in:
Bibliographic Details
Title: Mastering Clojure : Understand the Philosophy of the Clojure Language and Dive Into Its Inner Workings to Unlock Its Advanced Features, Methodologies, and Constructs
Description: Understand the philosophy of the Clojure language and dive into its inner workings to unlock its advanced features, methodologies, and constructsKey Features[•] Learn to handle data using sequences, reducers, and transducers in Clojure[•] Explore the lesser known and more advanced features, constructs, and methodologies of the Clojure language and its ecosystem, such as asynchronous channels, actors, logic programming, and reactive programming[•] Sharpen your Clojure skills through illustrative and comprehensive examplesBook DescriptionClojure is a general-purpose language from the Lisp family with an emphasis on functional programming. It has some interesting concepts and features such as immutability, gradual typing, thread-safe concurrency primitives, and macro-based metaprogramming, which makes it a great choice to create modern, performant, and scalable applications. Mastering Clojure gives you an insight into the nitty-gritty details and more advanced features of the Clojure programming language to create more scalable, maintainable, and elegant applications. You'll start off by learning the details of sequences, concurrency primitives, and macros. Packed with a lot of examples, you'll get a walkthrough on orchestrating concurrency and parallelism, which will help you understand Clojure reducers, and we'll walk through composing transducers so you know about functional composition and process transformation inside out. We also explain how reducers and transducers can be used to handle data in a more performant manner. Later on, we describe how Clojure also supports other programming paradigms such as pure functional programming and logic programming. Furthermore, you'll level up your skills by taking advantage of Clojure's powerful macro system. Parallel, asynchronous, and reactive programming techniques are also described in detail. Lastly, we'll show you how to test and troubleshoot your code to speed up your development cycles and allow you to deploy the code faster. What you will learn[•] Maximize the impact of parallelization, functional composition, and process transformation by composing reducers and transducers[•] Process and manipulate data using sequences, reducers, and transducers in Clojure[•] Modify and add features to the Clojure language using macros[•] Explore the features of category theory and custom data sources for logic programming in Clojure[•] Orchestrate parallelism and concurrency using built-in primitives as well as community libraries in Clojure[•] Handle data with asynchronous and reactive programming methodologies and leverage it using the core.async library[•] Test your code with unit tests, specs, and type checks to write testable code[•] Troubleshoot and style your Clojure code to make it more maintainableWho this book is forIf you're looking to learn more about the core libraries and dive deep into the Clojure language, then this book is ideal for you. Prior knowledge of the Clojure language is required.
Authors: Akhil Wali
Resource Type: eBook.
Subjects: Clojure (Computer program language), Computer programming
Categories: COMPUTERS / Programming Languages / LISP, COMPUTERS / Programming / Parallel, COMPUTERS / Software Development & Engineering / General
Database: eBook Collection (EBSCOhost)
FullText Links:
  – Type: ebook-pdf
  – Type: ebook-epub
Text:
  Availability: 0
Header DbId: nlebk
DbLabel: eBook Collection (EBSCOhost)
An: 1213518
RelevancyScore: 1070
AccessLevel: 6
PubType: eBook
PubTypeId: ebook
PreciseRelevancyScore: 1070.4580078125
IllustrationInfo
ImageInfo – Size: thumb
  Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$1213518$PDF&s=r
– Size: medium
  Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$1213518$PDF&s=d
Items – Name: Title
  Label: Title
  Group: Ti
  Data: Mastering Clojure : Understand the Philosophy of the Clojure Language and Dive Into Its Inner Workings to Unlock Its Advanced Features, Methodologies, and Constructs
– Name: Abstract
  Label: Description
  Group: Ab
  Data: Understand the philosophy of the Clojure language and dive into its inner workings to unlock its advanced features, methodologies, and constructsKey Features[•] Learn to handle data using sequences, reducers, and transducers in Clojure[•] Explore the lesser known and more advanced features, constructs, and methodologies of the Clojure language and its ecosystem, such as asynchronous channels, actors, logic programming, and reactive programming[•] Sharpen your Clojure skills through illustrative and comprehensive examplesBook DescriptionClojure is a general-purpose language from the Lisp family with an emphasis on functional programming. It has some interesting concepts and features such as immutability, gradual typing, thread-safe concurrency primitives, and macro-based metaprogramming, which makes it a great choice to create modern, performant, and scalable applications. Mastering Clojure gives you an insight into the nitty-gritty details and more advanced features of the Clojure programming language to create more scalable, maintainable, and elegant applications. You'll start off by learning the details of sequences, concurrency primitives, and macros. Packed with a lot of examples, you'll get a walkthrough on orchestrating concurrency and parallelism, which will help you understand Clojure reducers, and we'll walk through composing transducers so you know about functional composition and process transformation inside out. We also explain how reducers and transducers can be used to handle data in a more performant manner. Later on, we describe how Clojure also supports other programming paradigms such as pure functional programming and logic programming. Furthermore, you'll level up your skills by taking advantage of Clojure's powerful macro system. Parallel, asynchronous, and reactive programming techniques are also described in detail. Lastly, we'll show you how to test and troubleshoot your code to speed up your development cycles and allow you to deploy the code faster. What you will learn[•] Maximize the impact of parallelization, functional composition, and process transformation by composing reducers and transducers[•] Process and manipulate data using sequences, reducers, and transducers in Clojure[•] Modify and add features to the Clojure language using macros[•] Explore the features of category theory and custom data sources for logic programming in Clojure[•] Orchestrate parallelism and concurrency using built-in primitives as well as community libraries in Clojure[•] Handle data with asynchronous and reactive programming methodologies and leverage it using the core.async library[•] Test your code with unit tests, specs, and type checks to write testable code[•] Troubleshoot and style your Clojure code to make it more maintainableWho this book is forIf you're looking to learn more about the core libraries and dive deep into the Clojure language, then this book is ideal for you. Prior knowledge of the Clojure language is required.
– Name: Author
  Label: Authors
  Group: Au
  Data: <searchLink fieldCode="AR" term="%22Akhil+Wali%22">Akhil Wali</searchLink>
– Name: TypePub
  Label: Resource Type
  Group: TypPub
  Data: eBook.
– Name: Subject
  Label: Subjects
  Group: Su
  Data: <searchLink fieldCode="DE" term="%22Clojure+%28Computer+program+language%29%22">Clojure (Computer program language)</searchLink><br /><searchLink fieldCode="DE" term="%22Computer+programming%22">Computer programming</searchLink>
– Name: SubjectBISAC
  Label: Categories
  Group: Su
  Data: <searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Programming+Languages+%2F+LISP%22">COMPUTERS / Programming Languages / LISP</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Programming+%2F+Parallel%22">COMPUTERS / Programming / Parallel</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Software+Development+%26+Engineering+%2F+General%22">COMPUTERS / Software Development & Engineering / General</searchLink>
PLink https://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=nlebk&AN=1213518
RecordInfo BibRecord:
  BibEntity:
    Classifications:
      – Code: 005.133
        Scheme: ddc
        Type: prePub
    Languages:
      – Code: eng
        Text: English
    Subjects:
      – SubjectFull: Clojure (Computer program language)
        Type: general
      – SubjectFull: Computer programming
        Type: general
    Titles:
      – TitleFull: Mastering Clojure : Understand the Philosophy of the Clojure Language and Dive Into Its Inner Workings to Unlock Its Advanced Features, Methodologies, and Constructs
        Type: main
  BibRelationships:
    HasContributorRelationships:
      – PersonEntity:
          Name:
            NameFull: Akhil Wali
      – PersonEntity:
          Name:
            NameFull: Akhil Wali
    IsPartOfRelationships:
      – BibEntity:
          Dates:
            – D: 01
              M: 01
              Type: published
              Y: 2016
            – D: 07
              M: 01
              Type: profile
              Y: 2019
          Identifiers:
            – Type: isbn-print
              Value: 9781785889745
            – Type: isbn-electronic
              Value: 9781785882050
          Titles:
            – TitleFull: Mastering Clojure : Understand the Philosophy of the Clojure Language and Dive Into Its Inner Workings to Unlock Its Advanced Features, Methodologies, and Constructs
              Type: main
ResultId 1