Re: [Chicken-users] Some syntax help?

2015-05-02 Thread Dan Leslie
And thanks to your feedback the branch is now passing the available tests. Turns out that (syntax) was allowing the two-modules-in-one-file thing to work. Taking that out caused... Problems. ;) -- -Dan Leslie ___ Chicken-users mailing list Chicken-us

Re: [Chicken-users] Some syntax help?

2015-05-02 Thread Dan Leslie
First off, thank-you for the aid! Peter Bex writes: > I'm sorry to say it, but this egg contains a lot of strange mistakes and > weird things; for example, the setup-file tries to emit a module named > "funky", which does not exist. Also, the renaming procedure from > explicit renaming macro t

Re: [Chicken-users] Some syntax help?

2015-05-02 Thread Peter Bex
On Sat, May 02, 2015 at 08:01:29AM -0700, Dan Leslie wrote: > Here's the wierdness: this works magnificently in CSI, but fails in CSC. > > Moreover, if I replace /m! with a broken variant then /m works great in > both CSI and CSC! I know, it doesn't make much sense to me either. My > best guess is

[Chicken-users] MSYS2 as Windows build platform?

2015-05-02 Thread Matt Gushee
Hello, chickeneers-- As a by-product of my recent adventure in packaging Chicken for Windows, I discovered MSYS2. MSYS2 is an updated version of the venerable MSYS, with 64-bit support and an optional MinGW environment, ported from mingw-w64. It offers a large selection of packages, uses the Pacm

Re: [Chicken-users] Some syntax help?

2015-05-02 Thread Daniel Leslie
> The incorrect code that CSC allows other things to work on: This should have stated CSI. -Dan On Sat, May 2, 2015 at 8:01 AM, Dan Leslie wrote: > > Hi Chickeners! > > Around two weeks ago I received a bug report that the monad egg wasn't > working in CSC. This turned out to be the result of

[Chicken-users] Some syntax help?

2015-05-02 Thread Dan Leslie
Hi Chickeners! Around two weeks ago I received a bug report that the monad egg wasn't working in CSC. This turned out to be the result of a syntax error, and though I've greatly simplified the syntax and narrowed the issue considerably, I find myself stuck in a corner while surrounded by wet pain

[Chicken-users] Termbox using

2015-05-02 Thread frad
Hi, (Sorry for my English) Newbie with Scheme, i try to use the termbox egg. It seems me a very nice and cool library and the documentation helps me a lot. I am learning Scheme and appreciate Chicken implementation. Here a little piece of code to print a simple text menu. But this code isn't i