librelist archives

« back to archive

Grace and ZeroMQ

Grace and ZeroMQ

From:
Loic d'Anterroches
Date:
2011-03-15 @ 11:00
Zed,

in your conference presentation, you said that you have been using Grace
to write some of your examples. Could you show us a bit of your code?
Just a very basic example with a working Makefile would be great.

I have some chemistry tools which are available only with a C API.
Getting them to work with Grace would be great. At the moment I need to
exec() from PHP or Python, which works but is annoying as I need to
create/clean temp files.

loïc

Re: [mongrel2] Grace and ZeroMQ

From:
Zed A. Shaw
Date:
2011-03-16 @ 16:05
On Tue, Mar 15, 2011 at 12:00:35PM +0100, Loic d'Anterroches wrote:
> Zed,
> 
> in your conference presentation, you said that you have been using Grace
> to write some of your examples. Could you show us a bit of your code?
> Just a very basic example with a working Makefile would be great.

It's all in:

http://mulletdb.com/


-- 
Zed A. Shaw
http://zedshaw.com/

Re: [mongrel2] Grace and ZeroMQ

From:
Pradeep Gowda
Date:
2011-03-15 @ 12:08
On Tue, Mar 15, 2011 at 7:00 AM, Loic d'Anterroches <loic@ceondo.com> wrote:
> Could you show us a bit of your code?
> Just a very basic example with a working Makefile would be great.


Mulletdb uses grace and zeromq

    fossil clone http://mulletdb.com/ mulletdb.fsl

+PG

Re: [mongrel2] Grace and ZeroMQ

From:
Loic d'Anterroches
Date:
2011-03-15 @ 12:14

On 2011-03-15 13:08, Pradeep Gowda wrote:
> On Tue, Mar 15, 2011 at 7:00 AM, Loic d'Anterroches <loic@ceondo.com> wrote:
>> Could you show us a bit of your code?
>> Just a very basic example with a working Makefile would be great.
> 
> 
> Mulletdb uses grace and zeromq
> 
>     fossil clone http://mulletdb.com/ mulletdb.fsl

Thanks a lot! I though mulletdb was a non published fun project from
Zed. I was not aware it was available directly with fossil. This is
really great.

Thanks!
loïc