Re: Order of execution in quasiquote lists (again)

2006-01-07 Thread Kjetil S. Matheussen
Han-Wen Nienhuys: Hi, I'm still confused and irritated that the order of execution in quasiquote lists are not (in my opinion) proper. I wrote about this to this list some time ago, and got the expected answer that the scheme standard does not specify the order. However, there is nothing wrong

MMCI 1.0.0 available

2006-01-07 Thread Thien-Thi Nguyen
release notes: directory mtime restoration requires another tree walk, sigh. on the bright side, 1.0.0 finally achieved! thi README excerpt: This directory contains MMCI (multi-method check-in), a program that abstracts the "cvs add" procedure to also handle RCS files and Emacs-styl

Re: Smobs & garbage collecting

2006-01-07 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > [EMAIL PROTECTED] (Han-Wen Nienhuys) writes: > >> There was a memory leak in the display routines, which was recently >> fixed in the CVS branch. > > It's here: > http://lists.gnu.org/archive/html/guile-devel/2005-11/msg00021.html . > You seem

Re: JIT compiler

2006-01-07 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Neil Jerram <[EMAIL PROTECTED]> writes: > >> There have also been a few attempts at a Guile VM, and compiling for >> the VM, in case that is of interest to you. > > Indeed, I'm still slowly trying to revive Guile-VM, written by > Keishude Nishida 5

Re: Guile for Maemo / Nokia 770

2006-01-07 Thread Neil Jerram
Zeeshan Ali <[EMAIL PROTECTED]> writes: >GMP? What is that? :) The GNU multiprecision arithmetic library, which is a dependency of Guile 1.7/CVS. > I don't rememeber needing to install anything other than what was > already installed by sb/maemo but it was a few months ago and i can > be wro

Re: problem with drawing triangle:(Unbound-variable)

2006-01-07 Thread R. Mattes
On Sat, 2006-01-07 at 14:17 -0500, Julian Graham wrote: > It looks like you're trying to do some kind of graphics programming > with Guile but don't have the right libraries loaded > ("filled-triangle" is not, to the best of my knowledge, part of R5RS). > Perhaps you're missing a use-modules expre

Re: problem with drawing triangle:(Unbound-variable)

2006-01-07 Thread Julian Graham
It looks like you're trying to do some kind of graphics programming with Guile but don't have the right libraries loaded ("filled-triangle" is not, to the best of my knowledge, part of R5RS). Perhaps you're missing a use-modules expression? It would be helpful to know more about what you're tryin

problem with drawing triangle:(Unbound-variable)

2006-01-07 Thread Huazhong Wang
Hi, I am learning guile and scheme. I want to draw a triangle, but the machine always responsed me a warning. see below guile>(define test-bb(filled-triangle 0 1 0 -1 1 -1)) standard input:10:4: In expession (filled-triangle 0 1 ...): standard input:10:4: Unbound variable: filled-triangle

Re: Order of execution in quasiquote lists (again)

2006-01-07 Thread Jon Wilson
> I think it is wise not to change this. If GUILE starts specifying a > certain execution order, people will rely on this order, which will > guarantees that their code will break on other Schemes. So lets hack into the main scheme servers and change R5RS to match! I kid, I kid... Regards, Jon

Guile for Maemo / Nokia 770

2006-01-07 Thread Zeeshan Ali
Hey! > For core Guile no, I guess not. But I would personally like a > Hildon-enhanced guile-gnome as well, so that I can play with writing > small graphical apps. I think this means adding defs for the Hildon > API to the existing gtk/gnome defs, and then rebuilding guile-gnome. Oh! guile-g

Re: guile-debugging: how to access source properties from trap context

2006-01-07 Thread Holger Blasum
Hello Neil, On 01-03, Neil Jerram wrote: > Holger Blasum <[EMAIL PROTECTED]> writes: > Perhaps it would make sense for the debugger to show the source > position automatically on each step? What do you think? At least gdb, pydb (python) and ocamldebug (ocd) do this. But any verbosity trade-offs

Re: Guile for Maemo / Nokia 770

2006-01-07 Thread Neil Jerram
Zeeshan Ali <[EMAIL PROTECTED]> writes: > Hello, > > On 1/7/06, Neil Jerram <[EMAIL PROTECTED]> wrote: >> Is anyone else interested in this, or even already working on it? > > Yes! i am interested. But is there anything that needs to be done > for it? For core Guile no, I guess not. But I wo

Re: Guile for Maemo / Nokia 770

2006-01-07 Thread Zeeshan Ali
Hello, On 1/7/06, Neil Jerram <[EMAIL PROTECTED]> wrote: > Is anyone else interested in this, or even already working on it? Yes! i am interested. But is there anything that needs to be done for it? I mean i was able to build/run guile without any problems in scratchbox/maemo env. Would you w

Guile for Maemo / Nokia 770

2006-01-07 Thread Neil Jerram
Is anyone else interested in this, or even already working on it? Neil ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user

Another load path idea

2006-01-07 Thread Neil Jerram
There has not been a resounding consensus for any of the proposals discussed so far, so here is another possibility. The basic idea behind all of the previous proposals was to create some kind of config when a package was installed, such that other Guile code would be able to find that package aut

Re: Modified load-path proposal

2006-01-07 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Neil Jerram <[EMAIL PROTECTED]> writes: > >> How so? Given that you're about to do a (use-modules (whatnot)), I >> can't see that also doing (initialize-packages "whatnot") will make a >> significant difference. > > Because people haven't been doing s