with-string-port

name body


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 ($push/val 'let))
(    2 ($get/val 'name))
(    4 ($push/val 'make-string-output-port))
(    6 ($push/nil))
(    7 ($cons))
(    8 ($push/nil))
(    9 ($cons))
(   10 ($cons))
(   11 ($push/nil))
(   12 ($cons))
(   13 ($get/val 'append))
(   15 ($get/val 'body))
(   17 ($get/val 'name))
(   19 ($push/val 'quote))
(   21 ($push/val 'return-string))
(   23 ($push/nil))
(   24 ($cons))
(   25 ($cons))
(   26 ($push/nil))
(   27 ($cons))
(   28 ($cons))
(   29 ($push/nil))
(   30 ($cons))
(   31 ($apply 2))
(   33 ($cons))
(   34 ($cons))
(   35 ($ret))