Hi all!
I have written a vector library, similar to the C++ STL vector<>
library. I want to wrap it to use with Guile. Yes, I know that there
are already components with similar functionality in Guile itself, as
for instance the uniform arrays, and homogeneous vectors
(SRFI-4). However I need them
I want to use let-keywords, however it bothers to me the fact that the
rest arguments keeps the keyword arguments, so that I have to write
code to eliminate them. I read that this is for comptability with
Common Lisp. Is there an easy way to get the rest arguments _without_
the keyword arguments?
>>>>> On Thu, 19 May 2005 02:31:17 -0400,
>>>>> Thien-Thi Nguyen <[EMAIL PROTECTED]> said:
>On Tue, 2005-05-17 at 21:07 -0500, Mario Storti wrote:
>> Is there an easy way to get the rest arguments _without_
>> the keyword arguments
Hi all,
I started playing with SXML (the (axml transform) and (sxml xpath)
modules in guile-lib).
As an example, I proposed myself to write a simple
application to generate a bibliography list in LaTeX, with a certain
format, from a database written in SXML. For instance I have
(define data-base
> On Tue, 28 Nov 2006 13:52:30 -0500 (EST),
> Alexander Shirokov <[EMAIL PROTECTED]> said:
> I would like to embed guile interpreter into my application - a
> parallel program using MPI (message passing interface) and operating
> massive data and computations. I would like that prog
> On Tue, 9 Jan 2007 00:24:38 -0500 (EST),
> Alexander Shirokov <[EMAIL PROTECTED]> said:
> Hi Mario,
> thanks for your reply!
> It looks like I will probbaly have to try
> to do it on my own. I would be interested to see
> an example on how you wrapped an MPI_Bcast function
> and MP
> On Sat, 24 Feb 2007 12:02:05 +0100,
> [EMAIL PROTECTED] (Ludovic Courtès) said:
> Hello,
> Version 0.3 of Guile-Reader for Guile 1.8.x is now available:
...
I'm interested in the package for use of SRFI-30 block comments. I
tried some variations of
(receive (l1 l2)
(alterna