Overview
Explore the integration of R programming language within Java in this 42-minute conference talk by Jan Vitek. Delve into the history, significance, and key features of R, including its vector language, statistical capabilities, and unique reference system. Examine the motivations behind combining R with Java, focusing on performance improvements and memory allocation. Discover the implementation approach, benchmarks, and specialized techniques such as Abstract Syntax Tree Interpretation. Learn about data types, views, and practical examples that showcase the potential of this integration. Gain valuable insights into the synergy between R and Java for enhanced statistical computing and data analysis.
Syllabus
Introduction
Why R
What is R
History of R
Summary of R
Why bother
Performance
Memory Allocation
Bioconductor
Takeaway
R Vector Language
assert
programs
assignment laziness
statistical languages
referential transparency
unique references
copy
super assignment
sideeffects
object systems
memory hog
Java
Why Java
Rough approach
Benchmarks
Abstract Syntax Tree Interpreter
Specialization
Code
Data Types
Views
Delight
Examples
Conclusion
Taught by
Java