Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> I'm currently investigating the AST (abstract syntax tree) interface for
> Parrot. For getting a feeling, how this could look like, I've
> implemented (some parts) of Yet Another Language (YAL).
I have put version yal-0.02 on my webpage. You can get it
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> James Michael DuPont wrote:
>
>
> > The redland rdf api provides a good C api into rdf.
> >
> > The advantages of using rdf instead of a homegrown format are the
> > amount of tools available, you then have filters, and visualization
> > tools imm
James Michael DuPont wrote:
The redland rdf api provides a good C api into rdf.
The advantages of using rdf instead of a homegrown format are the
amount of tools available, you then have filters, and visualization
tools immediatly available.
First I have to admit: I don't like XML. Second I don'
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Michal Wallace <[EMAIL PROTECTED]> wrote:
> > (My plan for this week was to do something very similar,
> > and try to get a simple lisplike language to integrate
> > with python)
>
> I'm thinking of a AST text interface for imcc/parrot too. The lisp
Michal Wallace <[EMAIL PROTECTED]> wrote:
> On Sun, 7 Sep 2003, Leopold Toetsch wrote:
>> I'm currently investigating the AST (abstract syntax tree) interface
>> for Parrot. For getting a feeling, how this could look like, I've
>> implemented (some parts) of Yet Another Language (YAL).
> I like i
On Sun, 7 Sep 2003, Leopold Toetsch wrote:
> I'm currently investigating the AST (abstract syntax tree) interface
> for Parrot. For getting a feeling, how this could look like, I've
> implemented (some parts) of Yet Another Language (YAL).
I like it. What is this written in? C or Perl or what?
If