leastfixedpoint

Archived tweet #11982 from the @leastfixedpoint Twitter Archive
@defnotbeka So a "untyped hold" in Smalltalk looks like "someReceiver someMessageNotYetImplemented", and you get dropped into a debugger (writting in Smalltalk) when execution crosses it. You can then abort or click on a "create method" button to fill the hole as the program runs.