| © |
2000 D. Gruntz |
|
FH Aargau |
Last update:
15. September 2006
|
|
This page contains the sources of the implementation of infinite streams in Java.
Paper
Infinite Streams in Java,
PPPJ 2006, International Conference on Principles and Practices of Programming In Java, Mannheim,
August 30 - September 1, 2006.
Slides
Infinite Streams in Java (Slides of my presentation)
Sources
Infinite Streams in Java (Sources, zipped Eclipse project)
Binaries
streams.jar (binaries)
To run examples with groovy, start the groovy console with the command
groovyConsole -cp streams.jar
|
|