- Добавил: literator
- Дата: 6-01-2022, 16:55
- Комментариев: 0

Автор: Dmitri Sotnikov, Scot Brown
Издательство: Pragmatic Bookshelf
Год: July 2021 (V. P1.0)
Страниц: 462
Язык: английский
Формат: pdf (true)
Размер: 65.5 MB
This book is aimed at readers of all levels. While having some basic proficiency with functional programming will be helpful, it’s by no means required to follow the material presented. If you’re not a Clojure user already, this book is a good starting point since it focuses on applying the language to solve concrete problems. This means we’ll focus on the small set of language features needed to build web applications. Clojure is a small language whose primary goals are simplicity and correctness. As a functional language, it emphasizes immutability and declarative programming. As you’ll see, these features make it easy and idiomatic to write clean and correct code. Clojure is likely the most popular Lisp dialect today for starting new development. It has proven itself in serious production systems, and the feedback from users has been overwhelmingly positive. Because web development is one of the major domains for using Clojure, several popular libraries and frameworks have sprouted and matured in this area. In this book we’ll primarily focus on the Luminus stack.