Tuesday, 2 September 2008

Progress report #2 (or 3? 4?)

Not much have happened since the last post. I got no comments, and while some people have joined #topaz, no-one have actually said something. The reason for the standstill is that I'm not sure of the best way to "bundle" instances to functions (currently it's grabbing the function from the top of the stack and the instance from the second-to-top spot. This means that you run arbitrary functions).

Here is an incomplete todo list:

  • Method calls
  • Access specification (public, protected, private)
  • Exceptions
  • Instantiation
  • Inheritance
  • A way to store and transfer data