Concatenative topics
Concatenative meta
Other languages
Meta
A generic approach to handle generic methods, aka polymorphic calls, aka dynamic binding.
First, we can conceptually divide this operation into three primitive operations:
This a simple way to generalize single dispatch, subjective dispatch, multiple dispatch and predicate dispatch.
Examples:
[ drop drop class ][ [ class ] tri@ ][ access get ][ 0 > ]This revision created on Wed, 22 Oct 2008 02:29:53 by prunedtree