Hi everybody,
I am very pleased to announce that Gash version 0.2.0 has been released.
It represents 58 commits from two authors over the course of about six
months.
About
=
Gash is a POSIX-compatible shell written in Guile Scheme. It provides
both the shell interface, as well as a Guile li
Hi Mayuresh
"mayur...@kathe.in" writes:
> On Friday, August 07, 2020 05:24 PM IST, Ricardo Wurmus
> wrote:
>
>> Is there something specific that isn’t working for you when using this
>> in Guile?
>
> Everything. Just running the other code which calls this throws-up
> errors I can't comprehen
Hi again,
"mayur...@kathe.in" writes:
> I was using the "load" method as is usually the case.
>
> Try running the "acronym" example at;
> https://people.eecs.berkeley.edu/~bh/ssch1/showing.html
It works for me using 'load' and with this example.
> Occurs to me that I could be doing something
Hi luhux,
Neil Jerram writes:
> On Tue, 10 Nov 2020 at 08:51, luhux wrote:
>
>> I want to implement this shell command:
>>
>> wg pubkey < private > public
>>
>> [...]
>>
>> I implemented it using the following code in guile:
>>
>> [...]
>>
>> (define (wg-gen-public-key private-key)
>> (let ((
Hello all,
For the potluck this year, I would like to present to you
Guile-QuickCheck, which is a property-based testing library. You can
download it and see a brief example at
https://ngyro.com/software/guile-quickcheck.html
(A Guix package is forthcoming.) I wrote this library years ago, b
Hi Jacob,
Jacob Hrbek writes:
>> If you want to do things asynchronuously, you can look at
>> open-pipe. It should also be possible to build anything you want with
>> the lower-level fork, execl, dup->fdes, ... primitives (assuming
>> things are single-threaded).
>
> Can you elaborate? (I am noo
Hi Christine,
Christine Lemmer-Webber writes:
> Heck, maybe I should make a SRFI for common human readable SRFI names.
> #mildlyspicytake #maybenotabadidea
It looks to be about as spicy as a cucumber. :)
I remembered that the R7RS Large process was giving library names to
SRFIs, but it looks
Hi Jean,
Jean Abou Samra writes:
> Consider the following test program.
>
> (define-syntax foo-test
> (lambda (sintax)
> (let ((foo1 (let ((foo 'bar))
> (syntax foo)))
> (foo2 (let ((foo 'bar))
> (syntax foo
> (display "free-identifie
A quick follow-up.
Timothy Sample writes:
> Lastly, you should read section 3.1 of “Binding as Sets of Scopes”:
>
>
> https://www-old.cs.utah.edu/plt/scope-sets/general-macros.html#%28part._.Identifier_.Comparisons_with_.Scope_.Sets%29
>
> It shows that ‘bound-identif
Jean Abou Samra writes:
> Le jeudi 27 juillet 2023 à 12:28 -0600, Timothy Sample a écrit :
>
> May I ask why you are exploring this? It’s quite arcane!
>
> Because I am writing my own syntax expander :-)
Nice! Best of luck to you. :)
> (This is a school project, noth
Hi all,
I am very pleased to announce that Gash version 0.1 has been released.
This is the very first release, but it represents 569 commits from three
authors over the course of three years.
About
=
Gash is a POSIX-compatible shell written in Guile Scheme. It provides
both the shell interf
Hi Matt,
Matt Wette writes:
> On 6/1/19 11:53 AM, Timothy Sample wrote:
>
>> Hi all,
>>
>> I am very pleased to announce that Gash version 0.1 has been released.
>
> Impressive. Congrat's.
Thanks!
>>http://download.savannah.nongnu.org/releases/g
12 matches
Mail list logo