14 Nov 14:45
Instatiating <class> at runtime
From: Thomas Christian Chust <chust <at> web.de>
Subject: Instatiating <class> at runtime
Newsgroups: gmane.comp.lang.dylan.gwydion.devel
Date: 2007-11-14 13:48:23 GMT
Subject: Instatiating <class> at runtime
Newsgroups: gmane.comp.lang.dylan.gwydion.devel
Date: 2007-11-14 13:48:23 GMT
Hello, Gwydion Dylan doesn't allow the programmer to instantiate <class> at runtime with the initialization arguments documented in the Dylan Reference Manual. I wonder whether there is a deeper reason for this behaviour. A quick look at d2c/runtime/dylan/class.dylan shows that most of the code required to support runtime class creation seems to be there, but commented out. The only really strange thing is the required initialization keyword #"class-bucket" for <class>, the purpose of which is unclear to me. Can someone shed more light on this issue and explain what this parameter means and why runtime class creation as described in the standard is not possible? Thank you for your help, Thomas -- -- Gd-hackers mailing list Gd-hackers <at> gwydiondylan.org https://www.opendylan.org/mailman/listinfo/gd-hackers
RSS Feed