[<<][staapl][>>][..]Thu Jan 31 13:54:43 CET 2008
the 'load' symbol in this doesn't want to work. if i replace it with a
different name, it does.. what's that about?
(@syntax-case
stream tail (load-ss load)
;; Inline forth file
((load name)
(begin
(printf "load\n")
(@append (@flatten (f->atoms (stx->string #'name)))
(@flatten tail))))
....
[Reply][About][<<][staapl][>>][..]