Re: [Chicken-users] CSC -embedded

2012-11-15 Thread Christian Kellermann
* Stephen Eilert spedr...@gmail.com [121115 04:19]: Hello again, I have tried compiling a scheme program, using both csc -e and csc -embedded in order to tell it not to generate a main() function, but it does it anyway. I was trying to generated a mainless .c file to embed inside another

[Chicken-users] schemers at 29C3

2012-11-15 Thread Christian Kellermann
Dear Chickenistas, I will be at this years chaos communication congress (29C3) in Hamburg. I am organising a meeting space for schemers and lispers there. If you are attending, feel free to drop by or even contribute! The assembly as they call it will be origanised in the event's wiki at

Re: [Chicken-users] Chicken Scheme for mobile devices?

2012-11-15 Thread Arne Eilermann
Hi there, first of all I'd like to introduce myself, because this is my first posting on this list and it's kinda not mine at all. :-) The last years ruby was my everyday programming language and it still is. But my new job at bevuta and a few people around this company brought me to chicken,

Re: [Chicken-users] Chicken Scheme for mobile devices?

2012-11-15 Thread Kristian Lein-Mathisen
Helllo mobile Chickeners! I'm so glad there is interest in running Chicken on mobile platforms. This is what I've been working on for the past few months, starting chicken-android https://github.com/kristianlm/chicken-android and cocoscheme https://github.com/Adellica/cocoscheme. I only have

Re: [Chicken-users] Chicken Scheme for mobile devices?

2012-11-15 Thread Shawn Rutledge
On 15 November 2012 15:11, Arne Eilermann eilerm...@lavabit.com wrote: A few words on the company: The bevuta IT GmbH is a software company based in cologne, Germany. We are like 10 Geeks in an office to which Moritz Heidkamp – you may know him – in 2010 brought chicken. We did a few smaller

[Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
Hi, I just spent a couple days attempting to get chicken installed on OpenBSD MIPS. I am new to scheme and chicken sounds fantastic from what I read because it compiles to C, which is just what I need on a weird platform like MIPS. I tried the test program in the doc with csc and it broke because

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread Christian Kellermann
Hi John, * John Long codeb...@inbox.lv [121115 18:14]: Hi, I just spent a couple days attempting to get chicken installed on OpenBSD MIPS. I am new to scheme and chicken sounds fantastic from what I read because it compiles to C, which is just what I need on a weird platform like MIPS. I

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
Hey Christian, On Thu, Nov 15, 2012 at 06:18:43PM +0100, Christian Kellermann wrote: That version is way outdated. There is a more recent chicken port in the WIP ports git tree. Regardless of that chicken builds just fine on the loongson. I am running it there myself. Oh cool, another

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread Christian Kellermann
* John Long codeb...@inbox.lv [121115 19:03]: Hey Christian, On Thu, Nov 15, 2012 at 06:18:43PM +0100, Christian Kellermann wrote: That version is way outdated. There is a more recent chicken port in the WIP ports git tree. Regardless of that chicken builds just fine on the loongson.

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread Christian Kellermann
For what it's worth here's my Chicken 4.7.0 port for OpenBSD. zmyrgel's work supercedes this I think. http://pestilenz.org/~ckeen/chicken.tgz Kind regards, Christian -- In the world, there is nothing more submissive and weak than water. Yet for attacking that which is hard and strong, nothing

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 07:10:51PM +0100, Christian Kellermann wrote: * John Long codeb...@inbox.lv [121115 19:03]: Hey Christian, On Thu, Nov 15, 2012 at 06:18:43PM +0100, Christian Kellermann wrote: That version is way outdated. There is a more recent chicken port in the WIP

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 07:18:13PM +0100, Christian Kellermann wrote: For what it's worth here's my Chicken 4.7.0 port for OpenBSD. zmyrgel's work supercedes this I think. http://pestilenz.org/~ckeen/chicken.tgz Thanks, I'll try this now and get back to you tomorrow. /jl

Re: [Chicken-users] Chicken Scheme for mobile devices?

2012-11-15 Thread Mario Domenech Goulart
Hi Arne, On Thu, 15 Nov 2012 15:11:01 +0100 Arne Eilermann eilerm...@lavabit.com wrote: first of all I'd like to introduce myself, because this is my first posting on this list and it's kinda not mine at all. :-) Welcome! The last years ruby was my everyday programming language and it

Re: [Chicken-users] CSC -embedded

2012-11-15 Thread Stephen Eilert
I'll try to create a simple test case to demonstrate the problem. It will take a few days, as there's a holiday here and I won't be touching computers much. -- Stephen *Kids these days.* *Whatever happened to hard work?* -- Joel Spolsky, The perils of javaschools On Thu, Nov 15, 2012

[Chicken-users] installer for windows

2012-11-15 Thread Răzvan Rotaru
Hi, I'm trying to build an installer for chicken for windows. I'm having problems making chicken behave correctly in the installed folder. Does anybody know what is required to make chicken work from a custom folder (other that the one given as PREFIX at compilation)? I tried using environment

Re: [Chicken-users] Chicken Scheme for mobile devices?

2012-11-15 Thread Kristian Lein-Mathisen
Hi Shawn, Kristian decided to use Chipmunk, which is a scene graph with an integrated physics engine, right? That's maybe a different optimization than you need for doing basic 2D GUI applications, but I do wonder if it could work for that purpose too. Actually, Chipmunk only provides the

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 07:18:13PM +0100, Christian Kellermann wrote: For what it's worth here's my Chicken 4.7.0 port for OpenBSD. zmyrgel's work supercedes this I think. http://pestilenz.org/~ckeen/chicken.tgz Christian thank you! This builds fine on 5.2 and csc builds the foo.scm program

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 12:01:03PM -0700, .alyn.post. wrote: Both Christian and I run Chicken Scheme on OpenBSD. There may well be others, but the OpenBSD platform is well supported by Chicken and does see regular use. I suspect you can expect help here if you decide to run Chicken

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread Christian Kellermann
* John Long codeb...@inbox.lv [121116 06:18]: On Thu, Nov 15, 2012 at 07:18:13PM +0100, Christian Kellermann wrote: For what it's worth here's my Chicken 4.7.0 port for OpenBSD. zmyrgel's work supercedes this I think. http://pestilenz.org/~ckeen/chicken.tgz Christian thank you! This