[bitc-dev] BitC, Irken, CPS

William Leslie william.leslie.ttg at gmail.com
Sat Feb 7 04:47:16 EST 2009


2009/2/7 Sam Rushing <sam-bitc at rushing.nightmare.com>:
>  conn, addr = http_server.get_connection()
>  name = resolver.get_name (addr)
>  spawn_http_thread (conn, addr)

Ah, I see where you're going. With resolver.get_name implemented with
a trip through an event loop or as a coroutine, we don't have to worry
about manipulating this function's continuation by hand (as we would
have to do with select in some way or another). Sorry for the
confusion.

>> Regarding simple python bitc prototypes, it could be a bit of fun
>> writing a translatable bitc machine with pypy- it'd be usable faster.
>>
>>
> Not sure what you mean here.  PyPy with BitC as a target?

a BitC implementation in rpython- meaning we'd be able to use any of
the targets or GCs, with better performance (and perhaps soon, the JIT
Generator.)

Will


More information about the bitc-dev mailing list