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

Scala for Java Developers, Toby Weston


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

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

Автор: Toby Weston
Название:  Scala for Java Developers
ISBN: 9781484231074
Издательство: Springer
Классификация:
ISBN-10: 1484231074
Обложка/Формат: Paperback
Страницы: 210
Вес: 0.48 кг.
Дата издания: 15.12.2017
Язык: English
Издание: 1st ed.
Иллюстрации: 13 illustrations, color; 13 illustrations, black and white; xxi, 245 p. 26 illus., 13 illus. in color.
Размер: 183 x 253 x 19
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: A practical primer for java developers
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:

Master the fundamentals of Scala and understand its emphasis on functional programming that sets it apart from Java. This book will help you translate what you already know in Java to Scala to start your functional programming journey. Learn Scala is split into four parts: a tour of Scala, a comparison between Java and Scala, Scala-specific features and functional programming idioms, and finally a discussion about adopting Scala in existing Java teams and legacy projects.

After reading and using this tutorial, youll come away with the skills in Scala to kick-start your productivity with this growing popular language.


What Youll Learn

  • Tour Scala and learn the basic syntax, constructs, and how to use the REPL
  • Translate Java syntax that you already know into Scala
  • Learn what Scala offers over and above Java
  • Become familiar with functional programming concepts and idioms
  • Gain tips and advice useful when transitioning existing Java projects to Scala

Who This Book Is For

Java developers looking to transition to Scala. No prior experience necessary in Scala.



Introduction to the Art of Programming Using Scala

Автор: Lewis
Название: Introduction to the Art of Programming Using Scala
ISBN: 1439896666 ISBN-13(EAN): 9781439896662
Издательство: Taylor&Francis
Рейтинг:
Цена: 84710.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With its flexibility for programming both small and large projects, Scala is an ideal language for teaching beginning programming. Yet there are no textbooks on Scala currently available for the CS1/CS2 levels. Introduction to the Art of Programming Using Scala presents many concepts from CS1 and CS2 using a modern, JVM-based language that works well for both programming in the small and programming in the large. The book progresses from true programming in the small to more significant projects later, leveraging the full benefits of object orientation. It first focuses on fundamental problem solving and programming in the small using the REPL and scripting environments. It covers basic logic and problem decomposition and explains how to use GUIs and graphics in programs. The text then illustrates the benefits of object-oriented design and presents a large collection of basic data structures showing different implementations of key ADTs along with more atypical data structures. It also introduces multithreading and networking to provide further motivating examples. By using Scala as the language for both CS1 and CS2 topics, this textbook gives students an easy entry into programming small projects as well as a firm foundation for taking on larger-scale projects. Many student and instructor resources are available at www.programmingusingscala.net

Practical Scala DSLs

Автор: Pierluigi Riti
Название: Practical Scala DSLs
ISBN: 1484230353 ISBN-13(EAN): 9781484230350
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Build domain specific languages (DSLs) using Java's most popular functional programming language: Scala. This book introduces the basics of Scala and DSLs using a series of practical examples. In Practical Scala DSLs, you'll learn to create pragmatic and complete code examples that explain the actual use of DSLs with Scala: a web API and microservices; a custom language; a mobile app; a Forex system; a game; and cloud applications.
At the end of this unique book, you'll be able to describe the differences between external and internal DSLs; understand when and how to apply DSLs; create DSLs using Scala; and even create a DSL using another programming language.
What You'll Learn

  • Build DSLs in Scala
  • Write a web API and microservices
  • Create a custom language
  • Apply DSLs to mobile apps development, a Forex trading system, game development, and more
  • Discover the role of DSLs in cloud development
  • Integrate DSLs as part of a DevOps program or structure
  • Build internal and external DSLs

Who This Book Is For
Experienced Java coders with at least some prior experience with Scala. You may be new to DSLs.

Programming with Scala

Автор: Bhim P. Upadhyaya
Название: Programming with Scala
ISBN: 3319693670 ISBN-13(EAN): 9783319693675
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

This reader-friendly textbook presents a concise and easy to follow introduction to Scala. Scala is an ideal first programming language, which permits programming in multiple paradigms, and enables developers to be more productive with modern computing infrastructures such as distributed environments.

Topics and features: provides review questions and problem-solving exercises (with solutions) in each chapter, inspired by real-world applications; addresses each topic in a self-contained manner, highlighting how Scala can be evolved and grown according to the developer's needs; presents examples from a broad range of different application domains, including consumer electronics, online payment, retail, vehicle manufacturing, and healthcare; encourages an innovation-oriented mind-set, and the development of practical, saleable skills; draws from the author's extensive experience in industrial software development, academic research, and university teaching.

This accessible and hands-on guide will embolden professional software engineers to make the switch to Scala. Instructors teaching introductory programming courses will also find this textbook popular among their students.


Scala Design Patterns

Автор: John Hunt
Название: Scala Design Patterns
ISBN: 3319349724 ISBN-13(EAN): 9783319349725
Издательство: Springer
Рейтинг:
Цена: 79190.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Explaining how to achieve code reuse in Scala, this review of the exciting new programming language includes numerous code examples. It explores functional design patterns and considers how these can be interpreted in Scala`s uniquely hybrid style.

The Post-Historical Middle Ages

Автор: E. Scala
Название: The Post-Historical Middle Ages
ISBN: 1349374628 ISBN-13(EAN): 9781349374625
Издательство: Springer
Рейтинг:
Цена: 81050.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This collection of original essays repositions medieval literary studies after an era of historicism. By defining our post-historical moment in medieval English literary studies in terms of new possibilities, this collection will have broad appeal to those interested in the English Middle Ages, history, culture, and reading itself.

Networks of Networks: The Last Frontier of Complexity

Автор: Gregorio D`Agostino; Antonio Scala
Название: Networks of Networks: The Last Frontier of Complexity
ISBN: 3319374923 ISBN-13(EAN): 9783319374925
Издательство: Springer
Рейтинг:
Цена: 104480.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book surveys the exciting new field of Networks of Networks, covering General Theory, Phenomenology, Applications and Risk Assessment. The authors show how the general paradigm applies in fields ranging from physiology to financial risk to transportation.

From Smart Grids to Smart Cities: New Challenges in Optimizing Energy Grids

Автор: Massimo La Scala, Sergio Bruno, Carlo Alberto Nucci, S. Lamonaca, U. Stecchi
Название: From Smart Grids to Smart Cities: New Challenges in Optimizing Energy Grids
ISBN: 1848217498 ISBN-13(EAN): 9781848217492
Издательство: Wiley
Рейтинг:
Цена: 146730.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book addresses different algorithms and applications based on the theory of multiobjective goal attainment optimization.


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