From: Amirouche Boubekki <amirouche.boubekki@gmail.com>
To: Erik Edrosa <erik.edrosa@gmail.com>
Cc: Guile User <guile-user@gnu.org>
Subject: Re: What tools do you use with Guile?
Date: Tue, 03 Apr 2018 07:23:56 +0000 [thread overview]
Message-ID: <CAL7_Mo8t4CaBGHJ_Z2m5ujDcE0X1AH7UdAMPzWfj_UJrWK_xxg@mail.gmail.com> (raw)
In-Reply-To: <87a7ulcaes.fsf@gmail.com>
Le mar. 3 avr. 2018 04:05, Erik Edrosa <erik.edrosa@gmail.com> a écrit :
> Hello everyone,
>
> Something I have been wondering is what tools does the community use to
> work on their GNU Guile projects?
>
> What do you use to build your projects? Do you use autotools,
> handwritten Makefiles, some other build system, or don't even use any
> build tools?
>
I started using autotools.
> How do you manage your software written in Guile? Do you use a package
> manager like GNU Guix, use the build system to install packages, or just
> copy files to your project directories?
>
I do both. I have one project that is packaged but others I copy paste
(microkanren, streams, combinator, web stuff)
> What do you use to test your projects? srfi-64, guile-lib, or some other
> library?
>
I use small macro for small project or srfi 64 with code coverage now.
What text editor do you use? GNU Emacs, vim, or some other editor? What
> extensions do you use for your editor?
>
Emacs but I make very simple use of it. I have geiser installed mostly to
have access to scheme mode and rainbow delimiter and also bm extensions to
bookmark lines of code.
I also have silversearcher aka. ag instead of the default C-f
> Do you use other languages on Guile? Wisp, Lua, or some other language?
>
No.
> Any other tool worth mentioning?
>
I heavily rely on the REPL with the help procedure and the procedure index
manual page.
> Thanks,
> Erik (OrangeShark)
>
Have a good day!
>
next prev parent reply other threads:[~2018-04-03 7:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-03 2:04 What tools do you use with Guile? Erik Edrosa
2018-04-03 3:56 ` Arne Babenhauserheide
2018-04-03 4:49 ` Mike Gran
2018-04-03 7:23 ` Amirouche Boubekki [this message]
2018-04-03 7:57 ` Jeremy Korwin-Zmijowski
2018-04-03 8:06 ` Stefan Israelsson Tampe
2018-04-07 3:46 ` Erik Edrosa
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=CAL7_Mo8t4CaBGHJ_Z2m5ujDcE0X1AH7UdAMPzWfj_UJrWK_xxg@mail.gmail.com \
--to=amirouche.boubekki@gmail.com \
--cc=erik.edrosa@gmail.com \
--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).