From: Stefan Israelsson Tampe <stefan.itampe@gmail.com>
To: mark@markwitmer.com
Cc: guile-user@gnu.org
Subject: Re: Guile XCB
Date: Tue, 18 Jun 2013 17:43:42 +0200 [thread overview]
Message-ID: <CAGua6m0OHtELesFC1ORXudv2M0Zw_rfdLg=CQGPU9=FETCZy_A@mail.gmail.com> (raw)
In-Reply-To: <8738sgje14.fsf@mark-desktop.PK5001Z>
[-- Attachment #1: Type: text/plain, Size: 3655 bytes --]
Hi Mark!
Nice tool!
A bit off topic but maybe something that is perhaps useful in this project,
is there any scheme framework
centered around the scheme xsd specification to validate and translate
data.
If not, I could help. I'm wanting to learn that technology
and could in the mean time code something useful for
all to enjoy
If I would do that I would combine the guile module system and
xml namespaces an look at code that executes to a sxml-similar
representation.
Transfoming xml and parsing xml would mean that one uses syntax-parse,
syntax-rules
etc..
WDYT
/Stefan
On Tue, Jun 18, 2013 at 5:25 AM, <mark@markwitmer.com> wrote:
>
> Hi everyone,
>
> I'm pleased to announce that Guile XCB is, at last, a real thing! I had
> to take a couple months off of working on it, but finally had time
> recently to go back and get it in pretty good shape.
>
> You can find it at https://github.com/mwitmer/guile-xcb.
>
> In the end I was able to write the whole thing without any C, so maybe
> this is a good candidate to include in the Guildhall. I've written a few
> simple programs in it but haven't really pushed it too hard. Sometime in
> the near-ish future I'd like to write some kind of window manager using
> it and I'm sure there will be many bugs found and squashed in the
> process!
>
> I also had an interesting time coming up with the necessary autotools
> magic to properly compile xml files to go files using the compiler I
> wrote and then install them. I'm still not sure if I'm doing it the
> right way -- adding new languages is really neat feature of Guile that's
> still a little tricky to automate.
>
> Here's the README:
>
> 1 Overview
> ==========
>
> Guile XCB is an X11 client library written entirely in Guile
> Scheme. It makes use of the Guile compiler and virtual machine to turn
> XML descriptions of the X protocol provided by the XCB project into
> Guile object code files.
>
> Support is included for the core X protocol and twenty-seven
> extensions. Guile XCB also includes some simple code for running
> asynchronous event loops.
>
>
> 2 Samples and Documentation
> ===========================
>
> Samples using Guile XCB can be found in the xcb/xml/samples
> directory. They include:
>
> - tinywm.scm: A Guile XCB implementation of tinywm
> - win.scm: A simple demonstration of creating a window and receiving
> events
> - randr.scm: A subset of the xrandr command line tool's functionality
>
> More detailed documentation resides in the texinfo manual included in
> this distribution.
>
>
> 3 Installation and Prerequisites
> ================================
>
> You can use the typical ./configure, make, make install chain to build
> Guile XCB.
>
> Guile XCB requires the latest release of Guile (2.0.9).
>
>
> 4 Project Status and Caveats
> ============================
>
> - The full XCB stack is implemented; however, many of the extensions
> haven't been extensively tested.
>
> - Extensions that send large requests are probably going to be too
> slow for practical use. In a future release, void and byte lists
> should be represented as bytevectors, not regular vectors.
>
> - Guile XCB includes a stripped-down Scheme implementation of Xauth
> that only supports UNIX sockets for now; it doesn't pick the "best"
> authentication method available, just the first.
>
> - XPRINT is excluded because it's deprecated and its XML file has just
> enough special cases in it that it wasn't worth including. Some
> other deprecated extensions are included simply because there was no
> reason not to.
>
>
> --
> Mark Witmer
>
>
[-- Attachment #2: Type: text/html, Size: 4749 bytes --]
next prev parent reply other threads:[~2013-06-18 15:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-18 3:25 Guile XCB mark
2013-06-18 12:50 ` Ludovic Courtès
2013-06-18 16:49 ` mark.d.witmer
2013-06-18 15:43 ` Stefan Israelsson Tampe [this message]
2013-06-18 16:54 ` mark.d.witmer
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='CAGua6m0OHtELesFC1ORXudv2M0Zw_rfdLg=CQGPU9=FETCZy_A@mail.gmail.com' \
--to=stefan.itampe@gmail.com \
--cc=guile-user@gnu.org \
--cc=mark@markwitmer.com \
/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).