Matt Wette writes:
Hi All,
I posed a question on #guile IRC last weekend asking for use
cases for making
Guile
multi-lingual. The use case that came up was the desire to use
Guile as an
extension
that supports multiple languages for users. To that end, I
wonder how important
it is
to ma
William ML Leslie writes:
It's already a thing.
https://www.gnu.org/software/guile/manual/html_node/Other-Languages.html
There are some other user-supplied languages installable as
packages,
such as the delightful Wisp and guile-log
Learn something new about the wonderful Guile, everyday.
Bruce Korb writes:
$ ./configure
.
checking for libltdl... no
configure: error: GNU libltdl (Libtool) not found, see README.
$ type libtool
bash: type: libtool: not found
$ sudo apt install libtool
Reading package lists... Done
Building dependency tree
Reading state information... D
Matt Wette writes:>
I think you want `sudo apt install libltdl-dev'
I believe
1) libtool is a script generated in the guile-X.Y.Z top
directory as a product
of configure.
2) The command `apt install libtool-devel' provides the command
libtoolize.
Bruce,
Was Matt's response sufficient to s
about getting the code
moved to https://sr.ht/ or some other repository hosting solution.
Best,
Brett Gilio
fast to understand many basic guile concepts with ease.
I appreciate your work, and I wish you the best here.
Best,
Brett Gilio
are/guile-studio.git
>
> To install it try this:
>
> git clone https://git.elephly.net/software/guile-studio.git
> cd guile-studio
> guix package -L guix -i guile-studio
>
> Run “guile-studio” to start it.
>
> I would appreciate contributions!
Hi Ricardo,
How do you prefer to receive changes?
Brett Gilio
Andy Wingo writes:
> We are pleased to announce GNU Guile release 2.9.6. This is the sixth
> pre-release of what will eventually become the 3.0 release series.
Great work Andy and everybody! Seriously, this release is going to be awesome!
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/
Ludovic Courtès writes:
> Hello!
>
> What about getting rid of the locale warning, as shown below?
>
> More generally, I'm in favor of reducing run-time warnings to a bare
> minimum, because application users often don’t care about them (plus
> they’re not i18n’d), and because application develop