↧
PackageDir
I've become spoiled with Python's module and package system. So here I give you a half baked (but mostly working) alternative package loader.The usage is pretty simple. Given a directory "MyPackage"...
View ArticleSymbol >> #numArgs
I have been working on and off for the past couple of years on a Prototype Object language (called Twain) similar to Self in my spare time. I have developed about a dozen partial implementation in...
View ArticleAccessing Succinctly
There are times when you have code that looks like this: Object subclass: MyNewClass [ | foo bar baz traz bif | foo [ ^ foo ] bar [ ^ bar ] baz [ ^ baz ] traz [ ^ traz ] bif [ ^ bif ] foo: aFoo [ foo...
View Article