Domain-Specific Languages in R: Advanced Statistical Programming
Autor Thomas Mailunden Limba Engleză Paperback – 24 iun 2018
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, you’ll 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, you’ll understand how to write DSLs in R and have skills you can extrapolate to other programming languages.
What You'll Learn
Who This Book Is For
Those with prior programming experience. R knowledge is helpful but not required.
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, you’ll 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.
Preț: 128.08 lei
Preț vechi: 160.10 lei
-20% Nou
Puncte Express: 192
Preț estimativ în valută:
24.51€ • 25.59$ • 20.28£
24.51€ • 25.59$ • 20.28£
Carte disponibilă
Livrare economică 15-29 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484235874
ISBN-10: 1484235878
Pagini: 100
Ilustrații: IX, 257 p. 10 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.38 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484235878
Pagini: 100
Ilustrații: IX, 257 p. 10 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.38 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.- 8.Tidy evaluation.- 9.List comprehension.- 10.Continuous-Time Markov chains.- 11.Pattern matching.- 12. Dynamic programming.- 13.Conclusion.
Notă biografică
Thomas Mailund is an associate professor in bioinformatics at Aarhus University, Denmark. He has a background in math and computer science. For the last decade, his main focus has been on genetics and evolutionary studies, particularly comparative genomics, speciation, and gene flow between emerging species. He has published Beginning Data Science in R, Functional Programming in R and Metaprogramming in R with Apress as well as other books.
Textul de pe ultima copertă
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, you’ll 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, you’ll understand how to write DSLs in R and have skills you can extrapolate to other programming languages.
You will:
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, you’ll understand how to write DSLs in R and have skills you can extrapolate to other programming languages.
You will:
- 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
Caracteristici
Learn to program with domain-specific languages using R Carry out large matrix expressions and multiplications Implement metaprogramming with DSLs