Pountain FORTH 2(ID:4459/pou002)from Rodriguez & Poehlman: Late binding is supported interpretively, but not for compiled code. The object stacks itself on an object stack and enables the method dictionary, in which the message is searched. Object indexing is at compile time; the generated code is comparable to native Forth except for the overhead of the object stack. Structures: Related languages
References: in SIGPLAN Notices 31(04) April 1996 view details |