[Chicken-users] ANN new eggs for Amazon S3, SendGrid, and Stripe

2013-01-30 Thread Thomas Hintz
All of these are available in the official egg repo and are documented on the wiki. Amazon S3 https://aws.amazon.com/s3/: amazon-s3 Manage buckets, upload files, etc. Has a nice method for dealing with Amazon's wacky authentication system, which could be useful in dealing with other Amazon AWS

Re: [Chicken-users] Question about embedding Chicken scheme

2013-01-30 Thread Kristian Lein-Mathisen
I see Julian, so when you said you were looking for an embedded language for doing quests that's exactly what you meant... :) I'm curious how you end up splitting your data structures. Perhaps it's all in C/C++ and then you access then from Scheme? There's an example of you might do that, if you

Re: [Chicken-users] ANN new eggs for Amazon S3, SendGrid, and Stripe

2013-01-30 Thread Felix
All of these are available in the official egg repo and are documented on the wiki. Thanks, WE have to say thanks, Thomas. Great contributions. In other words: thanks. cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] ANN new eggs for Amazon S3, SendGrid, and Stripe

2013-01-30 Thread Thomas Hintz
You're welcome. :) Also, I just noticed that Stripe is now available in Canada as well. If you are in Canada or the US and want to take credit card payments or handle recurring payments, I highly highly recommend Stripe. No need for a merchant account, gateway setup, or storing of any sensitive

Re: [Chicken-users] ANN new eggs for Amazon S3, SendGrid, and Stripe

2013-01-30 Thread Christian Kellermann
* Thomas Hintz t...@thintz.com [130131 00:26]: You're welcome. :) Also, I just noticed that Stripe is now available in Canada as well. If you are in Canada or the US and want to take credit card payments or handle recurring payments, I highly highly recommend Stripe. No need for a merchant

Re: [Chicken-users] ANN new eggs for Amazon S3, SendGrid, and Stripe

2013-01-30 Thread Thomas Hintz
The Stripe card processing page can be found here: https://a.keeptherecords.com/sign-up/payment/basic. The homepage is http://keeptherecords.com, which is wordpress. The app, written in chicken scheme, is http://a.keeptherecords.com. (goto /demo if you want to check it out). On Wed, Jan 30, 2013

Re: [Chicken-users] ANN new eggs for Amazon S3, SendGrid, and Stripe

2013-01-30 Thread Thomas Hintz
Oh and if you're really curious and/or bored the source for the entire application is here https://github.com/ThomasHintz/keep-the-records. (and yes all of the source for my company's apps are bsd licensed). On Jan 30, 2013 3:52 PM, Daniel Leslie d...@ironoxide.ca wrote: Very cool, thank-you!

Re: [Chicken-users] ANN new eggs for Amazon S3, SendGrid, and Stripe

2013-01-30 Thread Daniel Leslie
Very cool, thank-you! -Dan On Wed, Jan 30, 2013 at 3:40 PM, Thomas Hintz t...@thintz.com wrote: The Stripe card processing page can be found here: https://a.keeptherecords.com/sign-up/payment/basic. The homepage is http://keeptherecords.com, which is wordpress. The app, written in chicken

Re: [Chicken-users] Msgpack implementation for scheme (and some questions)

2013-01-30 Thread Kristian Lein-Mathisen
Hi Hugo, Msgpack seems like an interesting project indeed. Thanks for making an egg for it! I'm quite a newbie myself, but I noticed the coops egg includes the module implementation directlyhttp://bugs.call-cc.org/browser/release/4/coops/trunk/coops-module.scm, so you don't have to declare two