Functional language syntax

2010-12-22 Thread Hans Aberg
I have put up the source code of the standard functional language syntax program on top of Guile mentioned in earlier posts. One can see that Guile already has a combined imperative/functional syntax, but to go further, it would need to be extended. Take down the file guile++.tar.bz2

Re: Functional language syntax

2010-12-22 Thread Linas Vepstas
Hi, On 22 December 2010 05:30, Hans Aberg haber...@telia.com wrote: I have put up the source code of the standard functional language syntax program on top of Guile mentioned in earlier posts. One can see that Guile already has a combined imperative/functional syntax, but to go further, it

Re: Functional language syntax

2010-12-22 Thread Hans Aberg
On 22 Dec 2010, at 22:12, Linas Vepstas wrote: I have put up the source code of the standard functional language syntax program on top of Guile mentioned in earlier posts. One can see that Guile already has a combined imperative/functional syntax, but to go further, it would need to be

ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-22 Thread Whitlock, Bradley D
I build readline-6.1 and gmp-4.3.2 under MinGW on XP and I have guile up and running but I cannot get readline module to load: $ guile guile (use-modules (ice-9 readline)) ERROR: In procedure dynamic-link: ERROR: file: libguilereadline-v-17, message: The specified module could not be found.