Java equivalent of C++ Spirit or Boost Graph Library ?

F

Fab

Hi !

Because of very interesting feature of Java that lacks to C++ :
memory handled by the language, I wonder if it would be eaily possible
to switch from C++ to Java ( In order to make the writing of an
interpreter for a functional language easier. )

I see some STL features like vectors are usable in Java.

But about other C++ libraries : do we often find something equivalent
in Java ?
For example :
With Boost Spirit, it's possible to define a language grammar using
Backus Naur Form : very cooler than lex/yacc/bison.
And Boost Graph Library provide maths graph structure, than can be
visited, studied, printed...

Please, does java provide something like these ?

Thanks for advance

Fabrice
 
F

Fab

Sorry for the double message : got server error 1st time.

And what about C++ SGI extensions of STL i.e. hash- map or set ?
Is there such a package to import to provide us this kind of speed
thing ?

When I read this ... No I do not criticize java : I simply have no idea
about the packages that exist.
Please is there a list of them somewhere ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top