[Haskell-cafe] Re: Wikipedia on first-class object

Jonathan Cast jonathanccast at fastmail.fm
Sat Dec 29 14:49:16 EST 2007


On 29 Dec 2007, at 5:01 AM, Cristian Baboi wrote:

> On Sat, 29 Dec 2007 02:08:14 +0200, Jonathan Cast  
> <jonathanccast at fastmail.fm> wrote:
>
>>>
>>> How can one make portable dynamic libraries then ?
>
>> If by portable you mean, works on /both/ OSs, then GHC-specific  
>> should be portable enough for you...
>
> By portable I mean: works on the same machine, with the same OS,  
> but with different Haskell implementation.

Ah, you can't.  But, again, what are you trying to do?  Re-compiling  
your software for each implementation seems like a perfectly  
reasonable thing to do, given the differences between them.

jcc



More information about the Haskell-Cafe mailing list