On Sun, 18 Mar 2001, Yukihiro Matsumoto wrote: > In message "[ruby-talk:12778] Re: Library packaging" > on 01/03/18, Mathieu Bouchard <matju / sympatico.ca> writes: > |Offer hooks into the "require" and/or "load" commands to allow any > |packaging system to be plugged in. > Since both "load" and "require" are methods, not syntax constructs, > you can freely redefine them. If you (or anyone) succeed in pluggable > load system, let me know. Or tell me what is required to enable > effective pluggable system. Hmmm, maybe it's entirely reproducible from inside ruby, but I really don't know how to translate rb_f_require/rb_load C code... there seem to be a lot of very special things going on, with ruby_frame, ruby_scope, PUSH_TAG, PUSH_CLASS, etc. matju