case

key-form clauses


No documentation available

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'gensym))
(    2 ($apply 0))
(    4 ($det/val 'key-sym))
(    6 ($drop))
(    7 ($get/val 'list))
(    9 ($push/val 'let*))
(   11 ($get/val 'list))
(   13 ($push/val 'def))
(   15 ($get/val 'key-sym))
(   17 ($get/val 'key-form))
(   19 ($apply 3))
(   21 ($get/val 'case/clauses))
(   23 ($get/val 'key-sym))
(   25 ($get/val 'clauses))
(   27 ($apply 2))
(   29 ($apply 3))
(   31 ($ret))