Overclockers Australia Forums

OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Software Topics > Programming & Software Development

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
View Poll Results: What programming language do you most prefer?
Assembly 5 1.76%
BASIC 4 1.41%
C/C++ 71 25.00%
C# 36 12.68%
Cobol 0 0%
Fortran 6 2.11%
Icon 0 0%
Java 52 18.31%
JavaScript 0 0%
Logo 0 0%
MATLAB 1 0.35%
.NET 10 3.52%
Pascal 3 1.06%
Perl 5 1.76%
PHP 42 14.79%
Python 15 5.28%
VBScript 3 1.06%
Visual Basic 20 7.04%
Other (explain) 11 3.87%
Voters: 284. You may not vote on this poll

Reply
 
Thread Tools
Old 27th January 2005, 3:44 AM   #61
jboles
Member
 
jboles's Avatar
 
Join Date: Jun 2004
Location: Sydney NSW / Seattle USA
Posts: 2,412
Default

Languages I use regularly, would include Java, PHP, Rapid-Q, HTML and SQL. Favourite is probably Java
__________________
Main: MBP 15" - Core Duo 1.83 - 2GB - 320GB WD Scorpio Black - ATI Mobile Radeon X1600XT
Server: Q6600 @ 4x3.0Ghz - 8GB - 2.64TB - Nvidia 8800gts512

Folding for team 24
jboles is offline   Reply With Quote

Join OCAU to remove this ad!
Old 27th January 2005, 4:53 AM   #62
predder
Member
 
predder's Avatar
 
Join Date: Jun 2003
Location: Gold Coast, Qld.
Posts: 1,364
Default

a combination of php and mysql would have to be my absolute favourite out of java, c, pascal, cpp and a few others I know (never dabbled in .net/asp/python though)
__________________
im details trades list (un/pw ocau)
predder is offline   Reply With Quote
Old 28th January 2005, 10:59 AM   #63
chancey Thread Starter
Member
 
Join Date: Jan 2005
Location: Sydney
Posts: 1,414
Wink

I dont like perl that much becuase it is interpreted (so its slower that C++).

About 57 times slower, I worked out

C++ is definitly my favorite
__________________
MusicBrainz AutoEditor | Last.fm: chancey (170,000+ plays)
Laptop: Unibody MacBook 2.4ghz, 4GB DDR3, 750GB
Desktop: Mac Pro (8-core) 2.8Ghz, 6GB ECC RAM
Server: Norco 4220, Q9550, 4GB 1066Mhz, 3ware 9650SE-16ML, 31TB, Fedora 10 x64
chancey is offline   Reply With Quote
Old 28th January 2005, 2:06 PM   #64
string
(Taking a Break)
 
string's Avatar
 
Join Date: Jun 2003
Location: Newcastle
Posts: 2,275
Default

Quote:
Originally Posted by chancey
I dont like perl that much becuase it is interpreted (so its slower that C++).

About 57 times slower, I worked out
C++ is definitly my favorite
It's amazing how you can describe the "speed" of two languages using a single factor.

There are so many things that perl is useful for over C++, it's obvious that you havn't discovered those things yet.

Having said that, i'm a C/C++ man
string is offline   Reply With Quote
Old 28th January 2005, 4:32 PM   #65
chancey Thread Starter
Member
 
Join Date: Jan 2005
Location: Sydney
Posts: 1,414
Smile

Perl is still my favorite interpreted language, but I use C++ much more
__________________
MusicBrainz AutoEditor | Last.fm: chancey (170,000+ plays)
Laptop: Unibody MacBook 2.4ghz, 4GB DDR3, 750GB
Desktop: Mac Pro (8-core) 2.8Ghz, 6GB ECC RAM
Server: Norco 4220, Q9550, 4GB 1066Mhz, 3ware 9650SE-16ML, 31TB, Fedora 10 x64
chancey is offline   Reply With Quote
Old 15th June 2005, 11:05 AM   #66
squarenothing
Member
 
Join Date: May 2005
Location: Melton South, Victoria
Posts: 19
Default

Im Starting to Learn VB.NET & ASP.NET.... any ideas where to start.

Leigh
squarenothing is offline   Reply With Quote
Old 15th June 2005, 11:19 AM   #67
Snagage
Member
 
Join Date: Jun 2001
Location: Melbourne
Posts: 135
Default

Quote:
Originally Posted by squarenothing
Im Starting to Learn VB.NET & ASP.NET.... any ideas where to start.

Leigh
www.4guysfromrolla.com is your friend.

Has a tutorial for most topics of interest in ASP.NET. And most of the examples are in VB.NET.
Snagage is offline   Reply With Quote
Old 15th June 2005, 1:20 PM   #68
Webmaster_Zeus
Member
 
Join Date: Jun 2002
Location: Melbourne
Posts: 938
Default

Delphi and Java.
Webmaster_Zeus is offline   Reply With Quote
Old 15th June 2005, 3:54 PM   #69
Draemad
Member
 
Join Date: Jun 2002
Location: Melbourne
Posts: 1,301
Default

Java, PHP, HTML, SQL, Shell script and VBscript. Although it says nothing in my job description about programming, i seam to do a lot of it.
__________________
.

Last edited by Draemad; 15th June 2005 at 3:55 PM.
Draemad is offline   Reply With Quote
Old 15th June 2005, 4:32 PM   #70
stmok
Member
 
Join Date: Jul 2001
Location: Sydney
Posts: 8,872
Default

C/C++ are my fav.
stmok is offline   Reply With Quote
Old 15th June 2005, 4:51 PM   #71
lovepig
Member
 
lovepig's Avatar
 
Join Date: Apr 2005
Location: Brisneyland
Posts: 664
Default

Who in their right mind would code a whole app in .asm anymore? It's only useful for inline optimisation nowdays... (and 64k demo's )

The madness!!! The maaaaddddneeesssssss!!!!!!.......

PHP is superior for web development, C++ for everything else. Turbo Pascal v7.0/Turbo Assembler still holds a special place in my heart though.

Last edited by lovepig; 15th June 2005 at 4:55 PM.
lovepig is offline   Reply With Quote
Old 15th June 2005, 5:14 PM   #72
systemdown
Member
 
systemdown's Avatar
 
Join Date: Oct 2003
Location: Brisbane 4107
Posts: 710
Default

Quote:
Originally Posted by chancey
Perl is still my favorite interpreted language, but I use C++ much more
My sentiments exactly. I use C++ for "real" tasks, but Perl is definitely my choice of scripting language.. I've been doing a lot of Perl lately, and now whenever I do C++ I find myself itching to use Perl-style regular expressions. Using boost::regex just isn't the same.
__________________
(F@H: Team_Bris) (Addicted to folding club member #7) (OCAU MetaL Club Member #06)
"If you join the military now, you are not defending the United States of America. You are helping certain policy makers pursue an imperial agenda." -- ex-U.S. Dept. of Defence official
systemdown is offline   Reply With Quote
Old 15th June 2005, 5:18 PM   #73
Punch Bunny
Member
 
Punch Bunny's Avatar
 
Join Date: Aug 2001
Location: Melbourne
Posts: 1,441
Default

I use VB.NET daily for my job (along with HTML and JavaScript). It's not my ideal, but it pays the bills. The most amount of fun I've had programming involved using C.
__________________
Ladies vomit when I smile.
Punch Bunny is offline   Reply With Quote
Old 15th June 2005, 5:36 PM   #74
supamodel
Member
 
Join Date: Jun 2003
Location: Canberra
Posts: 1,060
Default

Definate right tool for the job for me.
Of course it also depends how one defines "prefer"
For my thesis I wrote some pretty heavy-duty numerical stuff in Fortran (for a number of reasons). f90 mixed with f77 and some other random stuff (including real oldschool fortran libraries).

For my current job it's PHP with some XML manipulation (heavy-duty web application stuff). Not bad, I do like PHP for this sort of thing (definately prefer it to perl, since I'm going along and fixing up a project with no docco at all).

For the job I'm moving to on 1 July I'm back into Fortran with some C. Back to my roots, given it's similar to what I did my thesis on.

Overall, I most prefer a combination of tools - Java, C and Fortran.

People moan about Java's speed (which usually is VM startup), they bitch about its inconsistencies (I'll agree the whole "no operating overloading" "except we overloaded + for String" is annoying), but it's a pretty good language.

C is just nice and clean to work with. You can do pretty good obfustication (second only to perl) but written well and with good style (i.e. read The C Programming Language) it's fantastic.

Fortran, oh god, the language is just written syntactically so it's frustrating. But it does some neato maths stuff that I enjoy, and no, Matlab etc didn't cut it for what I wanted to do.

All in all, it depends on exactly what one wants to do.
supamodel is offline   Reply With Quote
Old 15th June 2005, 7:14 PM   #75
cchen
Member
 
cchen's Avatar
 
Join Date: Nov 2004
Location: Sydney
Posts: 238
Default

Quote:
Originally Posted by titan
have you tried jEDIT yet?
I use this because the interface is very clean and basicly easy to get code down (for a beginner like me), Eclipse just seems like total overkill for a beginner. Sometimes I'll use nedit for quick editing.

O yeah also vim, when I feel like something punishing
__________________
Trades

Last edited by cchen; 15th June 2005 at 10:59 PM.
cchen is offline   Reply With Quote
Reply

Bookmarks

Sign up for a free OCAU account and this ad will go away!

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time now is 3:36 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!