Re: [Chicken-users] Installing "combinatorics" - "cock" missing

2014-12-15 Thread Mario Domenech Goulart
Hi, On Mon, 15 Dec 2014 11:22:29 +0330 Bahman Movaqar wrote: > Has anyone recently managed to install "combinatorics" [1]? > chicken-install (truely) keeps complaining about "cock" egg not exisiting. > > bahman@hamun:~/Work/Touka$ chicken-install combinatorics > retrieving ... > conn

Re: [Chicken-users] updating eggs

2014-12-17 Thread Mario Domenech Goulart
Hi Alexej, On Wed, 17 Dec 2014 00:44:26 -0700 Alexej Magura wrote: > Is there a way to update eggs? I thought it might be chicken-install - > update-db but that seems to have a different effect. Is there no > zero-config means of updating eggs aside from manually updating them? If you are using

[Chicken-users] Scheduled call-cc.org server maintenance

2014-12-17 Thread Mario Domenech Goulart
Hi, The call-cc.org server will undergo scheduled maintenance today, December 17th, at 16:00h EST. The expected downtime is 4 hours. During the maintenance time, the services provided by the following subdomains will be unavailable: * bugs.call-cc.org * code.call-cc.org * gazette.call-c.org * p

Re: [Chicken-users] multiple mingw installations on windows

2014-12-20 Thread Mario Domenech Goulart
Hi, On Sat, 20 Dec 2014 14:34:24 +0200 Răzvan Rotaru wrote: > On windows, then chicken compiler uses the gcc which is found in PATH. > This causes problems when there are multiple mingw installations on a > machine (or multiple gcc bundled with various software). > > Is there a way to tell the

Re: [Chicken-users] Parsing HTML, best practice with Chicken

2014-12-29 Thread Mario Domenech Goulart
Hi, On Mon, 29 Dec 2014 12:12:22 +0100 Kooda wrote: >> ;; --- member? returns #t if elemnt x is in list lst. >> ;; --- ref: >> ;; --- >> http://stackoverflow.com/questions/14668616/scheme-fold-map-and-filter-functions >> ;; --- use: (member? "a" (list "a" 1)) --> #t >> (define (member? x lst) >

Re: [Chicken-users] Installing hypergiant on macosx fails.

2015-01-08 Thread Mario Domenech Goulart
Hi Mark, On Thu, 8 Jan 2015 21:01:46 -0500 Mark Buckingham wrote: > I installed chicken on my mac (Yosemite) tonight, and the make … check > returned no errors. > > I’m trying to install the hypergiant egg though, and when I run > > sudo chicken-install hypergiant > > I eventually get some err

Re: [Chicken-users] Arch User Repository packages

2015-01-09 Thread Mario Domenech Goulart
Hi Aaron, On Fri, 09 Jan 2015 15:51:09 -0600 Aaron Paden wrote: > 1) Does chicken have a way to check if there are new versions of > libraries? Most of these libraries don't actually have a website or > up-to-date version information, and the only way I've seen so far to > tell the latest versio

Re: [Chicken-users] Homepage design proposal

2015-01-23 Thread Mario Domenech Goulart
Hi Tim, On Fri, 23 Jan 2015 16:24:18 +0900 Tim van der Linden wrote: > In the recent light of visual changes to the wiki, I have picked up an > old(er) idea to have my go at a redesign of the homepage (landing > page, front page, the-first-page, etc...). > > I, for one, find our CHICKEN site cha

Re: [Chicken-users] Homepage design proposal - part 2

2015-01-24 Thread Mario Domenech Goulart
Hi Tim, On Sat, 24 Jan 2015 15:27:14 +0900 Tim van der Linden wrote: > 3. Colors > > Almost everyone pointed out that some texts are not very readable with > the current color scheme. I agree (sorry for that ;) ). Also, Mario, > yes I tried to incorporate the colors of the logo into the site, >

Re: [Chicken-users] emacs svnwiki mode

2015-01-29 Thread Mario Domenech Goulart
Hi, On Wed, 28 Jan 2015 23:38:54 -0700 Alexej Magura wrote: > Does anybody have any custom svnwiki mode setups for Emacs? I googled > for a svnwiki mode but didn't find any there or in my Linux distro's > repos. Not really a mode, but a set of procedures which generate svnwiki markup: https://

Re: [Chicken-users] How to bootstrap developing a CHICKEN application?

2015-02-01 Thread Mario Domenech Goulart
Hi Bahman, On Sun, 01 Feb 2015 03:57:40 +0330 Bahman Movaqar wrote: > A naive question but suppose I want to write an application (not an > egg); an application in the sense that it will not be installed in > CHICKEN repository. > What is the recommended directory structure? How can I run the te

Re: [Chicken-users] How to bootstrap developing a CHICKEN application?

2015-02-06 Thread Mario Domenech Goulart
Hi Andy, On Fri, 06 Feb 2015 12:59:20 + Andy Bennett wrote: >> The nice thing about structuring your application as an egg is that you >> get some interesting things for free. For example, cross-compilation >> support and the availability of egg-related tools (e.g., salmonella). > > Isn't c

Re: [Chicken-users] How to compile chicken scheme to Windows DLL?

2015-02-13 Thread Mario Domenech Goulart
Hi, On Fri, 13 Feb 2015 21:44:08 +0900 "Ryuho Yokoyama" wrote: > I am attempting to compile the chicken scheme code down to C > and then compile it into a Windows DLL. > But I can not how to initialize chicken scheme runtime system > in the DllMain function. > Please someone show how to write a

Re: [Chicken-users] headers with nginx + awful

2015-03-25 Thread Mario Domenech Goulart
Hi Nathaniel, On Tue, 24 Mar 2015 17:29:08 +0100 Nathaniel Rudavsky-Brody wrote: > I'm having a problem with headers when using nginx's proxy_pass with > awful, and I'm not sure if it's a question of nginx or Chicken, or > just my misunderstanding of headers... > > Everything works fine except

Re: [Chicken-users] setup-download

2015-03-26 Thread Mario Domenech Goulart
Hi Peter, On Thu, 26 Mar 2015 19:32:08 +0100 Peter Sommerfeld wrote: > Because we are at it: Where can I get the source-code of the eggs. > The docus are a bit sparse and I would like to learn something from > the eggs. If you don't care about history, you can just $ chicken-install -r (-r

Re: [Chicken-users] [Chicken-hackers] Any thoughts on performance woes?

2015-04-07 Thread Mario Domenech Goulart
Hi, On Tue, 7 Apr 2015 11:32:39 +0200 Peter Bex wrote: > If anyone wants to add it to the chicken-benchmark repo, I would > recommend removing the writing of the output file, as that's really > not where the bottleneck is, and writing a file isn't very nice in a > benchmark suite. Also, the "(u

Re: [Chicken-users] [Chicken-hackers] Any thoughts on performance woes?

2015-04-07 Thread Mario Domenech Goulart
On Tue, 7 Apr 2015 14:43:42 +0200 Peter Bex wrote: > On Tue, Apr 07, 2015 at 12:35:38PM +0000, Mario Domenech Goulart wrote: >> >> On Tue, 7 Apr 2015 11:32:39 +0200 Peter Bex wrote: >> >> > If anyone wants to add it to the chicken-benchmark repo, I would >>

Re: [Chicken-users] [Chicken-hackers] Any thoughts on performance woes?

2015-04-07 Thread Mario Domenech Goulart
Hi Dan, On Tue, 07 Apr 2015 09:34:12 -0700 Dan Leslie wrote: > Perhaps it's because of the industries in which I've worked (gaming, > embedded systems and enterprise SaaS), but I've not really experienced > development where performance wasn't a top or near-top priority. Part of > why I raised t

Re: [Chicken-users] [Chicken-hackers] Any thoughts on performance woes?

2015-04-21 Thread Mario Domenech Goulart
Hi, On Tue, 7 Apr 2015 11:32:39 +0200 Peter Bex wrote: > If anyone wants to add it to the chicken-benchmark repo, I would > recommend removing the writing of the output file, as that's really > not where the bottleneck is, and writing a file isn't very nice in a > benchmark suite. Also, the "(u

Re: [Chicken-users] TOML parser egg

2015-04-21 Thread Mario Domenech Goulart
Hi, On Mon, 20 Apr 2015 21:34:35 +0100 Caolan McMahon wrote: > I've been writing a TOML parser, mostly as an excuse to play with > comparse (with is very nice btw). TOML is a reasonable looking config > file format that's not crazy like YAML ;) > > The egg is available at http://github.com/caol

Re: [Chicken-users] scheme prompt in a browser?

2015-04-30 Thread Mario Domenech Goulart
Hi, On Thu, 30 Apr 2015 12:26:52 +0200 Christian Kellermann wrote: > "Hefferon, James S." writes: > >> I want to put up a page that gives my students a Scheme prompt in >> their browser. I've seen it done on a couple of sites but I've >> enjoyed using Chicken. Is it possible, say with Spock?

Re: [Chicken-users] Problems installing call-with-environment-variables

2015-05-01 Thread Mario Domenech Goulart
Hi Matt, On Fri, 1 May 2015 08:33:14 -0700 Matt Welland wrote: > Dependencies on cock (really hate that name btw, very embarrassing to > be working with a young female co-worker and have to maneuver around > saying the name out loud, reflects very poorly on Chicken Scheme IMHO) > made installing

Re: [Chicken-users] Weird scope of variable defined inside cond

2015-05-12 Thread Mario Domenech Goulart
Hi Vitor, On Tue, 12 May 2015 02:44:30 -0300 Vítor De Araújo wrote: > I'm seeing some weird behavior regarding scope of a variable defined > with 'define' inside a cond clause. For instance: > > (define (foo x) > (define bar 23) > (cond [(number? x) >(define baz 42) >

Re: [Chicken-users] ANN: new chicken-iup Windows installer with IUP gui, canvas-draw, scintilla etc. released.

2015-05-18 Thread Mario Domenech Goulart
Hi, On Sun, 17 May 2015 23:03:12 -0700 Matt Welland wrote: > WHAT: > > The chicken-iup installer has been updated with Chicken 4.9.01, and > recent versions of many eggs, the IUP gui including canvas-draw, and > the iup scintilla editor support. > > STATUS: > > chicken-iup appears to work just

Re: [Chicken-users] libsvm

2015-05-18 Thread Mario Domenech Goulart
Hi Daishi, On Mon, 18 May 2015 21:15:26 +0900 Daishi Kato wrote: > I haven't been following chicken recently, > so forgive me if I misunderstand the procedure. > > I updated the libsvm egg and want to share it. > How can I do it? I have a branch in my local checked-out svn repo, > but I do not h

Re: [Chicken-users] unbound variable: or

2015-05-27 Thread Mario Domenech Goulart
Hi Jinsong, On Wed, 27 May 2015 16:25:33 -0400 Jinsong Liang wrote: > In Chicken, (apply + '(1 2)) returns 3, which is expected. However, if > I try: > > (apply or '(#t #f)) > > Error: unbound variable: or > > Why (apply or '(#t #f)) does not work? Welcome! `or' (*) is not a procedure, so you

[Chicken-users] Scheduled call-cc.org server maintenance

2015-05-29 Thread Mario Domenech Goulart
Hi, The call-cc.org server will undergo scheduled maintenance on, May 30th, at 07:00h EST. The expected maintenance duration is 3 hours. During the maintenance time, the services provided by the following subdomains will be unavailable: * bugs.call-cc.org * code.call-cc.org * gazette.call-c.org

Re: [Chicken-users] New egg: clucker (Twitter API)

2015-06-30 Thread Mario Domenech Goulart
Hey Nick, On Tue, 30 Jun 2015 15:43:56 -0400 Nick Van Horn wrote: > I'm happy to announce the first release of the "clucker" egg, which > provides access methods to Twitter's public api endpoints. > > Currently, the egg: > > * Provides access to all (two) public streaming api endpoints > (http

Re: [Chicken-users] New Egg: chicken-graphs

2015-07-03 Thread Mario Domenech Goulart
Hi Jeremy, On Thu, 02 Jul 2015 18:52:09 -0600 Jeremy Steward wrote: > For those of you who do not know me, I also go by DeeEff on #chicken. > I'd like to announce an egg I've recently put together which provides > a small set of functionality for graphs, digraphs, multigraphs, and > multidigraph

[Chicken-users] 15 years ago...

2015-07-20 Thread Mario Domenech Goulart
A baby CHICKEN was born: https://groups.google.com/forum/#!msg/comp.lang.scheme/QOil0WmRtWg/rp_Yb6Et--0J Congrats. :-) Best wishes. Mario -- http://parenteses.org/mario ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/

Re: [Chicken-users] CHICKEN 4.10.0 release candidate 4 available

2015-07-27 Thread Mario Domenech Goulart
Hi Matt, On Mon, 27 Jul 2015 12:37:16 -0600 Matt Gushee wrote: > Ok, here are some results for you, both on the same machine. The first > may be of interest because of the GCC version, which is 5.1. > > CPU: AMD FX-8320E 8-core, 3.2 Ghz > > Operating system: Arch Linux > Hardware platform: x86-6

Re: [Chicken-users] What use, if any, is `any?' ?

2015-08-05 Thread Mario Domenech Goulart
Hi Nick, On Wed, 05 Aug 2015 10:11:15 -0400 Nick Andryshak wrote: > I came across this function in the official documentation recently: > > http://wiki.call-cc.org/man/4/Unit%20data-structures#any > >>any? >>[procedure] (any? X) >>Ignores its argument and always returns #t. This is actually usef

Re: [Chicken-users] I've gots an egg: missing.egg

2015-08-13 Thread Mario Domenech Goulart
Hi, Thanks for your interest in contributing, Alexej. Please, see some comments below. On Thu, 13 Aug 2015 13:26:03 +0100 (BST) Alaric Snell-Pym wrote: > On Wed, 12 Aug 2015, Alexej Magura wrote: > >> Hey, I've got a new egg that I'm working on: >> https://github.com/amagura/eggs/tree/master/

Re: [Chicken-users] need help with chicken-install

2015-11-03 Thread Mario Domenech Goulart
Hello Jörg, On Tue, 03 Nov 2015 12:40:15 +0100 "Jörg F. Wittenberger" wrote: > Following the instructions on http://wiki.call-cc.org/releasing-your-egg > I posted two release-info files. But those fail to work with > chicken-install. > > Unfortunately the error message does not tell me much.

Re: [Chicken-users] one more egg - need advice how wrt. exports

2015-11-06 Thread Mario Domenech Goulart
Hello Jörg, On Tue, 03 Nov 2015 21:29:44 +0100 "Jörg F. Wittenberger" wrote: > Here is one more egg: > > http://ball.askemos.org/Aad0f198cd7fcfc96ea59bcbeec340556/srfi-101.release-info > > This simply slaps a module/egg around srfi-101 "Purely Functional > Random-Access Pairs and Lists". Note

Re: [Chicken-users] need help with chicken-install

2015-11-06 Thread Mario Domenech Goulart
On Tue, 03 Nov 2015 13:51:37 +0100 "Jörg F. Wittenberger" wrote: > Am 03.11.2015 um 13:12 schrieb Mario Domenech Goulart: >> >> On Tue, 03 Nov 2015 12:40:15 +0100 "Jörg F. Wittenberger" >> wrote: >> >>> Following the instructions on

Re: [Chicken-users] Bencode egg

2015-11-06 Thread Mario Domenech Goulart
Hello Caolan, On Fri, 6 Nov 2015 16:35:26 + Caolan McMahon wrote: > I've just written a quick egg to do Bencode parsing / serialization. > Bencode is the encoding used by BitTorrent, and is similar to > tagged-netstrings. > > Bencode supports four data types: > > * Strings > * Integers > *

Re: [Chicken-users] iconv egg patch

2015-11-06 Thread Mario Domenech Goulart
Hello Hugo, On Wed, 19 Aug 2015 18:36:53 -0300 Hugo Arregui wrote: > The project is here[1], and the release file here[2]. I hope everything > is ok! > > [1] https://github.com/hugoArregui/iconv > [2] > https://raw.githubusercontent.com/hugoArregui/iconv/master/iconv.release-info Thank you, an

Re: [Chicken-users] iconv egg patch

2015-11-07 Thread Mario Domenech Goulart
On Sat, 7 Nov 2015 10:05:57 -0300 Hugo Arregui wrote: >> I notice the .release-info file doesn't reference old versions. Would >> you please add them? If you need an example on how to do that, take a >> look at awful's .release-info: >> https://github.com/mario-goulart/awful/blob/master/awful.r

[Chicken-users] [CRITICAL] Spiffy path traversal vulnerability

2015-11-11 Thread Mario Domenech Goulart
Hello, Benedikt Rosenau discovered a critical security vulnerability that affects Spiffy, the web server. It's strongly advised that all Spiffy instances be updated as soon as possible to version 5.4. Please not that if you are using awful, chickadee, pastiche, qwiki, websockets or any other egg

Re: [Chicken-users] error configuring readline history for .csirc as per documentation

2015-11-29 Thread Mario Domenech Goulart
Hi Joe, On Sun, 29 Nov 2015 17:52:03 -0500 Joe Python wrote: > The link > (http://wiki.call-cc.org/man/3/Using%20the%20interpreter#history-access) > mentions the following procedure for using history with csi. > > (use readline regex) > (current-input-port (make-gnu-readline-port)) > (gnu-histor

Re: [Chicken-users] requesting addition/inclusion of new egg in egg-locations

2015-12-02 Thread Mario Domenech Goulart
Hello masukomi, On Tue, 1 Dec 2015 22:37:13 -0500 masukomi wrote: > I’ve put together a new egg called MDCD (MarkDown Code Documentation) > that provides inline Markdown documentation for your code with REPL > support and generated files for public export. > > The egg, plus its documentation can

Re: [Chicken-users] requesting addition/inclusion of new egg in egg-locations

2015-12-02 Thread Mario Domenech Goulart
Hello masukomi, On Wed, 2 Dec 2015 08:12:26 -0500 masukomi wrote: > On Wed, Dec 2, 2015 at 5:51 AM, Mario Domenech Goulart > wrote: > > - The code style is a bit unusual for Lisp/Scheme programmers, but > still a matter of personal taste. In case you are interested in

Re: [Chicken-users] requesting addition/inclusion of new egg in egg-locations

2015-12-03 Thread Mario Domenech Goulart
Hi masukomi, On Wed, 2 Dec 2015 20:48:58 -0500 masukomi wrote: > On Wed, Dec 2, 2015 at 11:16 AM, Mario Domenech Goulart > wrote: > > Can you please remove 0.5 from .release-info and tag a new > version? > > I moved the v0.5 tag forwards after making the request

Re: [Chicken-users] New egg: punycode

2016-01-09 Thread Mario Domenech Goulart
Hello Caolan, On Sat, 9 Jan 2016 15:23:07 + Caolan McMahon wrote: > Please can someone add this to the egg index? > https://github.com/caolan/chicken-punycode > > Its used when working with internationalized domain names and converts > domains in the style of > "www.bücher.de" to "www.xn--b

Re: [Chicken-users] ANN: new egg "forcible"

2016-01-11 Thread Mario Domenech Goulart
On Mon, 11 Jan 2016 12:41:50 +0100 Jörg F. Wittenberger wrote: > there is a new egg "forcible" to be added to the coop: > > http://askemos.org/chicken-eggs/forcible.release-info > documentation at > http://wiki.call-cc.org/eggref/4/forcible Thanks, Jörg. I've added your egg to the coop. Best

Re: [Chicken-users] SRFI-1 egg

2016-01-14 Thread Mario Domenech Goulart
Hi Jörg, On Thu, 14 Jan 2016 19:01:33 +0100 Jörg F. Wittenberger wrote: > I always was sooo keen to write something nobody needs. ;-) > > And as if the uselessness wasn't enough, I'm even cross-posting this > message to chicken-hackers! > > Here another egg for the coop: > > http://askemos.org

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-17 Thread Mario Domenech Goulart
Hi Jörg, On Sat, 16 Jan 2016 14:03:35 +0100 Jörg F. Wittenberger wrote: > two new eggs for the coop. > > Beware: requires recent chicken from git master to run reliably. > > pthreads: maintains a pool of pthreads > > sqlite3pth: yet another sqlite3 driver. Offloads sqlite queries to > pthreads

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-17 Thread Mario Domenech Goulart
Hello Jörg, On Sun, 17 Jan 2016 15:24:03 +0100 Jörg F. Wittenberger wrote: > Am 17.01.2016 um 15:17 schrieb Mario Domenech Goulart: > ... >>> Release-infos: >>> >>> https://raw.githubusercontent.com/0-8-15/pthreads/master/pthreads.release-info >>> &g

Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-17 Thread Mario Domenech Goulart
Hello Jörg, On Sat, 16 Jan 2016 19:34:34 +0100 Jörg F. Wittenberger wrote: > I feel the need to have some space to stash away temporary glue code. > > Ideally the current version of it is always empty and not of interest to > anyone. As documentation always lags behind, it is empty with high >

Re: [Chicken-users] ANN: new egg pigeon-hole

2016-01-19 Thread Mario Domenech Goulart
On Tue, 19 Jan 2016 22:46:25 +0100 Jörg F. Wittenberger wrote: > another egg for the coop: pigeon-hole > > a pigeon-hole is like a mailbox constrained by capacity. > > https://raw.githubusercontent.com/0-8-15/pigeon-hole > /master/pthreads.release-info Thanks, Jörg. I've added your egg to the

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-19 Thread Mario Domenech Goulart
Hello Jörg, On Mon, 18 Jan 2016 18:20:50 +0100 Jörg F. Wittenberger wrote: > Done. > > sqlite3pth now includes a slightly old version of sqlite3 (3.9.2). > Should compile with chicken-install. Bonus: basic tests added. Nice. Thanks for improving it. Installation still fails, though: cp:

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

2016-02-21 Thread Mario Domenech Goulart
Hello Jeronimo, On Sun, 21 Feb 2016 22:30:28 -0300 Jeronimo Pellegrini wrote: > So, I have packaged PLL ("Programming in Logic in Lisp") [1]. > > PLL is a set of implementations of Prolog in Scheme. It is not supposed > to be efficient, but rather as a simple way to teach the fundamentals of > L

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

2016-02-22 Thread Mario Domenech Goulart
Hello Jeronimo, On Mon, 22 Feb 2016 08:18:34 -0300 Jeronimo Pellegrini wrote: > On Mon, Feb 22, 2016 at 07:10:23AM +0000, Mario Domenech Goulart wrote: >> >> Thanks for sharing your code. >> >> Salmonella has detected some issues: >> >> - pll depe

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

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