assembly. Is it just trollin' for /prog/, or do you actually perform your general-purpose programming in assembly? Is it really feasible to be a productive programmer by using just ASM?
Name:
Anonymous2014-11-21 1:40
>>34 Read only access to sequential data can be made to look like list access, but you run into problems when you start consing. The problems aren't unsolvable, however, just a little challenging.