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
  #1 (permalink)  
Old 12-27-2007, 07:29 AM
Nefrit's Avatar   
Nefrit Nefrit is offline
Newbie
 
Join Date: Nov 2007
Posts: 12
Rep Power: 0
Nefrit is on a distinguished road
Exclamation Linux Programing language?

what is the best, and easiest programing language for linux delevlopment to learn?

_________________
uk adverse credit re mortgage mortgage broker

Last edited by Nefrit; 03-07-2008 at 06:28 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 12-27-2007, 07:49 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,635
Last Blog:
CherryPy(thon)
Rep Power: 28
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

One of the easiest-to-learn languages is Python. It's also heavily supported on most Linux distributions.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-27-2007, 11:27 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,232
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

C++ is a great language to learn for Linux. By default you have the gcc compiler free which you can start using right out of the box.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-27-2007, 11:52 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
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

Linux itself is written in C, with a large number of the major components written in either C or C++. Perl and Python are used for a lot of the scripting in Linux, and Java isn't uncommon as well.
__________________
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
  #5 (permalink)  
Old 12-29-2007, 06:36 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Quote:
Originally Posted by Jordan View Post
C++ is a great language to learn for Linux. By default you have the gcc compiler free which you can start using right out of the box.
All linux OSes come with that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 12-30-2007, 02:36 AM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,433
Last Blog:
Google Web Toolkit
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

If you are interested in basic scripting, use BASH. I have no experience with C/C++ on the linux platform, but Python is savvy, and comes with an excellent GTk wrapper.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-31-2007, 12:36 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
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

GCC is available on all Linux platforms. It is necessary for installing new programs on a regular basis (though not as necessary as it once was).
__________________
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
  #8 (permalink)  
Old 01-04-2008, 02:03 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 474
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Quote:
Originally Posted by TheComputerMaster View Post
All linux OSes come with that?
Most have it in the default install but even on distros like Ubuntu it is trivial to install it (and even Ubuntu has it on the disc).



I'd say that Python is the easiest Linux language to knock out code quickly and has bindings to all the important libraries.

I'd learn C though as well. C is universal in Linux, whatever other language you use there will be the opportunity to link in C code and as a result you usually make code interact with third party code via C.

Take Python. A fine language in itself but if you need break neck performance it is traditional to write key sections in C.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-10-2008, 08:12 PM
upredsun upredsun is offline
Newbie
 
Join Date: Jan 2008
Posts: 9
Rep Power: 0
upredsun is on a distinguished road
Default

c is the best!!!!!!!
__________________
http://www.upredsun.com
**Easily and automatically build tcp-based or udp-based network protocol source code**
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-13-2008, 05:24 PM
bartonski bartonski is offline
Newbie
 
Join Date: Jan 2008
Posts: 2
Rep Power: 0
bartonski is on a distinguished road
Default

C is powerful and fast, but easy, it ain't (you have to allocate your own memory in C, also string manipulation is no fun). Bash has the advantage that anything you can do on the command line, you can do in a bash script.

Perl, Python and Ruby are all reasonably easy to get started in; each has its strengths and weaknesses, and each is more powerful than Bash in its own way.

I would get comfortable in Bash, then move to Perl, Python or Ruby.
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
Questions on programing for automotive ECU's malestrum C and C++ 0 10-10-2007 11:40 PM
Linux OS Victor Computer Software/OS 3 10-02-2007 12:19 PM
how to get the linux home path using c language linuhero C and C++ 1 04-20-2007 09:17 AM
Linux OS mysticalone Technology Ramble 12 01-22-2007 11:13 AM
What language to Learn? mevets General Programming 20 12-20-2006 10:04 AM


All times are GMT -5. The time now is 05:48 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