Re: asynchronous socket library

2013-07-16 Thread mark
Aleix Conchillo Flaqué writes: > Hi, > > I was wondering if there is (or someone is working on) an asynchronous > socket library for Guile. I was thinking in a pure scheme library (not > bindings for libevent or some other). > > Thanks, > > Aleix > > I spent some time working on nonblocking inpu

Re: Guile-SSH 0.3.1 released

2013-07-16 Thread Artyom Poptsov
Hi Ludovic, > Artyom Poptsov skribis: > >> I'm working on a library called Guile-SSH. The goal is to provide API >> for Guile programs for working with SSH protocol. >> >> Guile-SSH is a wrapper to the underlying libssh [1] library, and >> currently it provides only SSH client API. The sources

Re: asynchronous socket library

2013-07-16 Thread Aleix Conchillo Flaqué
On Tue, Jul 16, 2013 at 8:58 AM, Chaos Eternal wrote: > http://git.savannah.gnu.org/gitweb/?p=guile.git;a=shortlog;h=refs/heads/wip-ethreads > > should be this one > Oh, I see now. Nala Ginrut actually asked about the status of the wip-ethreads branch earlier this month. http://lists.gnu.org/ar

Re: Unix Domain Sockets and (write) (read)

2013-07-16 Thread Alex Sassmannshausen
l...@gnu.org (Ludovic Courtès) writes: Hello, > Hi, > > Alex Sassmannshausen skribis: > >> I'm thinking of writing a summary of my attempts as a novice in socket >> communications with an example of Unix domain sockets in action. Do >> people think that something like that might also be a useful

xmlish

2013-07-16 Thread Stefan Israelsson Tampe
Heya Heya guile and all the guilers! I just pushed a simple tool to handle name spaced xml using the guile module system It is in an initial state and is a small shell around sxml. I will use it as a base for handling xml-schema specifications. Anyway if interested checkout https://gitorious.o

Re: asynchronous socket library

2013-07-16 Thread Chaos Eternal
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=shortlog;h=refs/heads/wip-ethreads should be this one On Tue, Jul 16, 2013 at 11:24 PM, Aleix Conchillo Flaqué wrote: > On Tue, Jul 16, 2013 at 12:36 AM, Chaos Eternal > wrote: >> i think there is a nio branch for guile? >> nio means non-blocki

Re: asynchronous socket library

2013-07-16 Thread Aleix Conchillo Flaqué
On Tue, Jul 16, 2013 at 12:36 AM, Chaos Eternal wrote: > i think there is a nio branch for guile? > nio means non-blocking io > Couldn't find it with that name. Aleix

Re: asynchronous socket library

2013-07-16 Thread Aleix Conchillo Flaqué
On Tue, Jul 16, 2013 at 12:50 AM, Thien-Thi Nguyen wrote: > () Aleix Conchillo Flaqué > () Tue, 16 Jul 2013 00:02:36 -0700 > >My idea was to create something simple on top of system calls, >as libevent does. > > Have you looked at GNU Serveez? > > http://www.gnu.org/software/serveez/ > >

Re: Guile-SSH 0.3.1 released

2013-07-16 Thread Ludovic Courtès
Hi, Artyom Poptsov skribis: > I'm working on a library called Guile-SSH. The goal is to provide API > for Guile programs for working with SSH protocol. > > Guile-SSH is a wrapper to the underlying libssh [1] library, and > currently it provides only SSH client API. The sources are available >

[ANN] gzochi project development release 0.4

2013-07-16 Thread Julian Graham
Hi everyone, I'm pleased to announce the fourth development release of the gzochi game development framework. The project description, from Savannah: gzochi (/zoʊ-tʃiː/) is a framework for developing massively multiplayer online games. A server container provides services to deployed games, which

Re: asynchronous socket library

2013-07-16 Thread Thien-Thi Nguyen
() Aleix Conchillo Flaqué () Tue, 16 Jul 2013 00:02:36 -0700 My idea was to create something simple on top of system calls, as libevent does. Have you looked at GNU Serveez? http://www.gnu.org/software/serveez/ It is relatively simple. [cc trimmed] -- Thien-Thi Nguyen GPG key: 4C80

Re: asynchronous socket library

2013-07-16 Thread Chaos Eternal
i think there is a nio branch for guile? nio means non-blocking io On Tue, Jul 16, 2013 at 3:02 PM, Aleix Conchillo Flaqué wrote: > On Mon, Jul 15, 2013 at 11:15 PM, Javier Sancho wrote: >> Aleix Conchillo Flaqué wrote: >>> I was wondering if there is (or someone is working on) an asynchronous >

Re: asynchronous socket library

2013-07-16 Thread Aleix Conchillo Flaqué
On Tue, Jul 16, 2013 at 12:02 AM, Aleix Conchillo Flaqué wrote: > something complete). Basilica, the main idea is to learn in the Oopsss spell checker did a funny thing here. I meant "Basically". Aleix

Re: asynchronous socket library

2013-07-16 Thread Aleix Conchillo Flaqué
On Mon, Jul 15, 2013 at 11:15 PM, Javier Sancho wrote: > Aleix Conchillo Flaqué wrote: >> I was wondering if there is (or someone is working on) an asynchronous >> socket library for Guile. I was thinking in a pure scheme library (not >> bindings for libevent or some other). > > If you don't use l