hey all,
i'm thinking of writing a webapp, the type generally written w/ ruby on rails; but with gambit scheme. given existing tools / termite, I wanted to see what suggestions people had (the frontend is mainly flash + asynch javascript based, the backend needs to run on ec2; I need some type of database, but I'm not particularly attached to mysql or postgresql)
please tell me anything that may be useful
thanks!
Afficher les réponses par date
I have a solution that covers an awful lot of the ground that rails does, although in what I consider a much more Scheme-friendly factorization. It was originally written to target both Gambit and Larceny under CGI/FCGI, but it has drifted towards Larceny over the last few months. All that is needed right now is the rewrite of a couple of macros that use Larceny's explicit-renaming system to work correctly with Gambit's define-macro. If you're interested, do drop me a line.
2009/1/30 lowly coder lowlycoder@huoyanjinjing.com
hey all,
i'm thinking of writing a webapp, the type generally written w/ ruby on rails; but with gambit scheme. given existing tools / termite, I wanted to see what suggestions people had (the frontend is mainly flash + asynch javascript based, the backend needs to run on ec2; I need some type of database, but I'm not particularly attached to mysql or postgresql)
please tell me anything that may be useful
thanks!
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Errr... who wouldn't be interested?
David Rush wrote:
I have a solution that covers an awful lot of the ground that rails does, although in what I consider a much more Scheme-friendly factorization. It was originally written to target both Gambit and Larceny under CGI/FCGI, but it has drifted towards Larceny over the last few months. All that is needed right now is the rewrite of a couple of macros that use Larceny's explicit-renaming system to work correctly with Gambit's define-macro. If you're interested, do drop me a line.
2009/1/30 lowly coder <lowlycoder@huoyanjinjing.com mailto:lowlycoder@huoyanjinjing.com>
hey all, i'm thinking of writing a webapp, the type generally written w/ ruby on rails; but with gambit scheme. given existing tools / termite, I wanted to see what suggestions people had (the frontend is mainly flash + asynch javascript based, the backend needs to run on ec2; I need some type of database, but I'm not particularly attached to mysql or postgresql) please tell me anything that may be useful thanks! _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca <mailto:Gambit-list@iro.umontreal.ca> https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
-- GPG Public key at http://cyber-rush.org/drr/gpg-public-key.txt
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Hallo,
On Sun, Feb 1, 2009 at 4:23 PM, Maarten Koopmans maarten@vrijheid.net wrote:
Errr... who wouldn't be interested?
Seconded!