▲ | mananaysiempre 8 days ago | |
Oh, that’s an interesting take. I’ve long been looking for newer developments on Awk’s clause structure, and this seems like an interesting take (though I’m unclear on whether I can have multiple begin/end clauses, which are the best thing about Awk’s version). It also finally connects this idea to something else in my mind—specifically advice[1] and CLOS’s :before/:after/:around methods[2]. (I guess Go’s defer also counts?) [1] https://en.wikipedia.org/wiki/Advice_(programming) [2] https://gigamonkeys.com/book/object-reorientation-generic-fu... | ||
▲ | mdaniel 8 days ago | parent [-] | |
It seems not: Given:
Then
|