memoizing interpreter

2005-12-30 Thread Leonardo Lopes Pereira
I read that guile is a "memoizing interpreter", what that means? ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user

Re: C structures

2005-12-30 Thread Leonardo Lopes Pereira
ion from guile. The problem is that this function has a struct as an arg and this struct has variable members. So, I need to create a list on scheme/guile and convert it to a C struct that will be used as an arg to that function. > > -- > Mike Gran > > --- Leonardo Lopes Perei

C structures

2005-12-30 Thread Leonardo Lopes Pereira
I would like to know if is there any way to convert C structs to any type of Guile data. ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user

JIT compiler

2005-12-29 Thread Leonardo Lopes Pereira
I would like to know if there is any Just-in-time compiler related resourse on Guile. ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user