Re: [Chicken-users] Chicken and Cocos2Dx on Google Play!

2012-11-04 Thread Kristian Lein-Mathisen
Thanks a bunch for the encouraging feedback! I wonder where this project might end up. Shawn: The bottom-left numbers read (from top to bottom): number of drawn primitives, seconds per frame, frames per second. For example, if you evaluate ;; Add a gentle but slippery slope (space-add space

[Chicken-users] [ANN] New OAuth Egg

2012-11-04 Thread Andy Bennett
Hi everyone, I've written an OAuth 1 client. It should work with 1.0, 1.0a and RFC 5849 with PLAINTEXT signing. However, I've only tested it with Dropbox's 1.0 implementation. Regards, @ndy -- andy...@ashurst.eu.org http://www.ashurst.eu.org/ 0x7EBA75FF

Re: [Chicken-users] [ANN] New OAuth Egg

2012-11-04 Thread Andy Bennett
Hi everyone, I've written an OAuth 1 client. It should work with 1.0, 1.0a and RFC 5849 with PLAINTEXT signing. However, I've only tested it with Dropbox's 1.0 implementation. http://wiki.call-cc.org/eggref/4/oauth Regards, @ndy -- andy...@ashurst.eu.org http://www.ashurst.eu.org/

[Chicken-users] [ANN] New rest-bind Egg

2012-11-04 Thread Andy Bennett
Hi everyone, I've written an egg that generates scheme wrappers to REST-like HTTP APIs. The functionality is not complete yet but I thought I'd put it out there in case it's useful to anyone else. It currently handles building requets as well as writing and reading request and response bodies

Re: [Chicken-users] [ANN] New rest-bind Egg

2012-11-04 Thread Peter Danenberg
Thanks, Andy; you've simultaneously scratched two of my itches with REST + OAuth. Good work! Hi everyone, I've written an egg that generates scheme wrappers to REST-like HTTP APIs. The functionality is not complete yet but I thought I'd put it out there in case it's useful to anyone else.

Re: [Chicken-users] [ANN] New rest-bind Egg

2012-11-04 Thread Andy Bennett
Hi, Thanks, Andy; you've simultaneously scratched two of my itches with REST + OAuth. Good work! No worries: OAuth is currently only version 1 tho'. ;-) Let me know how you get on with the eggs: good or bad. Regards, @ndy -- andy...@ashurst.eu.org http://www.ashurst.eu.org/ 0x7EBA75FF

[Chicken-users] A poor man's continuous integration server with awful+spiffy

2012-11-04 Thread Ivan Raikov
Hi all, I recently had the need to automatically produce native binaries for nemo, one of my applications written in Scheme. So I decided to try using awful to construct a simple server script that can fetch the latest version of nemo from svn, compile nemo and its dependencies, make a