Re: multi-lingual guile: language strictness

2018-07-14 Thread Brett Gilio
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

Re: multi-lingual guile: language strictness

2018-07-14 Thread Brett Gilio
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.

Re: Why is Guile unable to find libtool?

2018-07-26 Thread Brett Gilio
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

Re: Why is Guile unable to find libtool?

2018-07-26 Thread Brett Gilio
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

status of guile-present

2019-02-07 Thread Brett Gilio
about getting the code moved to https://sr.ht/ or some other repository hosting solution. Best, Brett Gilio

guile-picture-language

2019-02-11 Thread 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

Re: guile-picture-language

2019-02-18 Thread 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

Re: GNU Guile 2.9.6 Released [beta]

2019-12-06 Thread 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/

Re: Removing the locale warning?

2019-12-14 Thread Brett Gilio
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