Caleb Clausen wrote:
> To be endless in your own code, you must first require 'endless.rb',
> then load files which are written endlessly using Endless.load, rather
> than the usual plain vanilla load (or require). (Endless.require isn't
> written yet, sorry.)

Ouch. But this is a good candidate for using Polyglot. Just name
your files .rbe, and when you require 'endless', it registers that
extension with Polyglot to be used with the endless loader. Then
you can just "require 'fred'", and it will endless-load "fred.rbe".