CSC/ECE 517 Summer 2008/wiki1 3 jb
Reflection in Ruby vs. Java
This wiki will explore how reflection is implemented with both Ruby and Java, with the goal of showing which language's implementation makes it easier to write, easier to understand, and more efficient.
Contents |
1 Basics |
2 Reflection in Java |
3 Reflection in Ruby |
4 Links |
<anchor name="links">
Links on Java reflection
[[1]]