file/test/directory

base-dir


Summary

Compile a Nujel source file into optimized object code

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 'sum))
(    2 ($get/val 'map))
(    4 ($get/val 'filter))
(    6 ($get/val 'sort))
(    8 ($get/val 'flatten))
(   10 ($get/val 'directory/read-recursive))
(   12 ($get/val 'base-dir))
(   14 ($apply 1))
(   16 ($apply 1))
(   18 ($apply 1))
(   20 ($get/val 'path/ext?!))
(   22 ($push/val nuj))
(   24 ($apply 1))
(   26 ($apply 2))
(   28 ($push/val 'anonymous))
(   30 ($push/val (path)))
(   32 ($push/val #@()))
(   34 ($push/val #{##(file/test/module path base-dir)
0E000E010E02040201
}))
(   36 ($fn/dynamic))
(   37 ($apply 2))
(   39 ($apply 1))
(   41 ($ret))