Re: [Chicken-users] Installing chicken on windows

2016-07-09 Thread Matt Gushee
ing some of the problems people have been having. -- ​Matt Gushee​ ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

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

2016-04-05 Thread Matt Gushee
​se​ On Tue, Apr 5, 2016 at 4:06 AM, Bahman Movaqar <bah...@bahmanm.com> wrote > On 04/05/2016 02:33 PM, Matt Gushee wrote: > > > csi and csc appear to work, but chicken-install segfaults: > > Have you set `CHICKEN_PREFIX` and `CHICKEN_REPOSITORY` to point to the >

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

2016-04-05 Thread Matt Gushee
0) On Tue, Apr 5, 2016 at 3:43 AM, Peter Bex <pe...@more-magic.net> wrote: > On Tue, Apr 05, 2016 at 03:34:21AM -0600, Matt Gushee wrote: > > Sure. The main commands I ran were: > > > > $ tar zxvf /var/tmp/chicken-4.11.0rc1.tar.gz > > > > $ cd chicke

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

2016-04-05 Thread Matt Gushee
I guess one of my incidental actions did screw things up. I've started over, and this time compilation was successful. On Tue, Apr 5, 2016 at 3:34 AM, Matt Gushee <m...@gushee.net> wrote: > Sure. The main commands I ran were: > > $ tar zxvf /var/tmp/chicken-4.11.0rc1.tar.gz >

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

2016-04-05 Thread Matt Gushee
e, Apr 05, 2016 at 12:02:52AM -0600, Matt Gushee wrote: > > Thanks for the new release. Here's my compilation report: > > > > Operating system: Manjaro Linux > > Hardware platform: x86_64 > > C Compiler: gcc 5.3.0 > > > > Compilation fails with the mes

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

2016-04-05 Thread Matt Gushee
Thanks for the new release. Here's my compilation report: Operating system: Manjaro Linux Hardware platform: x86_64 C Compiler: gcc 5.3.0 Compilation fails with the messages shown below. This is apparently the first invocation of 'chicken' - which on my system refers to the installed chicken

Re: [Chicken-users] Scraping the REPL?

2016-01-23 Thread Matt Gushee
What OS are you using? If you are on Linux, you can use the 'script' command. You will have to edit the output a bit, but it does the job. -- Matt Gushee On Sat, Jan 23, 2016 at 4:29 AM, Hefferon, James S. <jheffe...@smcvt.edu> wrote: > > I am writing a document that will inc

Re: [Chicken-users] Scraping the REPL?

2016-01-23 Thread Matt Gushee
Hi, James-- On Sat, Jan 23, 2016 at 10:51 AM, Hefferon, James S. wrote: > > Thank you for the "script" suggestion. I apologize but I don't understand > it. > ​I see the problem. I had forgotten that csi has a -script option. I meant something entirely different - the

Re: [Chicken-users] Hello! I'm new and need some pointers please ~

2015-11-28 Thread Matt Gushee
be formally deprecated, but they are not much used any more; the general practice these days is to use modules rather than units. Though there are others on this list with much more expertise than I, who might tell you differently. -- Matt Gushee ___ Chicken-u

Re: [Chicken-users] strange IUP canvas behavior - mouse clicks returning bad value

2015-10-30 Thread Matt Gushee
I've been meaning for a while to update my IUP library. I've had some struggles with that in the past, and have worked out some solutions ... however, I'm on Arch Linux, so the issues may or may not be similar. At any rate, once I've done that I'll post a report in case

Re: [Chicken-users] strange IUP canvas behavior - mouse clicks returning bad value

2015-10-16 Thread Matt Gushee
Hi Matt-- My brain is not sure, but my finger is spontaneously pointing at the window manager ;-) On Fri, Oct 16, 2015 at 3:40 AM, Matt Welland wrote: > obj: #, pressed 0, status 1 > canvas-origin: 0 0 click at -1987635704 48 > > The -1987635704 is the x value

Re: [Chicken-users] Create and write to a file

2015-10-03 Thread Matt Gushee
at #t "~A-%" (pigud num) I'm assuming PIGUD and NUM are defined somewhere earlier in the program. Otherwise you'll get undefined variable errors. Also, if you actually want the file name to be a constant, maybe you don't need to define the WRITE-TO-A-FILE procedure at all - just perfo

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

2015-08-02 Thread Matt Gushee
. Of course, if you are personally interested in Haiku that's fine. But strategically speaking it doesn't seem like a very important platform to support (though I wish that were not so). -- Matt Gushee ___ Chicken-users mailing list Chicken-users

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

2015-07-27 Thread Matt Gushee
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-64 C Compiler: gcc 5.1.0 Installation works?: yes Tests work?: no [hangs on

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

2015-07-27 Thread Matt Gushee
And here's a result for FreeBSD 9.1: This is a VPS, so I'm not sure if this info is accurate, but: $ sysctl hw.model hw.model: Intel(R) Xeon(TM) CPU 2.80GHz $ sysctl hw.physmem hw.physmem: 17166430208 [However, I'm pretty sure I don't really have access to that much memory] Anyway: Operating

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

2015-07-27 Thread Matt Gushee
Hi, Mario-- On Mon, Jul 27, 2015 at 12:42 PM, Mario Domenech Goulart mario.goul...@gmail.com wrote: On Mon, 27 Jul 2015 12:37:16 -0600 Matt Gushee m...@gushee.net wrote: Tests work?: no [hangs on apply-test.scm] Installation of eggs works?: not attempted So it appears that whatever

Re: [Chicken-users] callbacks returning twice

2015-06-25 Thread Matt Gushee
called either from iup or Jörg's code ... so no obvious indication of what is triggering it. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] callbacks returning twice

2015-06-25 Thread Matt Gushee
' in the IUP egg (v1.6.0) source code. What version of the egg are you using - or did you add gridbox support yourself? -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Mutual recursion w/ comparse

2015-05-29 Thread Matt Gushee
Hi, Moritz-- On Fri, May 29, 2015 at 3:00 AM, Moritz Heidkamp mor...@twoticketsplease.de wrote: I also saw that comparse provides a similar macro called 'recursive-parser', but for some reason that didn't work when I tried it. Maybe I was using it wrong. That's right -- it's slightly

Re: [Chicken-users] unbound variable: or

2015-05-29 Thread Matt Gushee
think the 3rd edition is more applicable to Chicken. Also, I have heard that, different from Lisp, macro programming in Scheme is not recommended. Is it true? I wouldn't put it that way, but what I have always heard is that you shouldn't use a macro when a procedure will work. HTH. -- Matt

Re: [Chicken-users] Mutual recursion w/ comparse

2015-05-28 Thread Matt Gushee
that comparse provides a similar macro called 'recursive-parser', but for some reason that didn't work when I tried it. Maybe I was using it wrong. I'd still be interested to know if my solution here is the best one, or if there are other good ways to handle this type of situation. -- Matt Gushee

Re: [Chicken-users] Mutual recursion w/ comparse

2015-05-28 Thread Matt Gushee
On Thu, May 28, 2015 at 6:30 PM, Ivan Raikov ivan.g.rai...@gmail.com wrote: `vac' means `vacuous' because it is just a vacuous macro that delays the application of a function. Oh, okay. Well, thanks for your vacuous macro, and the explanation! -- Matt

[Chicken-users] Mutual recursion w/ comparse

2015-05-27 Thread Matt Gushee
time; thus any symbols referenced in BODY must be previously (in lexical order) defined. Have I got that right? Thanks for any help. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken

Re: [Chicken-users] unbound variable: or

2015-05-27 Thread Matt Gushee
(Structure and Interpretation of Computer Programs) is one of the classics in the field, and I think well worth studying for anyone who has time and wants to *really* understand Scheme ... though I haven't done it yet), but I'm not sure it works as a quick explanation. -- Matt Gushee

Re: [Chicken-users] whitespace in sxml

2015-05-21 Thread Matt Gushee
Hi, Nathaniel-- Have you looked at the ssax source code? It looks like it would be quite easy to make the change you need (though I haven't tried it). Of course, that doesn't help if you are trying to distribute an egg to the public that depends on ssax. Also, I see from a comment in SSAX.scm

Re: [Chicken-users] whitespace in sxml

2015-05-21 Thread Matt Gushee
Hi, Nathaniel-- Unfortunately, I do not have a solution for this. However, I was curious, because I saw that Oleg stated the white-space removing behavior was deliberate. That seemed questionable to me, so I referred to the XML spec [

Re: [Chicken-users] [ANN] New egg: sass (CSS preprocessor library)

2015-05-17 Thread Matt Gushee
Hi-- Mario or someone, could you please add this egg to the directory? I do not have access. Thanks! On Wed, May 13, 2015 at 3:05 AM, Matt Gushee m...@gushee.net wrote: Hello, chickeneers-- I am proud to announce the first release of the sass egg. This is a wrapper for libsass [http

Re: [Chicken-users] [ANN] New egg: sass (CSS preprocessor library)

2015-05-17 Thread Matt Gushee
Thank you! On Sun, May 17, 2015 at 5:31 PM, Evan Hanson ev...@foldling.org wrote: Hi Matt, On 2015-05-17 17:24, Matt Gushee wrote: Mario or someone, could you please add this egg to the directory? Done! Cheers, Evan ___ Chicken-users

[Chicken-users] Annoying compiler warning

2015-05-13 Thread Matt Gushee
. Is there a way I can get rid of this warning without hiding all warnings? Oh, BTW, I see that features.h is part of glibc - of which I have version 2.21. Thanks, Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org

[Chicken-users] [ANN] New egg: sass (CSS preprocessor library)

2015-05-13 Thread Matt Gushee
, are all there, so it should be ready to go. I've also posted an egg doc at https://wiki.call-cc.org/eggref/4/sass Best regards to all, Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Minor problem with args egg

2015-05-13 Thread Matt Gushee
if it wouldn't be better for a no-arg option to produce a symbol, #:undefined perhaps? -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Annoying compiler warning

2015-05-13 Thread Matt Gushee
Hi, Evan-- On Wed, May 13, 2015 at 6:54 PM, Evan Hanson ev...@foldling.org wrote: $ csc -C -D_DEFAULT_SOURCE foo.scm Oh, yeah. Duh. Why, I bet I could even add it to my bash profile, since it is pretty unlikely I'll be working on any projects where I need to see that warning. Thanks,

Re: [Chicken-users] Basic abnf usage?

2015-05-13 Thread Matt Gushee
Hi, Moritz-- On Thu, Apr 16, 2015 at 2:35 PM, Moritz Heidkamp mor...@twoticketsplease.de wrote: sorry for the late reply, got busy :-) And I'm sorry for the even later reply, got scared :-) No, really! It's stupid, but I am often scared of people's reactions when I make even mildly critical

Re: [Chicken-users] Minor problem with args egg

2015-05-13 Thread Matt Gushee
On Wed, May 13, 2015 at 10:55 AM, Jim Ursetto zbignie...@gmail.com wrote: #t does seem to make sense ... the existing behavior comes from the srfi-37 implementation which sets the value to #f for #:none args. Oh, yes, I see. I think #f would be reasonable if you were processing options with

Re: [Chicken-users] specialized-io egg version discrepancy

2015-05-09 Thread Matt Gushee
Hi, Jeronimo-- Thanks for your very prompt attention! On Fri, May 8, 2015 at 9:09 PM, Jeronimo Pellegrini j...@aleph0.info wrote: On Fri, May 08, 2015 at 06:48:48PM -0600, Matt Gushee wrote: In addition to shadowing the builtin write-string, this write-string causes a segfault when I

[Chicken-users] specialized-io egg version discrepancy

2015-05-08 Thread Matt Gushee
into it any further yet, but that doesn't seem very good. This egg looks very useful; hope it can be brought up to date. If the original author isn't available, I can at least take a look and see what needs to be done. Thanks for your attention! -- Matt Gushee

[Chicken-users] find-library only tests static libs on Windows?

2015-05-04 Thread Matt Gushee
be a bad idea, or would not work, for find-library to test DLLs as well as static libs? TIA for any info. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] MSYS2 as Windows build platform?

2015-05-02 Thread Matt Gushee
://sourceforge.net/p/msys2/wiki/Home/ -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Build error on MinGW

2015-04-27 Thread Matt Gushee
Thanks, Evan. That did the trick! Although it's a pretty trivial fix, as a matter of principle I suppose I should ask: Is it OK if we incorporate this into the chicken-iup distribution? On Fri, Apr 24, 2015 at 4:18 PM, Evan Hanson ev...@foldling.org wrote: On 2015-04-24 15:48, Matt Gushee

Re: [Chicken-users] Basic abnf usage?

2015-04-02 Thread Matt Gushee
On Sat, Mar 28, 2015 at 3:24 PM, John Cowan co...@mercury.ccil.org wrote: Matt Gushee scripsit: string-kmp-partial-search make-kmp-restart-vector Substring/shared is not too big a deal, but that KMP stuff is a bit daunting. Maybe I'll look into it if I have time. I do like

Re: [Chicken-users] Basic abnf usage?

2015-03-27 Thread Matt Gushee
stream representation; however many other input representations are possible. I will copy the documentation on input formats from lexgen and include it in the abnf page. Let me know if I can help with anything else. -Ivan On Thu, Mar 26, 2015 at 7:53 PM, Matt Gushee m...@gushee.net wrote

[Chicken-users] Basic abnf usage?

2015-03-26 Thread Matt Gushee
have no idea what to do. Is it necessary to define one's own parser? If so, what arguments does it need to take, and what does it return? Thanks for any info. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https

Re: [Chicken-users] setup-download

2015-03-26 Thread Matt Gushee
the egg binary version certainly changes when the Chicken major version changes, but - given the number is now 7 - apparently on some other occasions too. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman

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

2015-03-24 Thread Matt Gushee
/.+) (lambda (url) (parameterize ((root-path (data-dir))) (send-static-file (string-drop url 6 no-template: #t) ? HTH. PS: Why not just have Nginx serve static files? -- Matt Gushee ___ Chicken-users mailing list Chicken-users

Re: [Chicken-users] Cryptic SSAX error message

2015-03-18 Thread Matt Gushee
Hi, Peter-- On Tue, Mar 17, 2015 at 2:13 AM, Peter Bex airh...@users.sourceforge.net wrote: On Mon, Mar 16, 2015 at 09:27:36PM -0600, Matt Gushee wrote: I was building a new blog with Coq au vin, which uses Civet to process templates, which in turn uses SSAX ... and one of my XHTML

[Chicken-users] Cryptic SSAX error message

2015-03-16 Thread Matt Gushee
a file they did not create themselves might have no idea what to do with that SSAX error. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Updating the zmq egg

2015-03-05 Thread Matt Gushee
, Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Updating the zmq egg

2015-03-05 Thread Matt Gushee
passed as a size_t is in the correct range. In this case, the 'len' argument is produced by calling (number-of-bytes data). I would be really surprised if that value ever exceed the int32 range, but I suppose that could theoretically happen. Matt Gushee

Re: [Chicken-users] Updating the zmq egg

2015-03-05 Thread Matt Gushee
On Thu, Mar 5, 2015 at 6:18 PM, Dan Leslie d...@ironoxide.ca wrote: You might want to consider the nanomsg egg, which doesn't appear to have a wiki page yet. https://github.com/Adellica/chicken-nanomsg Oh, great, yet another alternative to consider! :-/ Well, maybe. I've never heard of

Re: [Chicken-users] Read/Write PNG image

2015-02-19 Thread Matt Gushee
)) ; Existing image (let ((img (image-load other-image.png))) ; Manipulate image (image-save img other-image.png)) I think you can also use OpenGL and some other eggs to work with PNGs, but imlib2 is probably the simplest. HTH -- Matt Gushee

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

2015-01-24 Thread Matt Gushee
for managing them) of any Scheme implementation. That's one reason it's the only Scheme implementation I've seriously used. Well, Racket is comparable, and stronger in some areas, but it is also not calling itself Scheme any more. -- Matt Gushee ___ Chicken

Re: [Chicken-users] Homepage design proposal

2015-01-23 Thread Matt Gushee
(albeit a small and unpopular one) running for around 2 years, and it is very light on resources (and never goes down). It doesn't matter that much to me - just saying that eating our own dog food should be considered. -- Matt Gushee ___ Chicken-users mailing

Re: [Chicken-users] Homepage design proposal

2015-01-23 Thread Matt Gushee
On Fri, Jan 23, 2015 at 1:00 PM, Matt Gushee m...@gushee.net wrote: These days there are some good static website generators out there, like JBake and Jekyll, with which one can use HTML or asciidoc or Markdown to generate a static website. Sorry. Peter mentioned a static site generator

Re: [Chicken-users] Homepage design proposal

2015-01-23 Thread Matt Gushee
Hi, Tim and everyone-- I've been meaning to comment on this topic for some time, but I am somewhat afraid to express my opinions on this list (I hasten to add that that has nothing to do with anyone's behavior here - just my own feeling of being hopelessly outclassed in this community. Plus the

Re: [Chicken-users] Arch User Repository packages

2015-01-09 Thread Matt Gushee
. And consequently, I will *not* be thinking about how to automate AUR-packages-from-eggs. Hope that doesn't break anyone's heart. -- Matt Gushee On Fri, Jan 9, 2015 at 8:21 PM, John Cowan co...@mercury.ccil.org wrote: Matt Gushee scripsit: Also, in my experience with various Linux tribes

Re: [Chicken-users] Wiki design

2014-08-29 Thread Matt Gushee
there is no design that is perfect in every way, and that's even truer on the web (for reasons that are well understood, right?). -- Matt On Fri, Aug 29, 2014 at 6:08 PM, Arthur Maciel arthurmac...@gmail.com wrote: Matt and Yaroslav, thanks for your opinions! (more below) From: Matt Gushee m...@gushee.net

[Chicken-users] How to contribute to Cairo egg?

2014-08-15 Thread Matt Gushee
if possible, so that my program will work for any members of the general public who care to use it. However, the Cairo egg documentation doesn't say anything about a public repo or a recommended way to contributed patches, so I'm not sure how to go about it. What should I do? -- Matt Gushee

[Chicken-users] Using epsilon in test egg

2014-07-26 Thread Matt Gushee
currently my code has a number of cases where 1 and 0 are expressed as integers. So ... do I understand the problem correctly? Any recommendations? Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman

Re: [Chicken-users] Using epsilon in test egg

2014-07-26 Thread Matt Gushee
of the values being tested. Anyway, I'd appreciate help in understanding how this is supposed to work ... On Sat, Jul 26, 2014 at 6:42 PM, Matt Gushee m...@gushee.net wrote: Hi, folks-- I am working on an application that does a lot of floating-point calculations, and I'm having trouble with the test

Re: [Chicken-users] Using epsilon in test egg

2014-07-26 Thread Matt Gushee
On Sat, Jul 26, 2014 at 6:57 PM, Alaric Snell-Pym ala...@snell-pym.org.uk wrote: It's probably best to define your own equality predicate, I think! Yes, I think you're right. Thanks! ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] Using epsilon in test egg

2014-07-26 Thread Matt Gushee
Hi, John-- On Sat, Jul 26, 2014 at 7:47 PM, John Cowan co...@mercury.ccil.org wrote: Matt Gushee scripsit: Other posters have addressed the main issues, but I'll just point out that inexact comparison means comparison for equality of inexact numbers. Epsilon is applied only by the default

Re: [Chicken-users] How to install eggs in $HOME?

2014-06-15 Thread Matt Gushee
-install into placing the executables somewhere else. If so, I'd like to know too. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] ANN: coq-au-vin version 0.3

2014-03-08 Thread Matt Gushee
After a quiet few months, I'm pleased to announce a new release of my Coq au Vin blogware (available as a chicken egg). Release 0.3 does not introduce any major new features; it is focused mainly on making a more robust and secure product. I have made the following changes: * Moved the FastCGI

Re: [Chicken-users] Matchable not working in module

2014-03-04 Thread Matt Gushee
PS: I am aware of the uri-match egg, and considered using it, but I felt the tree syntax was unnecessarily complex for this application. If I can't get matchable working I might reconsider that choice. On Tue, Mar 4, 2014 at 8:39 PM, Matt Gushee m...@gushee.net wrote: Hi, all-- I'm working

Re: [Chicken-users] Matchable not working in module

2014-03-04 Thread Matt Gushee
that. Now I will be able to sleep tonight ;-) -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Question about (use numbers)

2014-03-02 Thread Matt Gushee
, so I'm not sure that gives you much of an advantage. HTH. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Wiki design

2014-02-13 Thread Matt Gushee
Hello, Arthur and others-- So, what has happened with this? I was quiet on this subject previously because I didn't have much to add, but I thought the proposed design was a big improvement. I'm writing today because, if anyone is still working on updating the wiki, I have a feature request.

Re: [Chicken-users] Problem with read-line

2013-12-04 Thread Matt Gushee
Hi, Dan-- I believe you need to add (use extras) to your code. It's not a bug, but rather a peculiarity of the Chicken implementation: most of the libraries that come with the distribution (I think it's everything that is not standard R5RS, or in the 'library' unit) need to be specifically

[Chicken-users] ANN: Coq au Vin 0.2 released

2013-11-11 Thread Matt Gushee
it out! -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Sending mail from a web site

2013-11-01 Thread Matt Gushee
with the latter method, it seems like a potential source of errors and security holes. I would appreciate any recommendations you may have for either or both use cases. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https

Re: [Chicken-users] Sending mail from a web site

2013-11-01 Thread Matt Gushee
On Fri, Nov 1, 2013 at 8:25 AM, Thomas Hintz t...@thintz.com wrote: Another option is to use SendGrid and the send-grid egg: Thanks, Thomas! I hadn't noticed that before; looks like it will do quite nicely. I'm going to try it. -- Matt Gushee

[Chicken-users] Chicken-install not finding header files

2013-10-31 Thread Matt Gushee
this? -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Chicken-install not finding header files

2013-10-31 Thread Matt Gushee
Ah, never mind, I got it. CSC_OPTIONS ... as explained in the Extensions section of the manual. On Thu, Oct 31, 2013 at 8:11 PM, Matt Gushee m...@gushee.net wrote: Hello, list-- I feel kind of dumb asking this, since I know I've run into this issue before and found solutions, but I can't find

Re: [Chicken-users] Problem with creating extensions

2013-10-18 Thread Matt Gushee
Hi, Christian-- On Wed, Oct 16, 2013 at 12:51 PM, Christian Kellermann ck...@pestilenz.org wrote: * Matt Gushee m...@gushee.net [131016 19:03]: If so, I think the documentation for 'require-extension' needs an update. The manual states: [(require-extension ID ...)] is equivalent

Re: [Chicken-users] Problem with creating extensions

2013-10-16 Thread Matt Gushee
an update. The manual states: [(require-extension ID ...)] is equivalent to (require-library ID ...) but performs an implicit import, if necessary. As I read it, that implies that placing the extension code in a module is *optional*. But apparently it is now required. -- Matt Gushee

Re: [Chicken-users] ANN: New egg released: Coq au Vin (blogware)

2013-10-14 Thread Matt Gushee
Hi, Peter-- On Mon, Oct 14, 2013 at 1:16 AM, Peter Bex peter@xs4all.nl wrote: On Sun, Oct 13, 2013 at 08:01:26PM -0600, Matt Gushee wrote: After many trials and tribulations, I am pleased to announce the initial release of Coq au Vin, a Chicken Scheme blogging engine. Oh, this is very

Re: [Chicken-users] srfi-19 'date?'

2013-10-13 Thread Matt Gushee
, but then the system would break whenever anyone decided to change their documentation format. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] ANN: New egg released: Coq au Vin (blogware)

2013-10-13 Thread Matt Gushee
After many trials and tribulations, I am pleased to announce the initial release of Coq au Vin, a Chicken Scheme blogging engine. I'm not going to say a whole lot here, but if you are interested, please visit the official Coq au Vin blog (self-hosted, of course!):

[Chicken-users] Another lowdown-sxml-serializer problem

2013-10-11 Thread Matt Gushee
to do what I need, I'm not sure my brain is big enough for that. So I still feel sxml-serializer is the best option--if this problem can be solved. Any solutions for this? -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https

Re: [Chicken-users] Another lowdown-sxml-serializer problem

2013-10-11 Thread Matt Gushee
there are browsers that won't handle XHTML correctly without the namespace declaration). So, it probably isn't a very hard problem, but I just have not yet grasped how to create custom rules for sxml-transforms. Any light you can shed would be appreciated. -- Matt Gushee

Re: [Chicken-users] Another lowdown-sxml-serializer problem

2013-10-11 Thread Matt Gushee
That seems to work. Thank you very much! On Fri, Oct 11, 2013 at 4:07 PM, Moritz Heidkamp mor...@twoticketsplease.de wrote: Hi Matt, Matt Gushee m...@gushee.net writes: I have observed the following undesired behavior: [...] Any solutions for this? I'm sorry that I didn't get around

Re: [Chicken-users] Unix Scripting in Chicken

2013-10-11 Thread Matt Gushee
of them. HTH. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] alist-update

2013-09-26 Thread Matt Gushee
Hi, I am just wondering if alist-update from data-structures is guaranteed to preserve order (assuming all keys to be updated are present in the original). I can easily write my own function to do what I need, but I'd rather use the existing one if it does what I need. TIA, Matt Gushee

Re: [Chicken-users] Issue w/ string-trim functions in utf8-srfi-13

2013-09-22 Thread Matt Gushee
On Sun, Sep 22, 2013 at 1:16 AM, Alex Shinn alexsh...@gmail.com wrote: This should work now. Indeed it does! Thank you. -- Matt ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] ANN: civet 0.3.0 released

2013-09-08 Thread Matt Gushee
). Hope you like civet, and let me know of any issues you encounter! -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] ANN: civet 0.3.0 released

2013-09-08 Thread Matt Gushee
On Sun, Sep 8, 2013 at 7:35 PM, Matt Gushee m...@gushee.net wrote: Finally, for anyone who is seriously interested in civet and would like to influence its development, I have written a 'developer notes' document, containing an informal discussion of some issues that are bugging me. Please

Re: [Chicken-users] Questions/nitpicks about Posix I/O

2013-09-06 Thread Matt Gushee
for reminding me. (as with `open-output-file`, which you mention but don't use in your example) I don't think I meant to mention it--maybe I forgot the asterisk somewhere. As for the rest, it's getting late. Maybe I'll have more tomorrow. Thanks for the input! -- Matt Gushee

[Chicken-users] Questions/nitpicks about Posix I/O

2013-09-05 Thread Matt Gushee
the apparent wrongness of writing code with two 'opens' and one 'close'. Best regards, Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] html-sxml (html-parser egg) does not decode entities in html attributes, ideas why?

2013-09-03 Thread Matt Gushee
.org/TR/xml11/#AVNormalize As for the non-XML varieties of HTML, well ... life is too short to go digging into all that hoary SGML stuff. Did that once upon a time ... but I was younger then, and thought markup languages were the greatest thing since sliced bread ;-) -- Matt Gushee

[Chicken-users] -no-parentheses-synonyms broken?

2013-08-30 Thread Matt Gushee
, is an appropriate value for the STYLE argument. Or am I doing something wrong here? -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Lowdown sxml-serializer not working together

2013-08-30 Thread Matt Gushee
it must be a useful feature for some users. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] -no-parentheses-synonyms broken?

2013-08-30 Thread Matt Gushee
On Fri, Aug 30, 2013 at 1:39 AM, Peter Bex peter@xs4all.nl wrote: On Fri, Aug 30, 2013 at 01:17:40AM -0600, Matt Gushee wrote: I hypothesize that filter expressions in the native sxpath syntax don't work because they are delimited with [] That makes absolutely no sense; the native sxpath

Re: [Chicken-users] Lowdown sxml-serializer not working together

2013-08-30 Thread Matt Gushee
Oh, wait ... On Fri, Aug 30, 2013 at 1:44 AM, Matt Gushee m...@gushee.net wrote: results I wanted before. Specifically, I'm working with my civet templating system, which I created a few months ago, and up to version 0.3 of sxml-serializer, I got output with a default namespace declaration

Re: [Chicken-users] Lowdown sxml-serializer not working together

2013-08-23 Thread Matt Gushee
not quite right. I suppose it should be possible to create conversion rules for the *TOP*, *NAMESPACES*, and *PI* nodes, but I don't understand the syntax well enough. Are there any examples out there of how to do this? -- Matt Gushee On Thu, Aug 22, 2013 at 3:01 PM, Moritz Heidkamp mor

Re: [Chicken-users] Lowdown sxml-serializer not working together

2013-08-22 Thread Matt Gushee
that, and I'm a bit out of practice reading EBNF, but maybe I can puzzle it out. Anyway, thanks. Guess I'll just work around it for now. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Lowdown sxml-serializer not working together

2013-08-22 Thread Matt Gushee
the '' and '' in string form, whereas the '' becomes #\. That seems like a peculiar inconsistency, but I suppose there's some reason for it. Anyway, am I right in thinking that I can get escaped characters by using something other than universal-conversion-rules? -- Matt Gushee

[Chicken-users] Lowdown sxml-serializer not working together

2013-08-21 Thread Matt Gushee
, is there something that needs to be fixed in one of these eggs, or do I just need to convert the markdown-sxml output to something that serialize-sxml can handle? Please advise. -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https

[Chicken-users] Big integers as statement parameters in sql-de-lite

2013-07-22 Thread Matt Gushee
-OBJECT)) ... so a typical result is a number like 1291678156, which is a bignum. Is there a way I can use these numbers as numbers in sql-de-lite, or do I have to convert them to something else? -- Matt Gushee ___ Chicken-users mailing list Chicken

Re: [Chicken-users] help :)

2013-06-05 Thread Matt Gushee
with Chicken! -- Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Crypt egg build error

2013-04-12 Thread Matt Gushee
that bcrypt is one of the better hashing methods. But this crypt is not related to bcrypt, is it? Thanks, Matt Gushee ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

  1   2   >