Re: Dia Language Bindings (2) (was: Re: Graph::ASCII::Dia)

2007-03-28 Thread Aaron Trevena
On 26/03/07, Hans Breuer <[EMAIL PROTECTED]> wrote: > After a little more thought [and about 3K lines of code ;) ] I have a > better offer: Language Bindings done with the help of SWIG [1]. > > It not only supports Python and Perl but also about ten other languages Hans, You're a star! :) Don't

Dia Language Bindings (2) (was: Re: Graph::ASCII::Dia)

2007-03-26 Thread Hans Breuer
On 24.03.2006 14:01, Aaron Trevena wrote: > On 23/03/06, Lars Clausen <[EMAIL PROTECTED]> wrote: >> Because nobody has found it worthwhile enough to make bindings for any >> other language. Dia is in no way, shape or form wedded to python, and >> don't let Hans' refusal to provide bindings for oth

Re: Graph::ASCII::Dia

2006-03-24 Thread Aaron Trevena
On 23/03/06, Lars Clausen <[EMAIL PROTECTED]> wrote: > Because nobody has found it worthwhile enough to make bindings for any > other language. Dia is in no way, shape or form wedded to python, and > don't let Hans' refusal to provide bindings for other languages give you > that idea. He made his

Re: Graph::ASCII::Dia

2006-03-23 Thread Lars Clausen
On Wed, 2006-03-22 at 12:37 +, Aaron Trevena wrote: > On 19/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: > > On 19.03.2006 12:00, Nadim Khemir wrote: > > > Hi, I need ASCII diagramming; I couldn't find anything so I decided to > > > wrap > > > one myself :). I 'm writting a perl module to gen

Dia Language Bindings (was: Re: Graph::ASCII::Dia)

2006-03-23 Thread Hans Breuer
On 23.03.2006 14:39, Aaron Trevena wrote: On 23/03/06, Aaron Trevena <[EMAIL PROTECTED]> wrote: On 22/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: Thats one of the things I find annoying about dia - WTF should I learn python and rewrite cpan modules just to call a script from dia - lame lame l

RE: Graph::ASCII::Dia

2006-03-23 Thread Ribeiro, Glauber
as in the Vim editor. g -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob McDonald Sent: Thursday, March 23, 2006 08:31 To: discussions about usage and development of dia Subject: Re: Graph::ASCII::Dia [...] I also realize that when you come to a pro

Re: Graph::ASCII::Dia

2006-03-23 Thread Aaron Trevena
On 23/03/06, Grégoire Dooms <[EMAIL PROTECTED]> wrote: > Nobody said that you *have* to use Python. I remember reading Hans said > you could develop Perl bindings. > > > I've always found developer documentation for dia to be almost > > entirely absent - I had to reverse engineer the XML format for

Re: Graph::ASCII::Dia

2006-03-23 Thread Grégoire Dooms
Aaron Trevena wrote: On 23/03/06, Rob McDonald <[EMAIL PROTECTED]> wrote: It seems to me that you have a pretty short memory... I'd say Hans didn't start the flaming. Sorry, Hans has basically said 'tough shit, use python or get lost' repeatedly on list whenever anybody talks about us

Re: Graph::ASCII::Dia

2006-03-23 Thread Aaron Trevena
On 23/03/06, Rob McDonald <[EMAIL PROTECTED]> wrote: > It seems to me that you have a pretty short memory... I'd say Hans didn't > start the flaming. Sorry, Hans has basically said 'tough shit, use python or get lost' repeatedly on list whenever anybody talks about using something else. It's not

Re: Graph::ASCII::Dia

2006-03-23 Thread Rob McDonald
It seems to me that you have a pretty short memory... I'd say Hans didn't start the flaming. Frankly, I don't care, I can't stand Perl or Python, but I realize it is Open source, people do this stuff in their free time, and given the choice between writing a binding for every language on the face

Re: Graph::ASCII::Dia

2006-03-23 Thread Aaron Trevena
On 23/03/06, Aaron Trevena <[EMAIL PROTECTED]> wrote: > On 22/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: > > > Thats one of the things I find annoying about dia - WTF should I learn > > > python and rewrite cpan modules just to call a script from dia - lame > > > lame lame. > > > > > Very impres

Re: Graph::ASCII::Dia

2006-03-23 Thread Aaron Trevena
On 22/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: > > Thats one of the things I find annoying about dia - WTF should I learn > > python and rewrite cpan modules just to call a script from dia - lame > > lame lame. > > > Very impressing and motivating words. Feel free to provide Perl bindings > to

Re: Graph::ASCII::Dia

2006-03-22 Thread Hans Breuer
On 22.03.2006 13:37, Aaron Trevena wrote: On 19/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: On 19.03.2006 12:00, Nadim Khemir wrote: Hi, I need ASCII diagramming; I couldn't find anything so I decided to wrap one myself :). I 'm writting a perl module to generate ASCII diagrams from Dia. If

Re: Graph::ASCII::Dia

2006-03-22 Thread Aaron Trevena
On 19/03/06, Hans Breuer <[EMAIL PROTECTED]> wrote: > On 19.03.2006 12:00, Nadim Khemir wrote: > > Hi, I need ASCII diagramming; I couldn't find anything so I decided to wrap > > one myself :). I 'm writting a perl module to generate ASCII diagrams from > > Dia. > > > If I would want an ASCII diagr

Re: Graph::ASCII::Dia

2006-03-19 Thread nadim khemir
I would too if I didn't find python to be an extremely borring language :-) (a very good language indeed but still). In any case, export to ASCIIis goingto neeed a stencil if it is going to be really usable. Cheers, Nadim. On Sunday 19 March 2006 13.28, Hans Breuer wrote: > On 19.03.2006 12:00,

Re: Graph::ASCII::Dia

2006-03-19 Thread Hans Breuer
On 19.03.2006 12:00, Nadim Khemir wrote: Hi, I need ASCII diagramming; I couldn't find anything so I decided to wrap one myself :). I 'm writting a perl module to generate ASCII diagrams from Dia. If I would want an ASCII diagram export I'd implement it as a PyDia plug-in like e.g. http://cv