From: "Marco Maggi" <marco.maggi-ipsu@poste.it>
Subject: Re: searching: example of C extension implementing port
Date: Wed, 8 Mar 2006 23:45:41 +0100 [thread overview]
Message-ID: <IVTZ85$35B2C899EAAC279723769D4130EE6E55@poste.it> (raw)
>"Marco Maggi" <marco.maggi-ipsu@poste.it> writes:
>> If, dunno when, I come up with a simple example channel
>> implementation: is there an "official" place where I can
>> put it?
>I don't think so. Well, depends on what you mean by
>"official" I guess. ;-) And BTW, what do you mean
>by "channel"?
I come from TCL:
* in the TCL world it is known that the sample
extension is a module in the CVS repository of
the TCL core project at SourceForge; if one goes
to the TCL'ers Wiki and does a search he quickly
finds it;
* in the TCL world a channel is a generalisation
of Guile ports; not only it does I/O on file,
sockets and memory (strings), but channels can be
stacked to do compression, encryption, etc.
With TCL a channel is somewhat complex because: there
is also the event loop to take into account; so simpler
stacking is what I'm trying to do in a C only library and
I would like to build an interface for Guile.
If someone wants to take a look at what I've done so
far (it is only half written, it is tough to do reverse
engineering):
http://web.tiscali.it/marcomaggi/tmp/gee--alpha--0.1.tar.gz
--
Marco Maggi
"They say jump!, you say how high?"
Rage Against the Machine - "Bullet in the Head"
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
next reply other threads:[~2006-03-08 22:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-08 22:45 Marco Maggi [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-03-07 22:23 searching: example of C extension implementing port Marco Maggi
2006-03-06 21:43 Marco Maggi
2006-03-07 9:15 ` Ludovic Courtès
2006-03-07 20:55 ` Kevin Ryde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='IVTZ85$35B2C899EAAC279723769D4130EE6E55@poste.it' \
--to=marco.maggi-ipsu@poste.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).