Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Haskell Quick Syntax Reference, Stefania Loredana Nita; Marius Mihailescu


Варианты приобретения
Цена: 32600.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 131 шт.  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Stefania Loredana Nita; Marius Mihailescu   (Стефания Лоредана)
Название:  Haskell Quick Syntax Reference
Перевод названия: Стефания Лоредана: Краткий справочник по синтаксису
ISBN: 9781484245064
Издательство: Springer
Классификация:



ISBN-10: 1484245067
Обложка/Формат: Soft cover
Страницы: 207
Вес: 0.36 кг.
Дата издания: 2019
Язык: English
Издание: 1st ed.
Иллюстрации: 33 illustrations, black and white; xx, 207 p. 33 illus.
Размер: 234 x 156 x 12
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: A Pocket Guide to the Language, APIs, and Library
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
This condensed code and syntax reference presents the essential Haskell syntax in a well-organized format that can be used as a quick and handy reference, including applications to cloud computing and data analysis. This book covers the functional programming features of Haskell as well as strong static typing, lazy evaluation, extensive parallelism, and concurrency
You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The Haskell Quick Syntax Reference is packed with useful information and is a must-have for any Haskell programmer working in big data, data science, and cloud computing.
What You Will Learn
Quickly and effectively use the Haskell programming languageTake advantage of strong static typingWork with lazy evaluations Harness concurrency and extensive parallelism using Haskell
Who This Book Is For
Experienced programmers who may be new to Haskell or have experience with Haskell and who just want a quick reference guide on it.

Дополнительное описание:
1. Functional Programming.- 2. Static Typing.- 3. GHC.- 4. Types.- 5. Tuples.- 6. Lists.- 7. Functions.- 8. Recursion.- 9. List Comprehension.- 10. Classes.- 11. Pattern Matching.- 12. Monads.- 13. Monads Transformers.- 14. Parsecs.- 15. Folds.-


Programming in Haskell

Автор: Hutton
Название: Programming in Haskell
ISBN: 1316626229 ISBN-13(EAN): 9781316626221
Издательство: Cambridge Academ
Рейтинг:
Цена: 49270.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This edition has been extensively updated and expanded, with new chapters covering recent and more advanced features of Haskell, new examples and exercises, and freely downloadable lecture slides and example code. All concepts are explained from first principles and no programming experience is required, making it accessible to a broad range of readers.

Introduction to Functional Programming Systems Using Haskell

Автор: Davie
Название: Introduction to Functional Programming Systems Using Haskell
ISBN: 0521277248 ISBN-13(EAN): 9780521277242
Издательство: Cambridge Academ
Рейтинг:
Цена: 49630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: An introduction to functional programming and its associated systems. A unique feature is its use of the language Haskell for teaching both the rudiments and the finer points of the functional technique. It serves as an introduction both to functional programming and Haskell. Especially valuable are the chapters on programming and implementation, along with a large number of exercises.

Algorithm Design with Haskell

Автор: Richard S. Bird, Jeremy Gibbons
Название: Algorithm Design with Haskell
ISBN: 1108491618 ISBN-13(EAN): 9781108491617
Издательство: Cambridge Academ
Рейтинг:
Цена: 58080.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book presents the five main principles of algorithm design: divide and conquer, greedy algorithms, thinning, dynamic programming, and exhaustive search. It serves students, teachers, researchers, and professionals who want to know more about what goes into a good algorithm and how such algorithms can be expressed in purely functional terms.

Thinking Functionally with Haskell

Автор: Bird
Название: Thinking Functionally with Haskell
ISBN: 1107087201 ISBN-13(EAN): 9781107087200
Издательство: Cambridge Academ
Рейтинг:
Цена: 116160.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Designed to fit a first- or second-year undergraduate course, this is a thorough overhaul and replacement of Richard Bird`s earlier textbooks. It includes a fresh set of case studies and over 100 exercises with fully worked solutions. The author`s emphasis remains on fundamental techniques for reasoning mathematically about functional programs.

Practical Concurrent Haskell

Автор: Stefania Loredana Nita; Marius Mihailescu
Название: Practical Concurrent Haskell
ISBN: 1484227808 ISBN-13(EAN): 9781484227800
Издательство: Springer
Рейтинг:
Цена: 35390.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Learn to use the APIs and frameworks for parallel and concurrent applications in Haskell. This book will show you how to exploit multicore processors with the help of parallelism in order to increase the performance of your applications.
Practical Concurrent Haskell teaches you how concurrency enables you to write programs using threads for multiple interactions. After accomplishing this, you will be ready to make your move into application development and portability with applications in cloud computing and big data. You'll use MapReduce and other, similar big data tools as part of your Haskell big data applications development.
What You'll Learn

  • Program with Haskell
  • Harness concurrency to Haskell
  • Apply Haskell to big data and cloud computing applications
  • Use Haskell concurrency design patterns in big data
  • Accomplish iterative data processing on big data using Haskell
  • Use MapReduce and work with Haskell on large clusters

Who This Book Is For
Those with at least some prior experience with Haskell and some prior experience with big data in another programming language such as Java, C#, Python, or C++.

Julia Quick Syntax Reference: A Pocket Guide for Data Science Programming

Автор: Lobianco Antonello
Название: Julia Quick Syntax Reference: A Pocket Guide for Data Science Programming
ISBN: 148425189X ISBN-13(EAN): 9781484251898
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Поставка под заказ.
Описание:

This quick Julia programming language guide is a condensed code and syntax reference to the Julia 1.x programming language, updated with the latest features of the Julia APIs, libraries, and packages. It presents the essential Julia syntax in a well-organized format that can be used as a handy reference.
This book provides an introduction that reveals basic Julia structures and syntax; discusses data types, control flow, functions, input/output, exceptions, metaprogramming, performance, and more. Additionally, you'll learn to interface Julia with other programming languages such as R for statistics or Python. You will learn how to use Julia packages for data analysis, numerical optimization and symbolic computation, and how to disseminate your results in dynamic documents or interactive web pages.
In this book, the focus is on providing important information as quickly as possible. It is packed with useful information and is a must-have for any Julia programmer.
What You Will Learn
Set up the software needed to run Julia and your first Hello World exampleWork with types and the different containers that Julia makes available for rapid application developmentUse vectorized, classical loop-based code, logical operators, and blocksExplore Julia functions by looking at arguments, return values, polymorphism, parameters, anonymous functions, and broadcastsBuild custom structures in JuliaInterface Julia with other languages such as C/C++, Python, and RProgram a richer API, modifying the code before it is executed using expressions, symbols, macros, quote blocks, and moreMaximize your code’s performance
Who This Book Is For
Experienced programmers new to Julia, as well as existing Julia coders new to the now stable Julia version 1.0 release.

Practical Haskell: A Real World Guide to Programming

Автор: Serrano Mena Alejandro
Название: Practical Haskell: A Real World Guide to Programming
ISBN: 1484244796 ISBN-13(EAN): 9781484244791
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Невозможна поставка.
Описание: Get a practical, hands-on introduction to the Haskell language, its libraries and environment, and to the functional programming paradigm that is fast growing in importance in the software industry. This book contains excellent coverage of the Haskell ecosystem and supporting tools, include Cabal and Stack for managing projects, HUnit and QuickCheck for software testing, the Spock framework for developing web applications, Persistent and Esqueleto for database access, and parallel and distributed programming libraries.You’ll see how functional programming is gathering momentum, allowing you to express yourself in a more concise way, reducing boilerplate, and increasing the safety of your code. Haskell is an elegant and noise-free pure functional language with a long history, having a huge number of library contributors and an active community. This makes Haskell the best tool for both learning and applying functional programming, and Practical Haskell takes advantage of this to show off the language and what it can do.What You Will LearnGet started programming with HaskellExamine the different parts of the languageGain an overview of the most important libraries and tools in the Haskell ecosystemApply functional patterns in real-world scenariosUnderstand monads and monad transformersProficiently use laziness and resource managementWho This Book Is ForExperienced programmers who may be new to the Haskell programming language. However, some prior exposure to Haskell is recommended.

Thinking Functionally with Haskell

Автор: Bird
Название: Thinking Functionally with Haskell
ISBN: 1107452643 ISBN-13(EAN): 9781107452640
Издательство: Cambridge Academ
Рейтинг:
Цена: 49630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Designed to fit a first- or second-year undergraduate course, this is a thorough overhaul and replacement of Richard Bird`s earlier textbooks. It includes a fresh set of case studies and over 100 exercises with fully worked solutions. The author`s emphasis remains on fundamental techniques for reasoning mathematically about functional programs.

Parallel and Concurrent Programming in Haskell: Techniques for Multicore and Multithreaded Programming

Автор: Marlow Simon
Название: Parallel and Concurrent Programming in Haskell: Techniques for Multicore and Multithreaded Programming
ISBN: 1449335942 ISBN-13(EAN): 9781449335946
Издательство: Wiley
Рейтинг:
Цена: 38010.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: If you have a working knowledge of Haskell, this book shows you how to use the language`s many APIs and frameworks for writing parallel and concurrent programs. You`ll learn how parallelism exploits multicore processors to speed up computation-heavy programs and how concurrency enables you to write programs with threads for multiple interactions.

C# 8 Quick Syntax Reference

Автор: Mikael Olsson
Название: C# 8 Quick Syntax Reference
ISBN: 1484255763 ISBN-13(EAN): 9781484255766
Издательство: Springer
Рейтинг:
Цена: 26080.00 T
Наличие на складе: Невозможна поставка.
Описание:

This quick C# 8 guide is a condensed code and syntax reference to the C# programming language, updated with the latest features of C# 8 for .NET and Windows 10. This book presents the essential C# 8 syntax in a well-organized format that can be used as a handy reference. Specifically, it covers nullable reference types, async streams, ranges and indices, default implementations of interface members, recursive patterns, switch expressions, target-typed new-expressions, platform dependencies and more.
In the C# 8 Quick Syntax Reference, you will find a concise reference to the C# language syntax: short, simple, and focused code examples; a well laid out table of contents; and a comprehensive index allowing easy review. You won’t find any technical jargon, bloated samples, drawn-out history lessons, or witty stories. What you will find is a language reference that is to the point and highly accessible. The book is packed with useful information and is a must-have for any C# programmer.
What You Will Learn
Discover what's new in C# 8 and .NET for Windows 10 programmingEmploy nullable reference types Explore the advanced async streams now available in C# 8Work with ranges and indices Apply recursive patterns to your applicationsUse switch expressions
Who This Book Is For
Those with some experience in programming, looking for a quick, handy reference. Some C# or .NET recommended but not necessary.

The Python Quick Syntax Reference

Автор: Walters Gregory
Название: The Python Quick Syntax Reference
ISBN: 1430264780 ISBN-13(EAN): 9781430264781
Издательство: Springer
Рейтинг:
Цена: 27940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The Python Quick Syntax Reference is the "go to" book that contains an easy to read and useguide to Python programming and development.

Python for Data Mining Quick Syntax Reference

Автор: Porcu Valentina
Название: Python for Data Mining Quick Syntax Reference
ISBN: 1484241126 ISBN-13(EAN): 9781484241127
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

?Learn how to use Python and its structures, how to install Python, and which tools are best suited for data analyst work. This book provides you with a handy reference and tutorial on topics ranging from basic Python concepts through to data mining, manipulating and importing datasets, and data analysis.
Python for Data Mining Quick Syntax Reference covers each concept concisely, with many illustrative examples. You'll be introduced to several data mining packages, with examples of how to use each of them.
The first part covers core Python including objects, lists, functions, modules, and error handling. The second part covers Python's most important data mining packages: NumPy and SciPy for mathematical functions and random data generation, pandas for dataframe management and data import, Matplotlib for drawing charts, and scikitlearn for machine learning.
What You'll Learn
Install Python and choose a development environmentUnderstand the basic concepts of object-oriented programmingImport, open, and edit filesReview the differences between Python 2.x and 3.xWho This Book Is For
Programmers new to Python's data mining packages or with experience in other languages, who want a quick guide to Pythonic tools and techniques.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия