about gensym

2013-11-15 Thread Nala Ginrut
The current default_gensym_prefix is " g" which generates a Guile specific symbol { g123} or similar. Is this intended? Thanks!

Re: include can't work

2013-11-15 Thread Daniel Llorens
> Date: Fri, 15 Nov 2013 15:40:47 +0800 > From: Nala Ginrut > I encountered a bug while trying include some file: > --cut > scheme@(guile-user)> (include "aa.scm") > While compiling expression: > ERROR: In procedure string-length: Wrong type argume

Re: Top-levels, modules, optimizability

2013-11-15 Thread Ludovic Courtès
Hi! Time has passed... taylanbayi...@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") skribis: > I propose three changes/features, the first two of which give way to > *intra*-module optimizations only (i.e. on references a module makes > to its own top-levels), and the third to inter-module optimi

Re: about gensym

2013-11-15 Thread Ludovic Courtès
Nala Ginrut skribis: > The current default_gensym_prefix is " g" which generates a Guile > specific symbol { g123} or similar. > Is this intended? Yes. Ludo’.