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 inside
Hi,
On 22 December 2010 05:30, Hans Aberg 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
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 ext
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."