[Chicken-users] [ANN] New egg: dummy-user

2012-09-03 Thread Matt Gushee
Hello, all--

Well, here's my first egg. It wasn't going to be: I am developing an egg
that provides a framework for interactive command-line programs. But I
realized in order to test that egg, I'd need a way to simulate user input.
Hence ... dummy-user!

The egg is BSD-licensed, and should be quite simple to use (its
capabilities are also simple). For anyone who is interested, I've
documented it on the wiki:

http://wiki.call-cc.org/eggref/4/dummy-user

And if the powers that be would be so kind as to add my little egg to the
list ... the code is on GitHub; here's the location of the release info
file.

https://raw.github.com/mgushee/dummy-user/master/dummy-user.release-info

Thanks, everybody!

--
Matt Gushee
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [ANN] New egg: dummy-user

2012-09-03 Thread Peter Bex
On Mon, Sep 03, 2012 at 11:20:15AM -0600, Matt Gushee wrote:
 Hello, all--

Hi Matt!

 Well, here's my first egg. It wasn't going to be: I am developing an egg
 that provides a framework for interactive command-line programs. But I
 realized in order to test that egg, I'd need a way to simulate user input.
 Hence ... dummy-user!

Cool :)

 And if the powers that be would be so kind as to add my little egg to the
 list ... the code is on GitHub; here's the location of the release info
 file.

I've added it.  This means it should appear for download by chicken-install
within the hour, I think.

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music.
-- Donald Knuth

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [ANN] New egg: dummy-user

2012-09-03 Thread Mario Domenech Goulart
Hi Matt,

On Mon, 3 Sep 2012 11:20:15 -0600 Matt Gushee m...@gushee.net wrote:

 Well, here's my first egg. It wasn't going to be: I am developing an
 egg that provides a framework for interactive command-line
 programs. But I realized in order to test that egg, I'd need a way to
 simulate user input. Hence ...  dummy-user!

 The egg is BSD-licensed, and should be quite simple to use (its
 capabilities are also simple). For anyone who is interested, I've
 documented it on the wiki: 

 http://wiki.call-cc.org/eggref/4/dummy-user

 And if the powers that be would be so kind as to add my little egg to
 the list ... the code is on GitHub; here's the location of the release
 info file.

 https://raw.github.com/mgushee/dummy-user/master/dummy-user.release-info

Very nice.  Thanks for making your code available.

I noticed that the egg documentation doesn't contain a link to the
sources location.  Usually egg authors add something like a Repository
section, so people can easily see where the source code is.


Best wishes.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [ANN] New egg: dummy-user

2012-09-03 Thread Matt Gushee
On Mon, Sep 3, 2012 at 11:29 AM, Mario Domenech Goulart 
mario.goul...@gmail.com wrote:


 Very nice.  Thanks for making your code available.


You're welcome.


 I noticed that the egg documentation doesn't contain a link to the
 sources location.  Usually egg authors add something like a Repository
 section, so people can easily see where the source code is.


Oh, okay. I'll take care of that.

--
Matt Gushee
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users