Patch for system-error-printer

2012-08-09 Thread Krister Svanlund
Hi, I wrote a patch for the exception printers for printing one kind of system-error exceptions. I'm not sure this is the only format that's needed but I found the current default printer very annoying for this particular kind of exception. The patch is attached. Yours, Krister Svanlund guile

Patch for printing of system-error exceptions

2012-07-28 Thread Krister Svanlund
Wrote a really small patch for proper printing of system-error exceptions. I'm fairly certain it should work for most cases where it is thrown by guile. The patch is attached guile-system-error-printer.patch Description: Binary data

Re: Running non-scheme scripts: some thoughts

2012-07-11 Thread Krister Svanlund
Personally I would think that having Guile guess by extension would be the, in most cases, most reliable. Otherwise there could be problems loading several files in different languages etc. I would think that one of the best solution would be to have a switch to execute arbitrary commands such as

Re: [PATCH] object-string should return obj immediately while obj is a string

2012-07-03 Thread Krister Svanlund
Shouldn't the function return a string representing the object.rather than the object itself, even for a string. It should be up to your application to handle if it's a string imho. On Jul 3, 2012 2:42 PM, Nala Ginrut nalagin...@gmail.com wrote: hi guys! I realized that our object-string will

Re: Growable arrays?

2012-06-09 Thread Krister Svanlund
a pretty efficient growable vector for scheme. // Krister Svanlund

Making every goops object applicable

2012-05-14 Thread Krister Svanlund
behind this rather than just having all classes that has the slot 'procedure be applicable? Yours, Krister Svanlund

Fwd: Making every goops object applicable

2012-05-14 Thread Krister Svanlund
-- Forwarded message -- From: Krister Svanlund krister.svanl...@gmail.com Date: Tue, May 15, 2012 at 2:45 AM Subject: Re: Making every goops object applicable To: Mark H Weaver m...@netris.org On Tue, May 15, 2012 at 12:16 AM, Mark H Weaver m...@netris.org wrote: Krister

Re: GNU Guile PEG-parser

2012-02-08 Thread Krister Svanlund
useful. I hope you or the guile-devel list can be of help. Yors, Krister Svanlund On Wed, Feb 8, 2012 at 1:47 AM, Noah Lavine noah.b.lav...@gmail.com wrote: Hello, Thanks for emailing! I suppose I am the one to talk to, since I was the last one to work on it. I didn't make the PEG parsing