Malcolm: Usability improvements in GCC 8
Malcolm: Usability improvements in GCC 8
Posted Mar 17, 2018 14:34 UTC (Sat) by ledow (guest, #11753)In reply to: Malcolm: Usability improvements in GCC 8 by orsayman
Parent article: Malcolm: Usability improvements in GCC 8
Really? I don't think the below has any correlation whatsoever with my description.
exampleWithNumber: x
| y |
true & false not & (nil isNil) ifFalse: [self halt].
y := self size + super size.
#($a #a "a" 1 1.0)
do: [ :each |
Transcript show: (each class name);
show: ' '].
^x < y
Maybe we have "programmer-syndrome" again, like whoever originally did the error messages for gcc, where because it's technically possible to figure out what's going on that must be good enough?
