Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Best programming language for Ubuntu?

  1. #1
    Join Date
    Jul 2011
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Best programming language for Ubuntu?

    I really like making programs to extend my knowledge of computers and to help people, and I recently moved from Windows 7 to Ubuntu, and I was wondering what programming language I should start with for Ubuntu.

    If it matters, I know quite a lot of C#, but I know that it's only for windows since it requires the .net framework

  2. #2
    Join Date
    Dec 2009
    Location
    Norway
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Best programming language for Ubuntu?

    With regards to C# there's Mono: http://www.mono-project.com/Main_Page

    With regards to "best language for the Ubuntu or Linux platform"; this totally depends on what you want to do.
    Homepage | GitHub | Blog | Pay some of us a visit at #ubuntu-programming on FreeNode.

  3. #3
    nmaster is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Jun 2009
    Beans
    718

    Re: Best programming language for Ubuntu?

    Quote Originally Posted by QuantumMonkey View Post
    I really like making programs to extend my knowledge of computers and to help people
    to extend your knowledge, learn assembly: http://www.cafepress.com/bartlettpublish.8640017
    full text: http://download.savannah.gnu.org/releases/pgubook/
    there are other books available; i've never used this one and don't really have any specific recommendations

    to write useful applications easily... there are a lot of options and it depends on what you want to do. lots of people are going to suggest python and its a fine choice. just remember that a programming language is a tool and you should always choose the right choose for the task at hand.
    Last edited by nmaster; August 3rd, 2011 at 04:08 PM.

  4. #4
    Join Date
    Sep 2009
    Location
    Canada, Montreal QC
    Beans
    1,809
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Best programming language for Ubuntu?

    I know python is used a lot in Ubuntu. If you look around, many applets, tools and apps are written in python. C and C++ are popular too.
    I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones.
    Freedom is measured in Stallmans.
    Projects: gEcrit

  5. #5
    Join Date
    Dec 2009
    Location
    The Milky Way
    Beans
    243

    Re: Best programming language for Ubuntu?

    I'd go with Python, mainly because not only does it work pretty much everywhere (like C/C++), it:

    • Does what you tell it to do
    • Tells you what went wrong without a debugger (instead of just printing "Segmentation fault" and giving up the ghost)
    • Almost looks like regular English
    • Has the best design-to-production time of any language I've seen
    There are 10 different kinds of people:
    Those who understand binary numbers
    Those who don't
    Free/open-source game development kit: http://openblox.sourceforge.net

  6. #6
    Join Date
    Dec 2008
    Location
    Deep Woods of PA
    Beans
    699
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Best programming language for Ubuntu?

    Quote Originally Posted by QuantumMonkey View Post
    I really like making programs to extend my knowledge of computers and to help people, and I recently moved from Windows 7 to Ubuntu, and I was wondering what programming language I should start with for Ubuntu.

    If it matters, I know quite a lot of C#, but I know that it's only for windows since it requires the .net framework
    You are going about it from the wrong end. You should be asking what is the best language for the problem you are trying to solve. Ubuntu has the ability to compile or interpret quite a bit of different programming languages.

    So for some problems C++ might be the answer, C for others, C# for others, Fortran, Python, Ruby, Perl, Erlang, R, Haskell.....
    Regards,

    Karlson

  7. #7
    Join Date
    Apr 2007
    Location
    (X,Y,Z) = (0,0,0)
    Beans
    3,715

    Re: Best programming language for Ubuntu?

    Read the stickies, please.

  8. #8
    Join Date
    Sep 2005
    Location
    Rural Nevada, USA
    Beans
    314
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Best programming language for Ubuntu?

    Best programming language for Ubuntu?

    All of them.

  9. #9
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Best programming language for Ubuntu?

    Quote Originally Posted by llanitedave View Post
    Best programming language for Ubuntu?

    All of them.
    If the Tao is great, then the operating system is great. If the
    operating system is great, then the compiler is great. If the compiler
    is great, then the application is great. If the application is great, then
    the user is pleased and there is harmony in the world.
    The Tao gave birth to machine language. Machine language gave birth
    to the assembler.
    The assembler gave birth to the compiler. Now there are ten thousand
    languages.
    Each language has its purpose, however humble. Each language
    expresses the Yin and Yang of software. Each language has its place within
    the Tao.
    But do not program in COBOL if you can avoid it.
    -- Geoffrey James, "The Tao of Programming"
    「明後日の夕方には帰ってるからね。」


  10. #10
    Join Date
    May 2006
    Location
    Boston
    Beans
    1,918
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Best programming language for Ubuntu?

    I am not sayng is the most important language to use n ubuntu but is the one that you HAVE to know/learn if you want to use linux: BASH

    blog
    Donations BTC : 12FwoB7uAM5FnweykpR1AEEDVFaTLTYFkS
    DOUBLEPLUSGOOD!!

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •