[Vm-beginners] Learning Slang

Bert Freudenberg bert at freudenbergs.de
Thu Feb 2 22:32:31 UTC 2012


Well, Slang is really just C in Smalltalk's clothing. The best way to learn it IMHO is to just write something (taking cues from other plugins) and look at the generated source code.

Besides that you will need to learn about the VM internals, mostly how objects are represented as bits, but that is not directly related to learning Slang itself.

- Bert -



More information about the VM-beginners mailing list