gensym

prefix


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/counter))
(    2 ($push/int/byte 1))
(    4 ($add))
(    5 ($set/val 'gensym/counter))
(    7 ($drop))
(    8 ($get/val 'string->symbol))
(   10 ($get/val 'cat))
(   12 ($get/val 'prefix))
(   14 ($push/val ΓεnΣym-))
(   16 ($get/val 'gensym/counter))
(   18 ($apply 3))
(   20 ($apply 1))
(   22 ($ret))