Jeronimo Pellegrini scripsit: > The only missing feature from WG1 for me was TCP/IP (cannot even > be built on top of anything else) and threads (can be done with > continuations, but there's no standard WG1 API to mimic, and I can't > do multicore).
WG2 will not have a full sockets implementation, but will provide some kind of TCP and UDP APIs. If you'd like to see threads in WG1, it would be nice to provide us with some kind of rock-bottom-minimum API; SRFI 18 is huge, and it's far from clear to me that mutexes and condition variables are even the right abstraction (some kind of CSP would appeal to me much more, but that's just me). -- John Cowan [email protected] http://ccil.org/~cowan The known is finite, the unknown infinite; intellectually we stand on an islet in the midst of an illimitable ocean of inexplicability. Our business in every generation is to reclaim a little more land, to add something to the extent and the solidity of our possessions. --Thomas Henry Huxley _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
