unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Mike Gran" <spk121@yahoo.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: Mon, 2 Apr 2018 21:49:03 -0700	[thread overview]
Message-ID: <20180403044903.GA16127@joshua.dnsalias.com> (raw)
In-Reply-To: <87a7ulcaes.fsf@gmail.com>

On Mon, Apr 02, 2018 at 10:04:59PM -0400, Erik Edrosa wrote:
> 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?

Handwritten makefile first, then autotools if I'm going to let other
people see it.

> 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?

If it doesn't come with Fedora dnf, I build it from source and install it
in the standard directories. 

> What do you use to test your projects? srfi-64, guile-lib, or some other
> library?

Typically, I use the parallel test harness that is built into Automake
as the test runner.  Using that test runner, I write each test as its
own scheme script.  

> What text editor do you use? GNU Emacs, vim, or some other editor? What
> extensions do you use for your editor?

For Guile I use Emacs, sometimes with Geiser.

> Do you use other languages on Guile? Wisp, Lua, or some other language?

No.  But I like the idea of Wisp.

> Any other tool worth mentioning?

I do most of my debugging of guile scripts in GDB.  I also have a
structured logging library that can write to the systemd binary log,
when I want to make a lot of debugging spew and look at it later.

For some scheme scripts, I want to edit as multiple files but then
assemble them into a single file, so I use M4 to let me include
scripts in other scripts.

-Mike Gran



  parent reply	other threads:[~2018-04-03  4:49 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 [this message]
2018-04-03  7:23 ` Amirouche Boubekki
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=20180403044903.GA16127@joshua.dnsalias.com \
    --to=spk121@yahoo.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).