Skip to content

aegwenia/jik/generics-methods

Frontier Unlock 390 Ideal 405 CC0 1.0

Type-first generic dispatch

Declare generics, add/replace methods, dispatch by value category or object ancestry, and use the fixed 16-slot cache.

Acquire to open

Theory, examples, assessment, and private test answers stay inside the acquired repository copy.

Log in to acquire

Public source

Released under CC0 by the five-year publication rule.

(begin (#define-generic (describe x)) (#define-method (describe (#integer x)) (#+ x 1)) (describe 41))