[REBOL] Re: FAQ at REBOL Republic
From: jeff:rebol at: 13-Apr-2001 10:00
Howdy, Rod:
> >> 3. Tool support in many languages and environments.
> >
> > The brunt seems to be with Java. Most everything else
> > seems to me to be comparatively thin support. Does that
> > jibe with what you see?
>
> No, try this list.
>
> Perl, Python, PHP, Java, Progress, Delphi, C++, and I
> suspect many others I'm not familiar with.
Okay, this was how it looked to me last time I investigated:
Perl, Python, PHP all use the same xml parser -- expat, a
non-validating SAX parser. That, or they offer other
non-validating native implementations.
Java has JAXP, the interchangable parser, numerous validating
parsers (both SAX and DOM), strong XML support from IBM, and
more.
So when I say "comparatively thin", I mean thin compared to
Java.
-jeff