Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 07-29-2008, 08:19 PM
|pH|'s Avatar   
|pH| |pH| is offline
Guru
 
Join Date: Jul 2008
Location: Miami, FL.
Age: 17
Posts: 1,567
Last Blog:
BASIC Training
Rep Power: 14
|pH| is a jewel in the rough|pH| is a jewel in the rough|pH| is a jewel in the rough
Send a message via AIM to |pH| Send a message via MSN to |pH|
Default Re: Best Language to Learn?

Python.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 07-29-2008, 09:32 PM
Lassar's Avatar   
Lassar Lassar is offline
Newbie
 
Join Date: Jun 2008
Location: Illinois
Posts: 25
Rep Power: 2
Lassar is on a distinguished road
Default Re: Best Language to Learn?

You can do assembly in FreeBasic.

I have done alot of inline assembly in FreeBasic.

You have the best of both worlds. Basic and assembly.


Lassar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 07-29-2008, 09:32 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is online now
Guru
 
Join Date: Apr 2008
Posts: 506
Rep Power: 9
Aereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the rough
Default Re: Best Language to Learn?

Oh, please, Ada is like PL/I: a good language hiding inside a vast, elephantine hulk.

EDIT:
The problem with basic is that it creates bad habits that, once learned, are hard to kick. I'll admit that other than VB, its speed isn't too bad, but still, it's not as useful as languages like Perl, shell scripting, Python, and C, because it wasn't designed for Unix from the ground up.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 07-30-2008, 01:08 AM
MeTh0Dz|Reb0rn's Avatar   
MeTh0Dz|Reb0rn MeTh0Dz|Reb0rn is offline
My Posts Are Moderated
 
Join Date: Jul 2008
Posts: 19
Rep Power: 0
MeTh0Dz|Reb0rn is an unknown quantity at this point
Default Re: Best Language to Learn?

LOL THE BEST OF BOTH WORLDS. What world am I getting the best of with any dialect of BASIC.

I can do inline Assembly in C, am I getting the best of both worlds?

FreeBASIC is crap.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 07-30-2008, 01:33 AM
MrGamma MrGamma is offline
Newbie
 
Join Date: Jul 2008
Posts: 23
Rep Power: 2
MrGamma is on a distinguished road
Default Re: Best Language to Learn?

If you looking to bend your mind a little... Lua and Applescript are very interesting languages...

Applescript syntax is a good mind bender and keeps you thinking... Lua has some strange rules from what I remember that can help you get out of a rut...

In the end... I learned the most from spending a few months digging around inside a well established C program... just having a good opportunity to see how people go about organizing a large body of work is a good educational experience...

Personally... Nothing beats php... it's the most flexible and personally I think it can be the most challenging due to the many many different ways people program using it...

But... nothing is more fun to program than javascript... everything you do can be reworked quite easily and compacted into code which looks great... and to me that means alot even though it's quite a superficial thing... anyways... jmo...

never used python, java, freebasic, or some of the others mentioned so I'm sure there is much more out there...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 07-30-2008, 12:20 PM
MeTh0Dz|Reb0rn's Avatar   
MeTh0Dz|Reb0rn MeTh0Dz|Reb0rn is offline
My Posts Are Moderated
 
Join Date: Jul 2008
Posts: 19
Rep Power: 0
MeTh0Dz|Reb0rn is an unknown quantity at this point
Default Re: Best Language to Learn?

How the hell is php the most flexible language?

Are you serious?

Also it's not even close to being the most challenging language, see brainf*ck.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 07-30-2008, 12:55 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is online now
Guru
 
Join Date: Apr 2008
Posts: 506
Rep Power: 9
Aereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the rough
Default Re: Best Language to Learn?

Yeah, I once made a converter for brainf*ck => asm. It's really hard. Here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-30-2008, 01:09 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,278
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default Re: Best Language to Learn?

brainf*ck is definitely one of the more interesting languages out there. It's almost pure Turing Machine
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 07-30-2008, 01:18 PM
|pH|'s Avatar   
|pH| |pH| is offline
Guru
 
Join Date: Jul 2008
Location: Miami, FL.
Age: 17
Posts: 1,567
Last Blog:
BASIC Training
Rep Power: 14
|pH| is a jewel in the rough|pH| is a jewel in the rough|pH| is a jewel in the rough
Send a message via AIM to |pH| Send a message via MSN to |pH|
Default Re: Best Language to Learn?

Whats this Brainf*ck? LOL sounds interesting.

And Y'know its quite funny how we can't curse but there is a language call ed that...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 07-30-2008, 05:06 PM
MrGamma MrGamma is offline
Newbie
 
Join Date: Jul 2008
Posts: 23
Rep Power: 2
MrGamma is on a distinguished road
Default Re: Best Language to Learn?

Quote:
Originally Posted by MeTh0Dz|Reb0rn View Post
How the hell is php the most flexible language?

Are you serious?

Also it's not even close to being the most challenging language, see brainf*ck.
After I wrote that I knew I chose the wrong way to describe it... When I said flexible I was referring to coding styles... rather than it's ability to fit into any situation as an appropriate tool.

Flexibility as in freedom of coding style. You can code procedural or object oriented and based on all of the existing code bases I have worked on I would even say that I could recognize C coders who were using php and fresh from school java coders who had made the move over to the language...

It's flexibility is in the coding styles available to the many different flavors of coding philosophy... and by that is what I also meant by challenging... I wouldn't really say a programming language itself is "challenging" as after a bit they really all seem the same ( but I only have experience with a handful of languages )... challenging is the act of programming itself and when there are many different people doing whatever the hell they want then it can get challenging...

Hope that clears up what I meant... I thought I might take slack for that comment...

But If you'd like me to start getting on about the increase in computing power and the shift to online applications... I might talk about how it's the most versatile in todays business marketplace...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy Program Language to Learn george89 General Programming 20 08-01-2008 12:08 AM
What language to Learn? mevets General Programming 20 12-20-2006 10:04 AM
How do you learn a programming language? Dan Software Development Tools 14 08-09-2006 08:12 PM
For Windows, was is the best language to learn? JBull C and C++ 5 08-07-2006 06:50 PM
Is PHP the best web programming language to learn? Kaabi PHP Forum 9 07-05-2006 10:20 PM


All times are GMT -5. The time now is 06:59 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads