From: Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
To: guile-user@gnu.org
Subject: Re: Newbie thoughts on Guile Hall + Guix
Date: Sun, 6 Feb 2022 21:34:58 +0000 [thread overview]
Message-ID: <1889502f-7ae1-206a-b725-34aad7c76709@posteo.de> (raw)
In-Reply-To: <87pmo02eus.fsf@vijaymarupudi.com>
On 2/6/22 16:29, Vijay Marupudi wrote:
> Ognen Duzlevski <maketo@sdf.org> writes:
>
>> Have you tried Racket? If you haven't - try that and you will find
>> recommending Guile to beginners to be much easier ;). On a serious note,
>> there are other schemes that have their own package managers (e.g.
>> Racket).
> I have, but I like Guile better, and want everyone to use it :) I think
> being an extension language is a very useful and important part of what
> makes Guile great.
>
>> IMHO, this learning curve is a part of learning any language. The reason
>> why every language comes with a language "specific" manager is because a
>> lot of people have tried to solve this problem and failed to find the
>> magic bullet. At some level you are relying on the language's
>> portability itself, then on the same level you are wanting to exploit
>> some of the language's specifics, then on the same level someone comes
>> along and says for some packages this approach doesn't work... ;)
> I don't think it's fair to say that using packages in Guile just as
> easy/hard as other languages. Python / Javascript make this incredibly
> easy, and their ecosystem is evidence for that success. Their package
> managers have flaws, but they have benefits too, and those benefits
> would be great for Guile.
>
> Note that I'm not saying that this package manager has to do everything
> expected of a battle-tested production package manager. Just make it
> easier for beginners to use and make packages (which will be Guix
> compatible by default). And we should not underestimate what beginners
> can do for a language. They might be new to Guile, but possess a lot of
> other traits that would be great, like domain expertise in science,
> writing skills, etc. which would be great for the ecosystem.
>
> Advanced users can use Guix or do the ./configure && make && make
> install dance.
I find using Guix to be much better than the ./configure && make && make stuff.
The reason is, that I always think: "What, if it doesn't work and I want to
clean up my system afterwards?". I can't stand it, if any remains of non-working
stuff is left on the system.
I am fine with using Guix. I like Guix. It is just that making a package is way
to hard for newcomers. I needed weeks to make one simple pure Guile package,
because I burned out trying to do it and had to have pauses in between, before I
could muster new energy to try again. That still haunts me, so that I still have
not updated my package, even though I have a newer release for months by now.
Especially the whole (in the end unnecessary) autotools stuff was exhausting.
Trying to understand what all those files do in my package. It is sort of my own
problem, because I cannot leave it alone and just be done with it. I want to
understand it. And then I dive into that rabbit hole and research decades old
cruft that was automatically added to some autotools files.
--
repositories: https://notabug.org/ZelphirKaltstahl
next prev parent reply other threads:[~2022-02-06 21:34 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-05 20:01 Newbie thoughts on Guile Hall + Guix Christine Lemmer-Webber
2022-02-05 22:15 ` Mikael Djurfeldt
2022-02-05 23:19 ` Jose Antonio Ortega Ruiz
2022-02-06 14:09 ` Ricardo Wurmus
2022-02-06 0:40 ` Christine Lemmer-Webber
2022-02-06 4:54 ` Aleix Conchillo Flaqué
2022-02-06 13:14 ` Mikael Djurfeldt
2022-02-06 14:03 ` Ricardo Wurmus
2022-02-06 14:28 ` Vijay Marupudi
2022-02-06 14:53 ` Ognen Duzlevski
2022-02-06 15:13 ` Maxime Devos
2022-02-06 15:29 ` Vijay Marupudi
2022-02-06 21:34 ` Zelphir Kaltstahl [this message]
2022-02-07 2:11 ` David Pirotte
2022-02-07 2:47 ` David Pirotte
2022-02-07 19:21 ` Zelphir Kaltstahl
2022-02-07 22:35 ` adriano
2022-02-05 22:16 ` Vivien
2022-02-06 2:53 ` Zelphir Kaltstahl
2022-02-06 16:35 ` Olivier Dion via General Guile related discussions
2022-02-06 16:44 ` Vivien Kraus
2022-02-06 22:10 ` Olivier Dion via General Guile related discussions
2022-02-06 16:55 ` Maxime Devos
2022-02-06 22:05 ` Olivier Dion via General Guile related discussions
2022-02-06 22:32 ` Maxime Devos
2022-02-06 23:00 ` Olivier Dion via General Guile related discussions
2022-02-06 21:37 ` Zelphir Kaltstahl
2022-02-06 22:12 ` Olivier Dion via General Guile related discussions
-- strict thread matches above, loose matches on Subject: below --
2022-02-06 13:40 dsmich
2022-02-08 12:19 Blake Shaw
2022-02-08 19:46 ` Chris Vine
2022-02-09 6:28 ` Catonano
2022-02-08 16:13 Blake Shaw
2022-02-09 3:23 Blake Shaw
2022-02-09 10:30 Blake Shaw
2022-02-09 14:13 ` Olivier Dion via General Guile related discussions
2022-02-09 20:05 ` Aleix Conchillo Flaqué
2022-02-09 20:28 ` Maxime Devos
2022-02-09 21:13 ` Aleix Conchillo Flaqué
2022-02-10 18:03 ` Vivien
2022-02-10 12:42 Blake Shaw
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1889502f-7ae1-206a-b725-34aad7c76709@posteo.de \
--to=zelphirkaltstahl@posteo.de \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).