ShopSpell

Domain-Specific Languages in R: Advanced Statistical Programming [Paperback]

$20.99     $27.99   25% Off     (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Mailund, Thomas
  • Author:  Mailund, Thomas
  • ISBN-10:  1484235878
  • ISBN-10:  1484235878
  • ISBN-13:  9781484235874
  • ISBN-13:  9781484235874
  • Publisher:  Apress
  • Publisher:  Apress
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Nov-2018
  • Pub Date:  01-Nov-2018
  • SKU:  1484235878-11-SPRI
  • SKU:  1484235878-11-SPRI
  • Item ID: 101698650
  • List Price: $27.99
  • Seller: ShopSpell
  • Ships in: 5 business days
  • Transit time: Up to 5 business days
  • Delivery by: Nov 30 to Dec 02
  • Notes: Brand New Book. Order Now.

Gain an accelerated introduction to domain-specific languages in R, including coverage of regular expressions. This compact, in-depth book shows you how DSLs are programming languages specialized for a particular purpose, as opposed to general purpose programming languages. Along the way, youll learn to specify tasks you want to do in a precise way and achieve programming goals within a domain-specific context. 

Domain-Specific Languages in R includes examples of DSLs including large data sets or matrix multiplication; pattern matching DSLs for application in computer vision; and DSLs for continuous time Markov chains and their applications in data science. After reading and using this book, youll understand how to write DSLs in R and have skills you can extrapolate to other programming languages.

What You'll Learn

  • Program with domain-specific languages using R
  • Discover the components of DSLs
  • Carry out large matrix expressions and multiplications 
  • Implement metaprogramming with DSLs
  • Parse and manipulate expressions 

Who This Book Is For

Those with prior programming experience. R knowledge is helpful but not required.  



1: Introduction

2: Matrix Expressions

3: Components of a Programming Language

4: Functions, Classes, and Operators

5: Parsing and Manipulating Expressions

6: Lambda Expressions

7: Environments and Expressions