Marc Chantreux writes:
> * it would be cool to have λ as an alias to lambda in guile so
> we could be able to write
>
> (λ (x) (* x x))
Did you try it?
(spoiler: that’s what I’ve been using for years :-) )
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein
ohne es zu merken
On Sun, Jan 26, 2020 at 12:02 PM sirgazil wrote:
https://multimedialib.files.wordpress.com/2020/01/guile-logo-proposal-2020-01-24.png
>
> Personally, I like the one with the single lambda.
>
>
> What do you think?
>
As I mentioned on IRC, my favorites are the 3rd row on the left (red
lambda, whi
On Sun, 26 Jan 2020 14:14:59 -0500 Marc Chantreux wrote
> hello,
>
> > It's been a while since I designed the current Guile logo.
>
> my perspective as newcomer:
>
> * the current logo is splendid
> * i feel it fits better with the visual identity of the language
>
> > Wh
hello,
> It's been a while since I designed the current Guile logo.
my perspective as newcomer:
* the current logo is splendid
* i feel it fits better with the visual identity of the language
> What do you think?
* amazing! but nothing compares to the current one :)
* it would be cool to have
Hi,
It's been a while since I designed the current Guile logo. This logo has what I
called retracted and expanded forms. The former is the G in parenthesis, and
the latter is the one in the website header bar.
I'm fine with the retracted form, I actually like it, but everytime I see the
expand
On Sat, 25 Jan 2020 21:55:15 -0500 Mike Gran wrote
> On behalf of the Guile-GI team, I am pleased to announce the release
> of Guile-GI v0.2.2.
>
> guile-gi is a library that autogenerates GNU Guile bindings for
> GObject libraries that provide typelib files. GObject is a standar
Sorry for the late reply.
Initially, the executable `meta/guile` was generated, but my custom
configuration `~/.guile` was interfering with its initialization, so I deleted
my config file and ran `make clean && make` again.
In my second attempt with the config file deleted, makefile reported t
Hi Guile Users!
I am experimenting with guile-fibers and hit some behavior that seems weird.
Have a spawn-fiber call in a run-fibers call inside a
call-with-new-thread, to spawn and run fibers without blocking the whole
execution of the program. The code is probably very similar to
amirouche's ba