Re: request review: branch wingo

2009-04-03 Thread Andy Wingo
Howdy, On Wed 01 Apr 2009 15:23, Neil Jerram n...@ossau.uklinux.net writes: l...@gnu.org (Ludovic Courtès) writes: I have no objection to that. We still want to support existing scripts, of course - but I assume that's why you said mark as deprecated and not remove. :-) I agree :) We can

Re: stack calibration

2009-04-03 Thread Andy Wingo
Hi Neil, On Tue 31 Mar 2009 15:47, Neil Jerram n...@ossau.uklinux.net writes: Andy Wingo wi...@pobox.com writes: #!/usr/bin/env guile -e but we all know the problem with that. Only one argument being portably supported? (I _think_ that's the problem, but I'm not so sure that I

Re: master build failure on netbsd

2009-04-03 Thread Andy Wingo
Hi, On Thu 02 Apr 2009 05:05, Greg Troxel g...@ir.bbn.com writes: debug.c: In function 'init_stack_limit': debug.c:532: warning: comparison is always false due to limited range of data type debug.c:535: warning: comparison is always false due to limited range of data type I pushed a patch

Re: GSoC: Emacs Lisp support for GNU Guile

2009-04-03 Thread Chong Yidong
Andy Wingo wi...@pobox.com writes: On Wed 01 Apr 2009 06:31, Stefan Monnier monn...@iro.umontreal.ca writes: (defun append (l1 l2) (declare (type _∷_ ↓ x ⊛ sequence Γ)) Another tack would be something like Typed Scheme, from the PLT folks. I assume you've seen it? It makes