Re: java versus c++ or perl

1999-05-07 Thread Jonathan Mark Brooks
Python combines a lot of the features one might want from TCL/TK and Perl with object orientation and a very nice Java implementation (JPython). Cross-platfore like Perl and TCL/TK too, but probably more so from Win32 perspective. Choose your weapons. Python and TCL/TK are both larger than Perl

Re: java versus c++ or perl

1999-05-07 Thread zun
As has been pointed out, it really depends on the context of what you want to do. Choose the right tool for the job, and don't get stuck in the "when all you have is a hammer everything looks like a nail" syndrome. Here's my take on the various languages (having pretty much done work in all of t

Re: java versus c++ or perl

1999-05-07 Thread ruff
Sorry the link to TclBlend 1.2.2 is: http://www.scriptics.com/java/ and http://www-users.cs.umn.edu/~dejong/tcl/tcljava/ Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE, ema

Re: java versus c++ or perl

1999-05-07 Thread ruff
A very nice scripting language which integrates C++ and Java is TCL. If you have a C++ or C application and want to add a scripting language (to control/test/.. your C++ application), TCL is a perfect possibility. If you want to connect your C++ application to Java (maybe to use Swing as your GU

Re: java versus c++ or perl

1999-05-07 Thread Patrick Lamb
I'd like to add three things to Ted's comments. With respect to speed, if you want to get running quickly, perl is probably faster to write and debug than either Java or C++ (if you are equally fluent in all three languages). If you are writing something to be called through CGI, perl's CGI.pm

Re: java versus c++ or perl

1999-05-07 Thread Azazel
> Java also has the advantage that Perl (AFAIK--I'm not even a Perl newbie) > lacks in that Java has JNI, which would allow you to "call down" to C++ > code if necessary. Not true actually: a lot of the big Perl modules have cores written in C with stubs in Perl to allow one to call them easi

Re: java versus c++ or perl

1999-05-06 Thread papiraki
On Thu, 6 May 1999 [EMAIL PROTECTED] wrote: > we are having a discussion here at work about the deployment of a web based > database, > > i think jdbc is the choice othere think perl or c++ is the way to go, any > thoughts/links etc? > > thanks > > >

Re: java versus c++ or perl

1999-05-06 Thread Ted Neward
Oh, Lord, what, you WANT a flame war? Look, here's my bottom line: With Power Comes Complexity. Perl is simpler than Java, Java is simpler than C++. With that simplicity you lose a corresponding amount of power. But the end result is that it doesn't matter--you can accomplish just about any proje

java versus c++ or perl

1999-05-06 Thread drfrog
we are having a discussion here at work about the deployment of a web based database, i think jdbc is the choice othere think perl or c++ is the way to go, any thoughts/links etc? thanks -- To UNSUBSCRIBE, email to [EMAIL PROT