Meta
December 15, 2003 2:11 AM
Subscribe
how many levels of meta are possible, in practice? [more inside]
"going meta" means going to a higher level of abstraction - a formal way of defining "thinking outside the box".
you can go to an unlimited number of levels trivially with tricks like repeatedly asking "why?" (like a child, questioning each answer), or with "i know that you know that i know that...". but non-trivial examples only seem to go a few levels before bottoming-out. does anyone have any examples of non-trivial abstraction to more than a couple of levels?
in functional programming it's common to have higher order functions. functions that return functions are common. functions that manipulate functions that manipulate functions sometimes exist. but i don't think i've ever gone beyond that.
in philosophy, the ability to "go meta" is closely linked to consciousness (or perhaps self-consciousness) - but that only seems to require one level. dennett, in elbow room, mentions this and makes the observation that we seem to be limited in our ability to go to higher levels. he cites nietzsche, but his example (valuing values) isn't exactly mindblowing (to little ol' me, at least).
in askmeta a few threads below i posted an answer discussing how limits in maths are one level of abstraction above the normal way of thinking. taking that another level gets us to conversations like this, which discuss going meta. but what's the level above this?
if there are no good examples of deeply nested meta-abstraction then what's the source of the limit? are we simply too stupid? or is abstraction so powerful that after a few applications it includes "everything", making further use pointless?
has anyone got any good references to discussions of this problem in the literature?
posted by andrew cooke to computers & internet (15 comments total)
3 users marked this as a favorite
but even with two levels there's an infinite number of meta-ing steps.
Also have a look at functional programming and lambda calculus,
a lot of deep nesting there.
posted by fvw at 2:43 AM on December 15, 2003