My favorites | Sign in
Logo
             
Search
for
Updated Jan 12, 2009 by jackokring
Objects  
A Formal Object Abstraction

Introduction

Assuming a Forth language compilier has been written. The extension of nibz to objects proceeds as follows.

It is important to distinguish between a null object which is incomplete, and a void object which is a complete empty object. This allows processing to skip void objects in sumations, etc. as x+void=x, where as x+null=null, and f(void)=void. Note that f(null)=null. The difference only occurs with functions of more than one variable.

Details

There are no further details at present. The language will be known as sixten.


Sign in to add a comment
Hosted by Google Code