ShopSpell

Practical Scala DSLs: Real-World Applications Using Domain Specific Languages [Paperback]

$41.99     $49.99   16% Off     (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Riti, Pierluigi
  • Author:  Riti, Pierluigi
  • ISBN-10:  1484230353
  • ISBN-10:  1484230353
  • ISBN-13:  9781484230350
  • ISBN-13:  9781484230350
  • Publisher:  Apress
  • Publisher:  Apress
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Nov-2017
  • Pub Date:  01-Nov-2017
  • SKU:  1484230353-11-SPRI
  • SKU:  1484230353-11-SPRI
  • Item ID: 102090867
  • List Price: $49.99
  • Seller: ShopSpell
  • Ships in: 5 business days
  • Transit time: Up to 5 business days
  • Delivery by: Nov 24 to Nov 26
  • Notes: Brand New Book. Order Now.

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, youll 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, youll 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.  

1. Introduction to Scala
2. Introduction to DSL
3. External DSL
4. Internal DSL
5. Creating Web API and Microservices
6. Idls)