Algebraic data types: Difference between revisions

m
(describe pattern matching in CL)
Line 10:
 
This is a straighforward translation of the TCL solution. I don't know red-black-trees myself but I tried mirroring the original program as closely as possible. It uses a pattern-matching library called [http://www.takeda.tk/~sthalik/stuff/toadstool-current.tar toadstool].
 
{{libheader|toadstool}}
 
<lang lisp>(mapc #'use-package '(#:toadstool #:toadstool-system))
Anonymous user