Re: Multi-parameter OOP

2001-10-28 Thread Pixel
Richard Uhtenwoldt <[EMAIL PROTECTED]> writes: [...] > My reason for posting is to > bring attention to how something similar is done in the language merd, > whose designer posts here under the name pixel, and which > is actually implemented I think. not really. still coding... :) [...] > htt

Re: Multi-parameter OOP

2001-10-28 Thread Richard Uhtenwoldt
Ashley Yakeley: >I think existential types are arranged so that Haskell never needs to >store type information in them at run-time. So you'll never be able to do >dynamic OOP with them. > >One possible extension to Haskell for dynamic OOP, which I never tire of >suggesting, is the extensible data