|
|
|
|
|
by convolvatron
1357 days ago
|
|
I feel kinda sad that macro assembly is a lost branch of the programming language tree. to me it feels pretty lisp-like in that its more of an exercise in world-building than 'a then b then c'. it also makes it alot more feasible to use all those interesting processor-specific frobs. I guess assemblers would have had to have evolved past fighting over intel vs at&t. |
|
Even C codebases can suffer this with obnoxiously clever macros, but it's rarer at least.