> On Oct 21, 10:06 am, marcomaggi <
mrc....@gmail.com> wrote:
>
> > If you want to try it, I have uploaded a development tarball:
Thanks for the code and I will check it later.
(my damn computer(win/mac) cannot configure
properly some of your library and I will take some Linux host.)
> it looks like the PARAMETERIZE
> from mosh allows definitions+expressions in its body, while
> the one from nmosh allows only expressions: is this for a
> reason?
It's nothing more than my simple mistake.. I've forgot to implement
it.
nmosh cannot utilize underlaying mosh macro which defined in
boot/baselib.scm.
For example, time macro is implemented in
boot/runtimes/srfi-mosh/lib.boot/mosh.nmosh.ss
I must do same for parameterize within
boot/runtimes/srfi-mosh/lib.boot/system.nmosh.ss
I will fix this soon.
> While running my compile-all script with nmosh I had to
> shut down the process because of excess memory usage:
nmosh generates much more debugging information when compared
with psyntax-mosh. And it will consume some of memory area..
I should add switches for this. (--disable-debug?)
nmosh had also reported some mysterious memory consumption. See Issue
164
http://code.google.com/p/mosh-scheme/issues/detail?id=164
I couldn't manage to reproduce that problem though.
Currently, I'm rewriting whole nmosh expander in R6RS and
current nmosh expander will be dropped soon. So, I recommend
not to do significant work for current nmosh.