|
|
#109 | |
|
Time waits for no man!
Join Date: Feb 2005
Location: Somerset, UK
Posts: 736
|
I am going to embarrass myself now the only two I know are:
Qbasic Foxpro ![]()
__________________
HD : Crucial m4 128gb (SSD),1TB Samsung F3 & 1TB Samsung F1 - Sound Card : ASUS Xonar DG - Speakers : Logitech Z523 - PSU : CORSAIR Gold AX750 Case : CM 690 II Advanced - Display : Hazro HZ27WC |
|
|
|
|
|
|
#110 | |
|
Join Date: Jul 2004
Location: MKE
Posts: 13,629
|
Quote:
|
|
|
|
|
|
|
#111 | |
|
*BANNED*
Join Date: Sep 2006
Posts: 427
|
Quote:
|
|
|
|
|
|
|
#112 | |
|
*B4NNED*
Join Date: Nov 2006
Location: San Diego, California
Posts: 2,002
|
Quote:
__________________
GeForce 8800GTS 640MB |
|
|
|
|
|
|
#113 | |
|
Registered User
Join Date: Jan 2006
Posts: 180
|
Quote:
|
|
|
|
|
|
|
#114 | |
|
I'm Geralt
Join Date: Oct 2005
Location: Chicagoland, once a year in Poland
Posts: 24,364
|
I know English and Polish
__________________
Windows 8 the next big failure, right after Windows ME |
|
|
|
|
|
|
#115 | |
|
*BANNED*
Join Date: Sep 2006
Posts: 427
|
Quote:
|
|
|
|
|
|
|
#116 |
|
Its me! Hurray!
Join Date: Jul 2002
Location: Brit in USA
Posts: 1,203
|
Java has been a painful experience for me, but thats mostly due to the earlier versions of Tomcat and Axis I had to work with and not the language itself.
BTW I think the Java redistributable is smaller than the .NET one.
__________________
Core2 Q9400 @ 3.0, eVGA GTX 260, 4G DDR 800, Vista64 |
|
|
|
|
|
#117 | |
|
Mahna Mahna
Join Date: Jul 2006
Location: Madison, Wi
Posts: 6,123
|
Quote:
This semester I have: Advanced Java: Servlets and JavaServer Pages Advanced VB.NET Advanced Web Development: XML w/css & xsl, JavaScript, AJAX I like Java so far but it really does seem that (what we've learned so far anyway) everything we've done in Java we can do in VB.NET and do it faster and easier. Doesn't help that the person running the Java program is a tard and keeps giving us project and exercise instructions that are written wrong and example code that doesn't compile.
__________________
|
|
|
|
|
|
|
#118 | |
|
Registered User
Join Date: Jul 2005
Posts: 434
|
Quote:
It's certainly possible to write Java applications that aren't massive memory hogs... some of it comes from lazy programming style, people that are unfamiliar with pointers (and everything in java is a damn pointer, except primitives) and memory management (they like to tell you java takes care of this itself, but that sort of thinking breeds memory leaks because you figure the GC has it and you don't null pointers when you're done with them so the GC can clean them up, or never free up a listener, crap like that). |
|
|
|
|
|
|
#119 | |
|
Registered User
Join Date: Jul 2005
Posts: 434
|
Quote:
|
|
|
|
|
|
|
#120 | ||
|
FreeBSD cheering section
Join Date: Nov 2004
Location: Boston, MA, USA
Posts: 609
|
Quote:
Quote:
Also, down to the metal - Java does not have arrays of instances of your user-defined structs. So if you want that you can either take the hit (and the hit can be big on a 64 bit system because the pointer in the array is 64 bits when the fields in your data structure might only be 32 combined). Or you take the abstraction hit and open-code, use arrays of base data types instead of compound own data structures. That's what most of these useless language benchmarks do that end up showing Java is on par with C++. But in practice this is a nightmare. Worst of all, since Java have neither a macro system nor real generic programming you have no syntactic method at all to hide some of these optimizations. So in practice people just take the memory hit, along with the pointer indirection hit. And Java programs are slow, only language benchmarks are fast for Java.
__________________
My Unix benchmark results |
||
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slidecast: Scalable HPC ' New Accelerations for Parallel Programming Languages over | News | Latest Tech And Game Headlines | 0 | 05-08-12 07:10 AM |