From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5b1bf401d32ba5dddc44b85bc128c95c@terzarima.net> From: Charles Forsyth Date: Mon, 3 Dec 2007 05:11:20 +0000 To: 9fans@cse.psu.edu Subject: Re: [9fans] Ruby port In-Reply-To: <6a6ede0513410d20e423e6e233df4039@yourdomain.dom> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 10df7ba4-ead3-11e9-9d60-3106f5b1d025 >ron has a hacked 8c with support for dynamic loading, he did it for >python. I recently did an APE port of python with the standard 8c. 8c and 8l support dynamic loading. (a problem with python is that up to and including 2.4.x they link together modules that declare a structure incompatibly -- different offsets for the `same' fields -- which 8l detects if set up for dynamic loading.)