Re: [Chicken-users] New egg: PPL, a Prolog interpreter in Scheme

2016-02-22 Thread Mario Domenech Goulart
On Mon, 22 Feb 2016 17:02:07 -0300 Jeronimo Pellegrini wrote: > On Mon, Feb 22, 2016 at 07:57:40PM +0000, Mario Domenech Goulart wrote: > >> No problem. It seems that there's still one left: >> >> csc: file `pll.import.scm' does not exist >>

Re: [Chicken-users] New egg release - Ethernet

2016-02-28 Thread Mario Domenech Goulart
Hello Omar, On Sun, 28 Feb 2016 10:59:27 -0800 Omar Shorbaji wrote: > I would like to introduce a new egg - Ethernet - which simply > parses/unparses Ethernet frames > > Release info file is available at: > > https://raw.githubusercontent.com/shorbaji/chicken-ethernet/master/release-info Thanks

Re: [Chicken-users] New egg release - tun - Linux TUN/TAP interfaces

2016-02-29 Thread Mario Domenech Goulart
On Mon, 29 Feb 2016 12:02:25 -0800 Omar Shorbaji wrote: > I would like to introduce a new egg - tun, a library to create Linux > TUN/TAP interfaces. The library currently allows the opening of a > TUN/TAP interface in either TUN or TAP mode and keeps track of the > interface name and its file des

Re: [Chicken-users] New Eggs: SRFI-113 and SRFI-128

2016-05-02 Thread Mario Domenech Goulart
Hello Jeremy, On Mon, 2 May 2016 22:37:12 -0600 Jeremy Steward wrote: > Over the weekend I've taken John Cowan's work on SRFI-113 (Sets and > Bags) and SRFI-128 (Comparators (reduced)) and packaged them up nicely > into eggs. The URLs are below, I think it'd be great if we could add > them to th

Re: [Chicken-users] New Eggs: SRFI-113 and SRFI-128

2016-05-02 Thread Mario Domenech Goulart
On Mon, 2 May 2016 23:25:22 -0600 Jeremy Steward wrote: > On 02/05/16 11:06 PM, Mario Domenech Goulart wrote: > | Some comments on the packaging: > | > | * (version ...) in .meta files is not used by chicken-install. > | Only the form in .setup is used. I'd sugge

Re: [Chicken-users] New Eggs: SRFI-113 and SRFI-128

2016-05-04 Thread Mario Domenech Goulart
Hi Jeremy, On Tue, 03 May 2016 08:40:48 +0200 Mario Domenech Goulart wrote: > On Mon, 2 May 2016 23:25:22 -0600 Jeremy Steward wrote: > >> On 02/05/16 11:06 PM, Mario Domenech Goulart wrote: >> | Some comments on the packaging: >> | >> | * (version ...) in .met

Re: [Chicken-users] Module unresolved error

2016-06-14 Thread Mario Domenech Goulart
Hi Michael, On Tue, 14 Jun 2016 11:09:09 -0400 Michael Silver wrote: > I’m new to CHICKEN and I’m working on converting a large Guile > codebase to CHICKEN. Welcome! > The codebase is a collection of shared libraries (each library in a > separate .scm file), collectively known as “lab-core”. S

Re: [Chicken-users] Coroutines and Finite State Machines Egg

2016-06-15 Thread Mario Domenech Goulart
Hello Robert, On Tue, 14 Jun 2016 22:52:29 -0600 Robert Smiley wrote: > My name is Robert and I'm new around here. Welcome! > I've recently created an egg out of some code I have written. The > library's focus is cooperative multitasking using coroutines and > finite state machines. > > I unde

Re: [Chicken-users] Coroutines and Finite State Machines Egg

2016-06-21 Thread Mario Domenech Goulart
e.release-info. Thanks for > the feedback. > > On Wed, Jun 15, 2016 at 12:46 PM, Mario Domenech Goulart > wrote: >> >> Hello Robert, >> >> On Wed, 15 Jun 2016 12:33:35 -0600 Robert Smiley >> wrote: >> >> > Oh. I read a tutorial a while back w

Re: [Chicken-users] Coroutines and Finite State Machines Egg

2016-06-21 Thread Mario Domenech Goulart
cooperative.release-info. Thanks for the feedback. > > On Wed, Jun 15, 2016 at 12:46 PM, Mario Domenech Goulart > wrote: > > Hello Robert, > > On Wed, 15 Jun 2016 12:33:35 -0600 Robert Smiley > wrote: > > > Oh. I read a tutorial a while back

Re: [Chicken-users] Asynchronous I/O Egg Release

2016-06-29 Thread Mario Domenech Goulart
Hello Robert, On Wed, 29 Jun 2016 19:26:48 -0600 Robert Smiley wrote: > I have created an asynchronous I/O egg for chicken. Would it be > possible to have it added to the egg-locations file in subversion? > > Here is the repository > > https://github.com/yarnoiser/async-io > > And here is the ur

Re: [Chicken-users] Asynchronous I/O Egg Release

2016-07-12 Thread Mario Domenech Goulart
Hi Robert, On Wed, 29 Jun 2016 19:26:48 -0600 Robert Smiley wrote: > I have created an asynchronous I/O egg for chicken. Would it be > possible to have it added to the egg-locations file in subversion? > > Here is the repository > > https://github.com/yarnoiser/async-io > > And here is the url f

Re: [Chicken-users] New Eggs: SRFI-121, SRFI-127, SRFI-133

2016-07-24 Thread Mario Domenech Goulart
Hi Jeremy, On Sat, 23 Jul 2016 15:03:48 -0600 Jeremy Steward wrote: > I've taken the opportunity to package SRFI-121 (Generators), SRFI-127 > (Lazy Sequences), and SRFI-133 (Vectors [R7RS-compatible]) for > CHICKEN. The eggs all pass salmonella and shouldn't contain any > errors. Thanks a lot f

Re: [Chicken-users] New Eggs: SRFI-121, SRFI-127, SRFI-133

2016-07-24 Thread Mario Domenech Goulart
Hi Jeremy, On Sun, 24 Jul 2016 09:18:54 -0600 Jeremy Steward wrote: > On 07/24/2016 05:59 AM, Peter Bex wrote: > | On Sun, Jul 24, 2016 at 01:28:25PM +0200, Mario Domenech Goulart > | wrote: Hi Jeremy, > | > |> The repositories can be found below: > |> > |> http

Re: [Chicken-users] Switching over SRFI URLs

2016-07-25 Thread Mario Domenech Goulart
On Mon, 25 Jul 2016 14:18:26 -0600 Jeremy Steward wrote: > To Mario or Peter or anyone who can edit henrietta-cache, > > After some talk with Arthur Gleckler, he decided that it would be best > if the CHICKEN community maintained their own parallel fork of the > SRFI repos, as the burden of updat

Re: [Chicken-users] chicken-install AD

2016-08-04 Thread Mario Domenech Goulart
Hi André, On Thu, 4 Aug 2016 12:31:22 -0300 André Macedo wrote: > Sorry for the probably dumb question, but I'm a bit new to chicken. Welcome! The issue you report is not a dumb question at all. > I was trying to install the egg AD for chicken Version 4.11.0 (rev > ce980c4) in linux-unix-gnu-

Re: [Chicken-users] [ANN] ssql-record

2016-12-04 Thread Mario Domenech Goulart
Hi Arthur, On Sun, 4 Dec 2016 05:20:17 -0200 Arthur Maciel wrote: > For the sake of syntax convenience when prototyping *simple* DB > programs, I've written an egg to produce SSQL [1]. In *NO WAY* it is > supposed to be an ORM to DBs. > > I'd love to hear comments and critics about the code [2].

Re: [Chicken-users] [ANN] ssql-record

2016-12-06 Thread Mario Domenech Goulart
Hi Arthur, On Sun, 4 Dec 2016 08:37:20 -0200 Arthur Maciel wrote: > On Sun, Dec 4, 2016 at 7:36 AM, Mario Domenech Goulart > wrote: > > > On Sun, 4 Dec 2016 05:20:17 -0200 Arthur Maciel > > wrote: > > > > > For the sake of syntax convenience when pr

Re: [Chicken-users] Failure when compiling html-tags egg

2016-12-15 Thread Mario Domenech Goulart
Hi Arthur, On Thu, 15 Dec 2016 22:40:47 -0200 Arthur Maciel wrote: > On Thu, Dec 15, 2016 at 10:28 PM, Evan Hanson wrote: > > A first guess is that Linux's OOM killer might be killing your > process. html-tags is notorious for both time and memory usage > while compiling. Chec

Re: [Chicken-users] New egg for astronomical calculations

2017-01-21 Thread Mario Domenech Goulart
Hi Rob, On Fri, 20 Jan 2017 22:15:11 -0500 Rob Altenburg wrote: > This egg contains bindings to the libnova library which is "a general > purpose, double precision, Celestial Mechanics, Astrometry and > Astrodynamics library" available under the GNU LPGL. > > See: https://github.com/RobAltenburg

[Chicken-users] FOSDEM

2017-01-21 Thread Mario Domenech Goulart
Hi, Is anybody here going to attend FOSDEM next weekend? All the best. Mario -- http://parenteses.org/mario ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] New egg for astronomical calculations

2017-01-22 Thread Mario Domenech Goulart
Hi Rob, On Sat, 21 Jan 2017 18:37:39 -0500 Rob Altenburg wrote: > Thanks Mario, > > Yep, there was a typo in my release-info that I fixed locally but > hadn’t pushed to GitHub. It should work now. > > I had a little trouble getting the test-new-egg working because it > wanted the openssl egg an

Re: [Chicken-users] Emacs - chicken-doc and apropos

2017-01-22 Thread Mario Domenech Goulart
Hi Tim, On Sat, 21 Jan 2017 15:22:03 -0900 Tim Johnson wrote: > * Tim Johnson [170121 14:13]: >> This is just a FYI for the benefit of some fellow noob who might >> have questions about invoking the chicken REPL in emacs on ubuntu >> linux. >> >> This presumes that geiser-mode is enabled for e

Re: [Chicken-users] chicken error: default type-database `types.db' not found

2017-02-20 Thread Mario Domenech Goulart
Hi, On Mon, 20 Feb 2017 22:10:11 -0800 k l wrote: > Hi I compiled and installed chicken ​4.12.0 on mingw-msys. `make test` > has passed. But following this guide[1] to use the chicken compiler, > > $ csc fact.scm > The system cannot find the path specified. > > Error: shell command terminated wi

Re: [Chicken-users] New egg: sodium

2017-02-26 Thread Mario Domenech Goulart
Hi Caolan, On Sat, 25 Feb 2017 12:39:22 + Caolan McMahon wrote: > Please can someone add my new sodium egg to the coop? > https://github.com/caolan/chicken-sodium.git > > It's a binding to the libsodium (https://libsodium.org) crypto > library. The egg is a work in progress, but it already

Re: [Chicken-users] New egg LDIF

2017-04-19 Thread Mario Domenech Goulart
On 19 Apr 2017 14:01:06 +0200 Jörg F. Wittenberger wrote: > there's a new egg: > > Read/write LDIF, LDAP search strings and related data formats. (RFCs > 2849, 4514, 2254) > > https://raw.githubusercontent.com/0-8-15/ldif-sexpr/master/ldif-sexpr.release-info Thanks, Jörg. I've added it to the

Re: [Chicken-users] reachable top-level functions and variables

2017-07-12 Thread Mario Domenech Goulart
Hello Sven, On Wed, 12 Jul 2017 19:56:36 +0200 (CEST) Sven Hartrumpf wrote: > I am looking for a compiler option that will produce output > that could give me a start for determining a list of reachable > top-level functions/variables. I have tried other compilers but they > tend to deliver too

[Chicken-users] CHICKEN in the forest 2017

2017-09-03 Thread Mario Domenech Goulart
Hello, The CHICKEN meetup 2017 is going to take place in Gartow, Germany. As usual, we expect to have a lot of fun. Also as usual, it's going to be a very informal event. If it sounds like an interesting activity for an autumn weekend, check whether you can join us. We would be glad to welcome

Re: [Chicken-users] New Egg

2017-09-20 Thread Mario Domenech Goulart
Hi David, On Thu, 21 Sep 2017 12:35:49 +1000 David Ireland wrote: > I've put together a new egg that consists of bindings to a natural > language processing library. > Can I please request inclusion of its location in egg-location. Sure. We'd need to know the URI of the .release-info file. Be

Re: [Chicken-users] Any suggestions for a project?

2017-11-17 Thread Mario Domenech Goulart
Hello Daniele, On Fri, 17 Nov 2017 17:20:52 +0100 Daniele wrote: > Hello, I need to make my bachelor thesis in CS and was looking for > ideas for a project to do in Scheme. Do you have any suggestions? Is > there something that needs to be done in Chicken? I'm actually not > very experience and

Re: [Chicken-users] [ANN] CHICKEN 4.13.0 release candidate available

2017-12-06 Thread Mario Domenech Goulart
Hi, On Tue, 5 Dec 2017 20:52:11 +0100 Peter Bex wrote: > We are happy to announce the first release candidate of the upcoming > CHICKEN 4.13.0. This is probably the last "full" release in the 4.x > cycle. After this, CHICKEN 4 will go into maintenance only mode, and > new development will take

[Chicken-users] Salmonella reports and merge of chicken-5 into master

2017-12-10 Thread Mario Domenech Goulart
Hi, The master branch in the chicken-core repository has been copied to the chicken-4 branch. This is part of the preparations to merge the chicken-5 branch into master, which is going to happen soon. Salmonella URIs have been adapted accordingly. Now we have chicken-4 as a path component in UR

Re: [Chicken-users] New egg for natural language processing

2018-01-28 Thread Mario Domenech Goulart
On Sun, 28 Jan 2018 07:35:10 +1000 David Ireland wrote: > Hi, > > I've put together a new egg that is a port of a Perl module that extracts > sentences from a body of text. It's useful for natural language > processing. > > The release info is at: > > https://gitlab.com/maxwell79/chicken-sentenc

Re: [Chicken-users] The eggs index needs release dates displayed

2018-02-21 Thread Mario Domenech Goulart
Hi John, On Wed, 21 Feb 2018 16:09:28 -0500 John Gabriele wrote: > How about instead adding a link to its online repo (at github, gitlab, > bitbucket, ...)? Is there a way to add those links to the eggs index > page? That would be an excellent improvement. When I look at a > project's online rep

Re: [Chicken-users] New egg: gumbo

2018-03-06 Thread Mario Domenech Goulart
Hi Caolan, On Tue, 6 Mar 2018 10:21:03 + Caolan McMahon wrote: > Please can someone add this to the egg index? > > https://github.com/caolan/chicken-gumbo > > It provides bindings to the Gumbo HTML parser from Google > (https://github.com/google/gumbo-parser). > > I'm trying this out becaus

Re: [Chicken-users] New libxml2 wrapper egg.

2018-05-09 Thread Mario Domenech Goulart
Hi David, On Wed, 9 May 2018 15:00:46 +1000 David Ireland wrote: > I've put together a new egg that is a a wrapper for the libxml2 library > (http://xmlsoft.org/) > > The release info is at: > > https://gitlab.com/maxwell79/chicken-libxml2/raw/master/libxml2.release-info Thanks! > If deemed w

Re: [Chicken-users] srfi-123 egg - generic accessor/modifier

2018-05-17 Thread Mario Domenech Goulart
Hello Diego, On Thu, 17 May 2018 09:48:00 -0400 Diego wrote: > Whoops, here it is: https://github.com/dieggsy/srfi-123 Thanks a lot. Your egg has been added to the coop. A minor issue: srfi-4 is a core unit. It's doesn't have to been in .meta's `needs' form (that's for eggs only). When you

Re: [Chicken-users] srfi-123 egg - generic accessor/modifier

2018-05-17 Thread Mario Domenech Goulart
Hi, On Thu, 17 May 2018 17:32:34 +0200 Mario Domenech Goulart wrote: > On Thu, 17 May 2018 09:48:00 -0400 Diego wrote: > >> Whoops, here it is: https://github.com/dieggsy/srfi-123 > > Thanks a lot. Your egg has been added to the coop. > > A minor issue: srfi-4 is a

Re: [Chicken-users] Registration on the chicken wiki

2018-06-15 Thread Mario Domenech Goulart
Hey Martin, On Fri, 15 Jun 2018 08:48:54 +0200 Martin Schneeweis wrote: > is there a way to register on the wiki page? > (https://wiki.call-cc.org/)? Yes, sure! Just send me a private message with: * the username you want to use for your account * the hash of your password. It can be genera

Re: [Chicken-users] porting eggs experiences and questions

2018-08-17 Thread Mario Domenech Goulart
Hi Jörg, On 17 Aug 2018 12:33:28 +0200 Jörg F. Wittenberger wrote: > I just ported a first egg. (Pigeon-hole, "simple" mailbox with > capacity constraint flow control and no timeouts.) > > * Question: what's about the .release-info > > This https://wiki.call-cc.org/porting-c4-to-c5 was helpful,

Re: [Chicken-users] srfi-128 - almost

2018-08-19 Thread Mario Domenech Goulart
On Sat, 18 Aug 2018 15:57:52 +0300 megane wrote: > Hi Jörg, > > Jörg F. Wittenberger writes: > > [...] >> Brings back the question: how would I tell chicken to temporarily consult >> other locations for egg distributions? E.g. I'd like to use chicken-install >> in a fresh location outside the

Re: [Chicken-users] New C5 egg: pthreads

2018-08-19 Thread Mario Domenech Goulart
Hi Jörg, On 18 Aug 2018 20:13:02 +0200 Jörg F. Wittenberger wrote: > pthreads appears to work too > > https://raw.githubusercontent.com/0-8-15/pthreads/master/pthreads.release-info pthreads' .egg file is missing the specification of the dependency on srfi-18. All the best. Mario -- http://pa

Re: [Chicken-users] srfi-34 egg

2018-08-19 Thread Mario Domenech Goulart
On 17 Aug 2018 20:40:02 +0200 Jörg F. Wittenberger wrote: > there is an srfi-34 egg here > > https://raw.githubusercontent.com/0-8-15/srfi-34/master/srfi-34.release-info > > https://github.com/0-8-15/srfi-34 > > which compiles for me with both chicken 4 and chicken 5. > > Could go to the coop if

Re: [Chicken-users] New C5 egg: pigeon-hole

2018-08-19 Thread Mario Domenech Goulart
On 18 Aug 2018 20:10:17 +0200 Jörg F. Wittenberger wrote: > This could go to the C5-coop > > https://raw.githubusercontent.com/0-8-15/pigeon-hole/master/pigeon-hole.release-info Thanks, Jörg. Your egg has been added to the coop. All the best. Mario -- http://parenteses.org/mario ___

Re: [Chicken-users] New C5 eggs: llrb-syntax

2018-08-19 Thread Mario Domenech Goulart
On 18 Aug 2018 20:17:00 +0200 Jörg F. Wittenberger wrote: > nothing changed, just ported > > https://raw.githubusercontent.com/0-8-15/llrb-syntax/master/llrb-syntax.release-info Thanks, Jörg. Your egg has been added to the coop. All the best. Mario -- http://parenteses.org/mario ___

Re: [Chicken-users] New C5 egg: llrb-tree

2018-08-19 Thread Mario Domenech Goulart
On 18 Aug 2018 20:18:30 +0200 Jörg F. Wittenberger wrote: > llrb-tree is also supposed to be ready to go. > > But this one depends on srfi-128 which in in the queue. > > https://raw.githubusercontent.com/0-8-15/llrb-tree/master/llrb-tree.release-info Thanks, Jörg. Let's wait for srfi-128 to be

Re: [Chicken-users] New C5 egg: sqlite3pth

2018-08-19 Thread Mario Domenech Goulart
On 18 Aug 2018 20:25:15 +0200 Jörg F. Wittenberger wrote: > I'm amazed that this was actually portable to chicken 5 with so little > effort. > > https://raw.githubusercontent.com/0-8-15/sqlite3pth/master/sqlite3pth.release-info > > Caveat: this depends on > 1. llrb-tree, which waits for srfi-128

Re: [Chicken-users] srfi-128 - almost

2018-08-19 Thread Mario Domenech Goulart
Hi Jeremy, On Sat, 18 Aug 2018 15:55:36 -0600 Jeremy Steward wrote: > On 08/18/2018 06:12 AM, Jörg F. Wittenberger wrote: >> On Aug 18 2018, Jeremy Steward wrote: >> >>> Hey Joerg, >>> >>> I'm the maintainer for that egg. >> >> I know; we talked about that before as I had packaged the same srfi

Re: [Chicken-users] New C5 eggs: llrb-syntax

2018-08-19 Thread Mario Domenech Goulart
On Sun, 19 Aug 2018 09:23:19 +0200 Mario Domenech Goulart wrote: > On 18 Aug 2018 20:17:00 +0200 Jörg F. Wittenberger > wrote: > >> nothing changed, just ported >> >> https://raw.githubusercontent.com/0-8-15/llrb-syntax/master/llrb-syntax.release-info > >

Re: [Chicken-users] srfi-128 - almost

2018-08-20 Thread Mario Domenech Goulart
Hi Jörg, On 20 Aug 2018 19:33:24 +0200 Jörg F. Wittenberger wrote: > Thanks Mario, > > at the end of the day your suggestion will solve the development time > considerations I have. Except for the "check the download process" > part. > > Though actually rolling those out over a test network loo

Re: [Chicken-users] srfi-34 egg

2018-08-20 Thread Mario Domenech Goulart
Hi Jörg, On Sun, 19 Aug 2018 09:21:42 +0200 Mario Domenech Goulart wrote: > On 17 Aug 2018 20:40:02 +0200 Jörg F. Wittenberger > wrote: > >> there is an srfi-34 egg here >> >> https://raw.githubusercontent.com/0-8-15/srfi-34/master/srfi-34.release-info >> >

Re: [Chicken-users] srfi-128 - almost

2018-08-20 Thread Mario Domenech Goulart
Hi Jörg, On 20 Aug 2018 19:24:28 +0200 Jörg F. Wittenberger wrote: > The release-info worried me too - TLD; super simple: if nothing else > changes, it should work as before. > > To add it to the C5 coop send a note to the list that > https://raw.githubusercontent.com/ThatGeoGuy/srfi-128/master

Re: [Chicken-users] New C5 egg: color

2018-09-17 Thread Mario Domenech Goulart
On Mon, 17 Sep 2018 23:37:43 -0600 Erik Falor wrote: > I've ported the color egg to Chicken 5. I've followed Kristian's lead > and used cond-expand to keep backwards-compatibility with Chicken 4. > > https://raw.githubusercontent.com/fadein/chicken-color/master/color.release-info Thanks, Erik.

Re: [Chicken-users] [NEW EGG] pbkdf2

2018-09-20 Thread Mario Domenech Goulart
Hi, On Fri, 21 Sep 2018 00:19:59 +0200 "alfred j. quack" wrote: > Hello Chicken-users, > > i'm so excited to announce my first egg today! > > It's my first contribution to open source software in general and I'm > proud to give something back to the very welcoming chicken > community. Thank you

Re: [Chicken-users] Returning JSON in Awful

2018-09-25 Thread Mario Domenech Goulart
Hi David, On Wed, 26 Sep 2018 15:13:14 +1000 David Ireland wrote: > I've started using Awful 1.0 and having trouble returning a JSON string. The > inverted commas are being replaced by ". For example, using > the code below returns {"a" : 1 } > > Should this be normal behavior when returning JS

Re: [Chicken-users] Awful ($db ...)

2018-10-07 Thread Mario Domenech Goulart
Hi, On Sun, 7 Oct 2018 13:20:29 +0200 Peter Bex wrote: > On Sun, Oct 07, 2018 at 09:08:48PM +1000, David Ireland wrote: >> Hi, >> >> I'm using the database access in Awful and I'm having the troubles >> recreating an example in the docs. After setting up a dummy postgres >> database I tried th

Re: [Chicken-users] new egg: simple-timer

2018-11-24 Thread Mario Domenech Goulart
Hi Jörg, On 24 Nov 2018 21:59:08 +0100 Jörg F. Wittenberger wrote: > I packages a new new: simple-timer > > https://raw.githubusercontent.com/0-8-15/simple-timer/master/simple-timer.release-info > > This is intended as the one-stop shopping for low level plumping of > the background threads eve

Re: [Chicken-users] new egg: simple-timer

2018-11-25 Thread Mario Domenech Goulart
Hi Jörg, On 25 Nov 2018 18:21:29 +0100 Jörg F. Wittenberger wrote: > Thanks Mario, > > I tagged a better version. Thanks. I've added your egg to the coop. All the best. Mario -- http://parenteses.org/mario ___ Chicken-users mailing list Chicken-u

Re: [Chicken-users] chicken-install package integrity/signing

2018-12-22 Thread Mario Domenech Goulart
Hi Jason, On Sun, 23 Dec 2018 00:11:51 + Jason Valencia wrote: > Thomas Chust wrote: >> Hello, >> >> implementing package signatures is technically not such a big deal >> (see the experimental example script here: >> https://paste.call-cc.org/paste?id=b5f6d4cce329d48d64eefbe0922b64aebb16a9e

Re: [Chicken-users] chicken-install package integrity/signing

2018-12-25 Thread Mario Domenech Goulart
Hi Jason, On Sun, 23 Dec 2018 23:55:56 + Jason Valencia wrote: > Mario Domenech Goulart wrote: >> On Sun, 23 Dec 2018 00:11:51 + Jason Valencia wrote: >> > Until this is resolved, is anyone aware of good ways to install eggs >> > more securely? A couple op

Re: [Chicken-users] Error installing egg, but only on Raspbian

2019-01-09 Thread Mario Domenech Goulart
Hi Christoph, On Wed, 9 Jan 2019 09:20:59 +0100 Christoph Lange wrote: > I adapted the Telebot (Telegram client) egg to be installable as Chicken 5 > egg: > > https://github.com/recumbentbirder/Telebot/tree/make-chicken-5-egg > > This works fine to install on my Arch Linux (Chicken installed vi

Re: [Chicken-users] Error installing egg, but only on Raspbian

2019-01-09 Thread Mario Domenech Goulart
Hi Vasilij, On Wed, 9 Jan 2019 10:10:42 +0100 Vasilij Schneidermann wrote: >> I'm a bit lost here as to *where to start* looking to solve this. Any >> suggestions / comments? > > There's a few things you can try: > > - C5 creates many files during the installation process, perhaps you can > fi

Re: [Chicken-users] Gnuplot pipe

2019-01-20 Thread Mario Domenech Goulart
Hi Francesco, On Fri, 18 Jan 2019 16:17:08 +0100 Francesco Montanari wrote: > I put together a simple interface to Gnuplot, basically popen() with a > couple of procedures to plot lists. The motivation is mainly to draw > exploratory plots from the interpreter. If you think this may be > useful

Re: [Chicken-users] new egg: envsubst

2019-01-21 Thread Mario Domenech Goulart
Hi Robert, On Mon, 21 Jan 2019 17:51:27 -0500 Robert Jensen wrote: > I cloned envsubst [1] in Chicken 5. You can check it out here [2]. > > All the best, > Rob > > [1] > https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html > [2] https://github.com/r1b/envsubst Thanks

Re: [Chicken-users] salmonella + test egg failure

2019-01-28 Thread Mario Domenech Goulart
Hi, On Mon, 28 Jan 2019 23:02:23 +0100 lundi wrote: > Trying to lint my work-in-progress egg with salmonella. Got a > tests/run.scm set up with some tests, using Alex Shinn's test egg. I > can run my test code in csi, but not with salmonella. From > salmonella.log: > > Error: (import) during exp

Re: [Chicken-users] salmonella + test egg failure

2019-01-28 Thread Mario Domenech Goulart
Hi, On Mon, 28 Jan 2019 23:46:26 +0100 lundi wrote: > Thanks Mario, that does indeed fix the issue. Great! > Now I see that it's even mentioned in > https://wiki.call-cc.org/eggs%20tutorial. > My apologies for failing to rtfm. No worries. All the best. Mario -- http://parenteses.org/mario

Re: [Chicken-users] hahn/salmonella issues

2019-01-30 Thread Mario Domenech Goulart
Hi, On Tue, 29 Jan 2019 14:57:17 +0100 lundi wrote: > A new day, some new questions. First up, Chicken version is 4.13.0. > > For my wip egg, I'm trying to auto-generate docs with hahn. > This works fine as far as running hahn from command line is > concerned. However, things fail when trying to

Re: [Chicken-users] New Egg: Shen

2019-01-31 Thread Mario Domenech Goulart
Hi David, On Fri, 1 Feb 2019 13:52:43 +1000 David Ireland wrote: > I've put together an Egg for the Shen programming language. It may interest > some people working on logic programming and natural language > processing. > > Shen is a hosted language with an inbuilt prolog and YACC. At the mom

Re: [Chicken-users] Gnuplot pipe

2019-02-06 Thread Mario Domenech Goulart
Hi Francesco, On Mon, 4 Feb 2019 22:59:49 +0100 Francesco Montanari wrote: > On 1/21/19 7:08 AM, Mario Domenech Goulart wrote: >> If you have a chance, please consider porting it to CHICKEN 5 too. > > I ported the egg to CHICKEN 5 and added a new release file: > > https:/

Re: [Chicken-users] Allegro ported to Chicken 5 (Coop update?)

2019-02-11 Thread Mario Domenech Goulart
Hi Dan, On Tue, 12 Feb 2019 06:00:39 + Dan Leslie wrote: > Thanks in large part to a Pull Request from Olivier Matz the Allegro Egg has > been ported to Chicken 5. > > I've attempted to follow the information in the wiki[0] with regards to how > to port an egg from C4 to C5 in the simple m

Re: [Chicken-users] [ANN] sdl2, sdl2-image, sdl2-ttf eggs ported to CHICKEN 5

2019-02-13 Thread Mario Domenech Goulart
Hi John, On Wed, 13 Feb 2019 19:46:34 -0600 John Croisant wrote: > sdl2 v0.3.0, sdl2-image v0.2.0, and sdl2-ttf v0.2.0 have been released. > > The main changes are compatibility with CHICKEN 5 (as well as CHICKEN > 4), a more user-friendly installation process, and support for linking > to frame

Re: [Chicken-users] new egg: xmkit

2019-02-20 Thread Mario Domenech Goulart
Hi, On Wed, 20 Feb 2019 13:28:30 +0100 lundi wrote: > I have completed a new egg: > https://github.com/utz82/xmkit-scm > > It's for parsing XM (Fasttracker 2 music module) files. Probably not > too useful for the majority of Chicken users, but hey, more is always > good, right? > > Since it's my

Re: [Chicken-users] Back from the dead: pstk

2019-02-28 Thread Mario Domenech Goulart
Hi Heinz, On Tue, 26 Feb 2019 14:53:45 +0100 ipc...@arcor.de wrote: > As promised, I've ported the pstk egg to Chicken 5, and would like to > take over as maintainer. > > https://github.com/utz82/pstk > https://raw.githubusercontent.com/utz82/pstk/master/pstk.release-info > > License has been rev

Re: [Chicken-users] Chicken 5 support for generalized-arrays egg

2019-02-28 Thread Mario Domenech Goulart
Hi Jeremy, On Wed, 27 Feb 2019 22:45:03 -0700 Jeremy Steward wrote: > Spent some time to update and add support for my generalized-arrays egg > today. Find the release info file at: > > https://bitbucket.org/ThatGeoGuy/chicken-generalized-arrays/raw/master/generalized-arrays.release-info Thank

Re: [Chicken-users] SRFI-123 ported to Chicken 5

2019-02-28 Thread Mario Domenech Goulart
Hi Diego, On Tue, 26 Feb 2019 19:46:11 + Diego wrote: > I've ported SRFI-123 to C5: https://github.com/dieggsy/srfi-123 > > I also made some minor fixes to lingering issues I hadn't yet cleaned up. Thanks. I've added it to the coop. A minor issue: srfi-4 is part of the CHICKEN core, not a

Re: [Chicken-users] [ANN] ck-macros 0.2.0

2019-02-28 Thread Mario Domenech Goulart
On Thu, 28 Feb 2019 22:45:42 -0600 John Croisant wrote: > The ck-macros egg version 0.2.0 has been released. This version adds > CHICKEN 5 support, many new features, some R5RS compatibility fixes, and > a few breaking changes to the API. > >     https://wiki.call-cc.org/eggref/5/ck-macros > > ck

Re: [Chicken-users] [ANN] stty egg ported to CHICKEN 5

2019-03-01 Thread Mario Domenech Goulart
Hi, On Sat, 16 Feb 2019 01:39:03 -0700 Erik Falor wrote: > I've ported the stty egg to C5: > > https://github.com/fadein/chicken-stty > https://raw.githubusercontent.com/fadein/chicken-stty/master/stty.release-info > > I've also copied and updated the eggref document from C4 over to C5: > http:/

Re: [Chicken-users] trouble installing utf8 egg

2019-03-02 Thread Mario Domenech Goulart
Hi Paul, On Sat, 2 Mar 2019 10:16:56 -0500 paul wisehart wrote: > On Sat, Mar 02, 2019 at 11:24:13AM +0100, ko...@upyum.com wrote: >> BUT, yesterday evening I updated the utf8 egg so that it doesn’t install >> extra files, so if you retry now, it should work. > > Thanks! That worked. > Is there

Re: [Chicken-users] trouble installing utf8 egg

2019-03-04 Thread Mario Domenech Goulart
Hi Paul, On Mon, 4 Mar 2019 10:54:36 -0500 paul wisehart wrote: > On Sat, Mar 02, 2019 at 07:00:22PM +0100, Mario Domenech Goulart wrote: >> >> You can check out a copy of the svn repo: >> >> $ svn co https://code.call-cc.org/svn/chicken-eggs/release/5/utf8 >

Re: [Chicken-users] chibi-generic egg

2019-03-13 Thread Mario Domenech Goulart
Hi Diego, On Tue, 12 Mar 2019 17:20:48 + Diego wrote: > I've wrapped chibi's generic function interface: > > http://synthcode.com/scheme/chibi/lib/chibi/generic.html > > in a Chicken 5 egg here: > > https://github.com/dieggsy/chibi-generic > > I like that it's quite simple and intuitive to u

Re: [Chicken-users] zlib for chicken 5

2019-04-09 Thread Mario Domenech Goulart
Hi Robert, On Mon, 8 Apr 2019 22:08:44 -0400 Robert Jensen wrote: > I ported [1] to Chicken 5. You can find the source at [2]. > > [1] http://wiki.call-cc.org/eggref/4/zlib > [2] https://github.com/r1b/zlib/releases/tag/0.6 Have you tried to contact the author to check whether he is ok at hand

Re: [Chicken-users] hahn: chicken 5 port

2019-04-11 Thread Mario Domenech Goulart
Hello Robert, On Thu, 11 Apr 2019 23:19:10 -0400 Robert Jensen wrote: > I ported hahn to chicken 5. You can find the release here: > > https://github.com/klutometis/hahn/releases/tag/0.10 Thanks! It has been added to the coop. Please consider providing documentation for it to the wiki. All

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Mario Domenech Goulart
Hi, On Thu, 11 Apr 2019 23:19:10 -0400 Robert Jensen wrote: > I ported hahn to chicken 5. You can find the release here: > > https://github.com/klutometis/hahn/releases/tag/0.10 Apparently support for CHICKEN 4 has been removed, causing a significant breakage in the CHICKEN 4 coop: http://salm

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Mario Domenech Goulart
the egg must be installable by both CHICKEN 4 and 5 (you probably need cond-expand to achieve that). All the best. Mario > On Fri, Apr 12, 2019 at 4:20 PM Mario Domenech Goulart > wrote: > > On Thu, 11 Apr 2019 23:19:10 -0400 Robert Jensen > wrote: > > > I ported hah

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Mario Domenech Goulart
an > (import chicken) which works on both C4 and C5, like this: > https://github.com/Adellica/chicken-nanomsg/blob/master/nanomsg-module.scm > > Hope that comes in handy, > K. > > On Fri, Apr 12, 2019 at 11:35 PM Mario Domenech Goulart > wrote: > > Hi Rober

Re: [Chicken-users] is there a place where I can do a proper fork of the coops egg?

2019-05-03 Thread Mario Domenech Goulart
Hi Marco, On Fri, 03 May 2019 15:09:57 +0200 Marco Maggi wrote: > I see nothing in the egg's home page. Usually, when you cannot find a link to the source repository in the egg documentation (wiki), it is in CHICKEN's svn repository. That's the case of coops. To check out the repo, use: $

Re: [Chicken-users] is there a place where I can do a proper fork of the coops egg?

2019-05-03 Thread Mario Domenech Goulart
On Fri, 03 May 2019 15:39:14 +0200 Mario Domenech Goulart wrote: > On Fri, 03 May 2019 15:09:57 +0200 Marco Maggi > wrote: > >> I see nothing in the egg's home page. > > Usually, when you cannot find a link to the source repository in the egg > documentation (

Re: [Chicken-users] is there a place where I can do a proper fork of the coops egg?

2019-05-04 Thread Mario Domenech Goulart
On Sat, 04 May 2019 16:00:56 +0200 Marco Maggi wrote: > Mario Domenech Goulart wrote: >> To check out the repo, use: > >> $ svn co https://code.call-cc.org/svn/chicken-eggs/release/5/coops coops > > I cloned the thing with "git svn": there is not much his

Re: [Chicken-users] Is it possible to change the list of included modules when compiling Chicken?

2019-05-12 Thread Mario Domenech Goulart
Hi Jeronimo, On Sun, 12 May 2019 08:37:50 -0300 Jeronimo Pellegrini wrote: > On Sun, May 12, 2019 at 08:52:13AM +0200, Peter Bex wrote: >> On Sat, May 11, 2019 at 08:28:23PM -0300, Jeronimo Pellegrini wrote: >> > Hello, >> > >> > I am compiling it for wireless routers, and so far I could not ye

Re: [Chicken-users] The (chicken time) time macro gets in my way

2019-05-12 Thread Mario Domenech Goulart
Hi Mathieu, On Sun, 12 May 2019 20:52:47 + Mathieu wrote: > Hello Schemers, > > When I compile the following code : > > (define-record time hour minute) > > And compile in version 5 like so : > > csc5 source.scm > > I get the following warning : > > assigment to syntax `time' > > A clean bui

[Chicken-users] call-cc.org outage

2019-06-05 Thread Mario Domenech Goulart
Hi, The call-cc.org server is down at the moment. Because of the outage, most services are unavailable. Egg installation should work normally, as the primary egg server is a separate machine. Wiki, svn, git, paste etc. are unfortunately unavailable. At the moment we don't know exactly when the

Re: [Chicken-users] call-cc.org outage

2019-06-05 Thread Mario Domenech Goulart
Hi, On Wed, 05 Jun 2019 15:47:10 +0200 Mario Domenech Goulart wrote: > The call-cc.org server is down at the moment. Because of the outage, > most services are unavailable. > > Egg installation should work normally, as the primary egg server is a > separate machine. > >

Re: [Chicken-users] SRFIs in Chicken 5

2019-06-10 Thread Mario Domenech Goulart
Hi Sven, On Mon, 10 Jun 2019 19:50:51 +0200 (CEST) Sven Hartrumpf wrote: > Hi. > > Is there a Chicken 5 version of the following > document, which seems to belong to Chicken 4 (?): > > http://wiki.call-cc.org/SRFI-conformance /SRFI-conformance is probably outdated (maybe it should be removed).

Re: [Chicken-users] Looking for instructions to register an egg for 5.x

2019-06-18 Thread Mario Domenech Goulart
Hi Kay, On Tue, 18 Jun 2019 19:20:42 -0400 masukomi wrote: > I've come across a couple eggs that no longer exist in 5.x. When > speaking with one of the authors neither of us were sure what needed > too be done (beyond the 4->5 code and metadata port) to make the egg > show when you run `chicken

Re: [Chicken-users] .release-info for chicken-yaml

2019-06-20 Thread Mario Domenech Goulart
Hi Kay, On Thu, 20 Jun 2019 09:09:09 -0400 Kay Rhodes wrote: > Tenderlove has updated chicken-yaml for chicken 5 > > The .release-info file can be found here > https://raw.githubusercontent.com/tenderlove/chicken-yaml/master/yaml.release-info > > The full repo is here: > > https://github.com/te

Re: [Chicken-users] genann egg

2019-07-04 Thread Mario Domenech Goulart
Hi Diego, On Fri, 05 Jul 2019 02:57:47 + Diego wrote: > I was exploring this ANSI C neural network library > https://github.com/codeplea/genann and liked the relative simplicity > of it so I thought, why not make a chicken egg? Here it is: > > https://github.com/dieggsy/genann > > I've porte

Re: [Chicken-users] ported Ephem egg to Chicken 5

2019-07-15 Thread Mario Domenech Goulart
Hi Rob, On Mon, 15 Jul 2019 20:39:59 -0400 Rob Altenburg wrote: > This egg contains bindings to the libnova library which is "a general > purpose, double precision, Celestial Mechanics, Astrometry and > Astrodynamics library" available under the GNU LPGL. > > See: https://github.com/RobAltenburg

Re: [Chicken-users] pdf: chicken 5 port

2019-07-15 Thread Mario Domenech Goulart
Hi Rob, On Mon, 15 Jul 2019 19:20:00 -0400 Robert Jensen wrote: > I ported pdf [1] to chicken 5 [2]. I set up a release-info pointing at > the 1.1.0 tag. I have contacted the original author to inquire about > future maintenance. > > [1] http://wiki.call-cc.org/eggref/4/pdf > [2] https://github

Re: [Chicken-users] pdf: chicken 5 port

2019-07-22 Thread Mario Domenech Goulart
Hi Robert, On Mon, 22 Jul 2019 11:59:52 -0400 Robert Jensen wrote: > Following up - can this be added to the coop? Sure. Thanks for your egg. There's a small issue though: it tries to import srfi-69, but srfi-69 (an egg in C5) is not specified as a dependency in pdf.egg's `dependencies' form

Re: [Chicken-users] Status of srfi-64 egg

2019-07-24 Thread Mario Domenech Goulart
Hi Lassi, On Wed, 24 Jul 2019 22:46:54 +0300 Lassi Kortela wrote: > Seems there used to be a srfi-64 egg ("A Scheme API for test > suites"). But there's currently no page for it in the Chicken wiki - > neither for Chicken 4 or Chicken 5. Does anybody know about its > status, and whether it's bei

<    1   2   3   4   5   6   7   8   9   10   >