[ajug-members] versus c++

Chris Fowler cfowler at outpostsentinel.com
Fri Jul 25 18:11:59 EDT 2008


521 wrote:
>
> i can't imaging keeping up with multiple inheritance and wondering 
> what an instance of a class might/or-might-not do?  the interface as 
> java's answer to multiple inheritance seems great- how do people 
> compare java and something like ruby? since ruby is dynamically 
> "typed"; you must loose very much; isn't it better (obviously) to take 
> the hit at "programming-time" vs. "run-time"; and then too: isn't java 
> getting close to the low-level(s) of c ???  why would you mess with 
> c#, c , or ruby- if you have a choice- as little as i know- but am 
> learning much with you-all (thanks)- java seems fantastic; and now 
> hasn't netbeans 6.5 began to work-with/use php?  the dynamic side of 
> php is fun; and it "too" is oop; but i have never used php's oop... -i 
> bet php's "oop" does not come close to java's "oop" design(s)/feature(s);
>

I try not to get dragged down into rat holes like the one you are going 
down.

Programming languages are tools.  I use the tool I feel is best for the 
job I'm tackling.  I use C/C++, Java, Perl, etc.  Whatever fits, I use it.

We had a piece of code written in Java that was giving us fits.   I 
finally gave up and "fired" that program.  I replaced it with an 
implementation in Perl.  I could have spent many more hours trying to 
fix the program but I determined it was better to just write a new 
implementation.  One day i had a new implementation complete in Perl.  
Went for a jog and decided it was too complex.  Rewrote in about 3 
hours, I'm done.    Languages are just tools for me.  In this case what 
bugged me about Java was the nio.   Perl allowed me to write the 
implementation using POSIX ideas.  Not portable to Win32 but we don't 
run that project in Windows. 

In our environment, Java is used primarily as the GUI to our system.  
Back ends are written in C and Perl and embedded devices are all C.   I 
like what we have going. 


BTW,  I'm in the need for a new programmer. 

Requirements.

Program in Java mostly and possibly some C.  Understanding of concepts 
such has
Network communications on a protocol level.  VoIP understanding of SIP, 
IAX2, Skinny, etc is a major plus!  Linux is a requirement.  All 
candidates must be a  US Citizen.   Email me off list and tell me about 
yourself and what you can do. 

Thanks,
Chris


> barclay
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
>   


-- 
Chris Fowler
OutPost Sentinel, LLC
AIM: strtok2002
Support @ SIP/support at pbx.opsdc.com
 or 678-804-8193
Email Support @ support at outpostsentinel.com





More information about the ajug-members mailing list