Re: CPS Update

2013-02-16 Thread Noah Lavine
Hello, On Sat, Feb 16, 2013 at 2:39 AM, Stefan Israelsson Tampe < stefan.ita...@gmail.com> wrote: > > Isn't the primitiveness decided by tree-il? you wil get a ( > ...) tree il element and then should know how to emit a > corresponding primitive instruction(s). Oh, you're right. I was thinking

Re: CPS Update

2013-02-16 Thread Mark H Weaver
Noah Lavine writes: > Oh, you're right. I was thinking about that because I don't run the > Tree-IL optimizers when I test it, so I don't get any Tree-IL > primitives. I think you should be running the existing tree-il passes before you convert to CPS. As I pointed out earlier, many optimizers w

Re: CPS Update

2013-02-16 Thread Noah Lavine
Hello, On Sat, Feb 16, 2013 at 2:14 PM, Mark H Weaver wrote: > Noah Lavine writes: > > Oh, you're right. I was thinking about that because I don't run the > > Tree-IL optimizers when I test it, so I don't get any Tree-IL > > primitives. > > I think you should be running the existing tree-il pas

Re: CPS Update

2013-02-16 Thread Mark H Weaver
Hi Noah, > On Sat, Feb 16, 2013 at 2:14 PM, Mark H Weaver wrote: [...] > Noah Lavine writes: [...] > > I have thought a bit about how to fix this. The module system already > > allows us to be notified whenever a variable changes, so it would be > > easy to watch all of the varia

[Potluck] a lightweight web framework

2013-02-16 Thread Nala Ginrut
Sorry for the late guys! I planed to give you a lightweight web-framework, and you may use it to build your own site with Guile easily. Besides, with Guile's inner web-server, you could have 10K concurrency performance. But life is no so perfect, I was sick for few days, so I'm late for the potluc

Re: [Potluck] a lightweight web framework

2013-02-16 Thread Daniel Hartwig
On 17 February 2013 13:03, Nala Ginrut wrote: > PS: and I have to mention that bug, I believe it's a bug. > > When the server-handler get the request, I found the uri in request have > no 'host', it's #f. It causes trouble for me to implement url redirect > mechanism, which used to implement admin

Re: [Potluck] a lightweight web framework

2013-02-16 Thread Daniel Hartwig
On 17 February 2013 13:03, Nala Ginrut wrote: > I put here: > https://gitorious.org/glow/artanis The examples you mentioned make this look very interested. Nice job.

Re: [Potluck] a lightweight web framework

2013-02-16 Thread Nala Ginrut
hi Daniel! First, I must appreciate for your encourage! That makes me happier though I'm still weak and headache. ;-) On Sun, 2013-02-17 at 14:14 +0800, Daniel Hartwig wrote: > On 17 February 2013 13:03, Nala Ginrut wrote: > > PS: and I have to mention that bug, I believe it's a bug. > > > > When