I have no interest into implementing Smalltalk at C side , neither my purpose is education, quite the contrary I try to find way to utilize Pharo the best way possible without compromising on performance
��
Assembly is hard, just compare its hello world with the hello world of other progamming languages. Its just insane.
The thing is that because we started on early , we experienced assembly when it used to be fairly simple. I started with an Amstrad CPC 6128 with 128 kb of ram and 4 mhz CPU, it uses Z80 assembly which is fairly simple even when compared to Pharo.
Modern Assembly however have grown on complexity because it depend on the complexity of the hardware. Personally I don even like to call it a programming language , just beautified machine code.
I agree though Assembly is a lot of fun and a great source of knowledge.��