unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Catonano <catonano@gmail.com>
To: guile-devel <guile-devel@gnu.org>
Subject: [PATCH] mentioning Guile Hall
Date: Mon, 25 May 2020 12:04:14 +0200	[thread overview]
Message-ID: <CAJ98PDx04Gsr0-5Uz5Vh4QKh5jfnCNOV1upwZePpv5vHAHWsVA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]

Hello,

this patch is adding a mention of Guile Hall to the Guile manual

This mention was suggested by Ludo here:
https://lists.gnu.org/archive/html/guile-user/2018-07/msg00002.html

and it has been recently discussed in this thread:
https://lists.gnu.org/archive/html/guile-user/2020-05/msg00094.html

[-- Attachment #1.2: Type: text/html, Size: 592 bytes --]

[-- Attachment #2: 0001-doc-mentioning-Guile-Hall.patch --]
[-- Type: text/x-patch, Size: 1785 bytes --]

From 0a463e8c0c66d2ccedcabfb49b21a90899001af2 Mon Sep 17 00:00:00 2001
From: Adriano Peluso <catonano@gmail.com>
Date: Mon, 25 May 2020 11:52:45 +0200
Subject: [PATCH] doc: mentioning Guile Hall

* doc/ref/scheme-using.texi (Using Guile Tools): add a subsection
about Guile Hall
---
 doc/ref/scheme-using.texi | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index ac265fcca..2c381743f 100644
--- a/doc/ref/scheme-using.texi
+++ b/doc/ref/scheme-using.texi
@@ -282,7 +282,7 @@ Run the optimizer on a piece of code and print the result.
 @deffn {REPL Command} disassemble exp
 Disassemble a compiled procedure.
 @end deffn
-
+  
 @deffn {REPL Command} disassemble-file file
 Disassemble a file.
 @end deffn
@@ -744,10 +744,31 @@ using a CPAN-like system.
 A complete list of guild scripts can be had by invoking @code{guild
 list}, or simply @code{guild}.
 
+@menu
+* Hall::
+@end menu
+
+@node Hall
+@subsection Bootstrapping projects and distributing them
+
+There's a tool that doesn't come bundled with Guile and yet can be very
+useful in your day to day experience with it.  This tool is
+@uref{https://gitlab.com/a-sassmannshausen/guile-hall, Hall}.
+
+When you start a new project, Hall creates a folder
+containing a scaffold of your new project.
+Such a scaffold will include your basic Autotools setup, so
+you don't have to take care of that yourself.
+
+The scaffold contains a directory for your tests,
+for your libraries, for your scripts and for
+your documentation. So you immediately know where to put the
+files you are hacking on.
 
 @node Installing Site Packages
 @section Installing Site Packages
 
+
 @cindex site
 @cindex site path
 @cindex load path
-- 
2.25.1


                 reply	other threads:[~2020-05-25 10:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAJ98PDx04Gsr0-5Uz5Vh4QKh5jfnCNOV1upwZePpv5vHAHWsVA@mail.gmail.com \
    --to=catonano@gmail.com \
    --cc=guile-devel@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).