Your Most Favourite Computer Language

Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9
free web hosting

Read Latest Entries..: (Post #84) by Snake on Jun 17 2008, 12:34 AM. (Line Breaks Removed)
C and C++.C and C++ are the most powerful languages.C makes most operating systems, and C++ makes most elegant programs.C++ is better than C in my opinion, but they both rule.I started programming C++ and it's actually more easier then it sounds.It just needs some practice. C With Classes For The Win!!! ... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Programming > Programming General

Your Most Favourite Computer Language

kilz
what do you think??

Reply

kilz
I know php only, but I'd like to learn C/C++ next time.

Reply

mastercomputers
I would like to vote, but there really isn't a 'best' language, it would be biased if I voted as I prefer certain languages as personal preferences and not because it's the best designed language.

What should be said is why so and so language is considered good, I believe every language has their purposes and the developers had that in mind too, they were even developed to do similar things that other languages did as well as having improvements.

Now I am against some languages, it's kind of like Windows VS. Linux, Windows was made with ease of use in mind while Linux was considered a ground for developers/programmers, there probably wasn't a consideration of other users at that time till recently.

That's the same I have against other languages, they have languages that people can develop small to large scale products without knowing much in the programming side, it also helped people develop viruses and trojans much easier, although I do believe these people do have knowledge but they lack the programming side of things (don't quote me on that). Another thing that I don't like is how programs aren't easily portable to other OS, this was purposely designed into those programs by someone I'll just call a GIANT, but that doesn't mean it can't be ported, it does however mean you'd spend quite a while trying to figure it out.

ASM, C/C++ would be my choice of language no matter what, I've looked at C# and D Language and still haven't convinced me that I should change, they've addressed known problems but they have taken away some control and I like having full control, even if this opens up potential exploits, at least it'll keep me on my feet.

In the dynamic web developing, it'll have to be PHP, because I know Perl and C, this language was easy for me to pick up and it has a lot of well thought out things and it's constantly getting better (and bigger in size).

So even if a 'best' language was chosen, it'd be nice to see feedback of why you chose that language. For my choice, it's being in control of every single bit and byte.


Cheers, MC

 

 

 


Reply

jcguy
I'm quite confused about programming languages. My friend told me that you can make web pages with C++, but I thought that there is only one programming langauge for web pages: HTML? I know that languages like C++ are using for writing programs, but can they be used too for web pages?

Reply

Hercco
QUOTE(jcguy @ Sep 5 2004, 01:49 PM)
I'm quite confused about programming languages. My friend told me that you can make web pages with C++, but I thought that there is only one programming langauge for web pages: HTML? I know that languages like C++ are using for writing programs, but can they be used too for web pages?
*



Well webpages are made using a markup languages, which aren't programming languages. Basically for webpages the markup language is either HTML or XML.

What server side scripting languages like PHP or ASP do is just output markup languge. For example the PHP script creating these forum pages fetch the data of our posts from a database, processes it and prints out HTML.

C or C++ can be just aswell used for the same task as server side scipting languages. There just needs to be compiled programs on the server and server set to allow execution of these programs when a webpage is requested. Similarly th programs outputs HTML (or wahtever) which is sent to user and viewed in his browser.

Reply

xavierduan
we will get different result in different standard
it is not suitable to compare these coding languages
i think php is the best and c# is the best too

Reply

kilz
QUOTE(xavierduan @ Sep 6 2004, 05:11 AM)
we will get different result in different standard
it is not suitable to compare these coding languages
i think php is the best and c# is the best too
*



PHP is easy, but C# is not.
some1 say dat C is a top level language. . .and php is basic.

because php has lots of build in function.??

Reply

wappi
i think php an c are different things. In C you can do many usefull programs and whith php you can do dynamic internet pages.

Reply

Hercco
Yes. With C you can do practically anything, while PHP is suitable for only certain tasks. Also the performance levels of these two languages or , to be accurate, programs created with these languages are far from each other. C programs naturally being faster being relatively low level and compiled.

Reply

imarunnre
QUOTE(Hercco @ Sep 6 2004, 01:57 PM)
Yes. With C you can do practically anything, while PHP is suitable for only certain tasks. Also the performance levels of these two languages or , to be accurate, programs created with these languages are far from each other. C programs naturally being faster being relatively low level and compiled.
*



Python is really easy to learn.

Reply

Latest Entries

Snake
C and C++.

C and C++ are the most powerful languages.

C makes most operating systems, and C++ makes most elegant programs.
C++ is better than C in my opinion, but they both rule.

I started programming C++ and it's actually more easier then it sounds.
It just needs some practice. C With Classes For The Win!!! biggrin.gif

Reply

DrK3055A
I think C++ is well suited for most of applications. Java is open/platform, but is an "emulated" language, you need a virtual machine in order to run the code, so it doesn't make much difference with an interpreted language.

C++ can compile to native machine code that run fast, and can be used for task that are suited for other languages. For instance, i compiled CGI programs writen in c for server side execution (for very fast runtime) compared to those writen in php (similar sintax, but interpreted by an engine).

Reply

Arbitrary
Yep, there isn't a best programming language. Never will be. Language wars kind of scare me, and remind me of certain other "fandoms" that I'd rather leave in the dust. tongue.gif Each language has their own uses. No language can take over all other languages, except for in a small sector of life.

Anyways, I have to go with a lot of people here that PHP is truly very easy. It took me very little time to learn it. Apparently I accredited this to previous experience with Java, but that seems to not be the case, as everyone procclaims PHP is easy. Precisely because of this ease, it happens to be my favorite. But favorites don't mean much; it's not as if my favorite is the best of the best. It's not. Javascript is useful too, but I just didn't find it as easy as PHP.

Java and C++ were fun, but well, they're not that easy. I'm just one of those lazy folk that prefer easy languages, so...well, that's that.

Reply

Emerald Green
Like everyone else has said, there's no such thing as a "best" programming language. Every language has its own strengths and weaknesses.

I've used BASIC (first Atari BASIC - that was how I started programming - then Visual Basic), VBscript for ASP, and PHP. I've also dabbled in Java and C/C++.

Obviously, Java and C/C++ are more powerful languages. But, going on the ratio of ease-of-learning to power, I'd have to say my favourite is definitely PHP. I learnt it in a snap. I was particularly impressed with how easy it was to connect to a database through PHP. I spent hours trying to manage it with ASP (it probably would have been a lot easier if I'd had MS Access, but I didn't - I was left struggling with ODBC). But when I tried to do the same thing in PHP, it just worked! That sure gave it the wow factor for me. Of course, building your GUI in HTML makes things a lot easier. And PHP can do a lot. It does everything I want it to. What more can you ask?

But I'm not going to be running around proclaiming PHP as the One True Language to which thou all shalt switch. It's a scripting language. And although it's made some slight movements towards becoming a "real" programming language, it will never do the sort of stuff that C/C++ can. That's why I'm learning C++ now.

Reply

WRM
My favorite is PHP because it's easy to learn/program in and it's very vaste in it's abilities. I've learned how to program in PHP, Perl, C++, C, Python, and JavaScript, and after learning the bunch I desided PHP is my fav. Perl and Python are pretty easy, but I'm not fond of CGI languages and C++ and Java are nice, but are kind of hard expecially GUI. JavaScript is probably my second favorite, but it doesn't have the same abilities of PHP mostly because it's client-side and not server-side.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9
Recent Queries:-
  1. using graphics gale to make a website layout - 3.36 hr back. (1)
  2. artrage spr files - 29.25 hr back. (1)
  3. what does graphics designing mean ? - 40.47 hr back. (1)
  4. directx 9 button templates graphics resources sprite - 49.78 hr back. (1)
  5. free download turbo pascal7.0 - 59.61 hr back. (1)
  6. paintnet tutorials final fantasy - 81.93 hr back. (1)
  7. how to give a brightness fin image code in c# - 137.96 hr back. (1)
  8. plastic wrap effect paint.net - 140.34 hr back. (1)
  9. animations editors graphicsgale photoshop review - 148.24 hr back. (1)
  10. ic sets for rpg maker vx - 154.59 hr back. (1)
  11. my favourite actor amithab bachan - 214.59 hr back. (1)
  12. free graphics design program - 218.64 hr back. (1)
  13. integrated graphics ok for photoshop - 234.04 hr back. (1)
  14. graphic design program ubuntu - 264.44 hr back. (1)
Similar Topics

Keywords : favourite, computer, language

  1. Disable Annoying Information Bar In Ie
    "Your current security settings put your computer at risk" (5)
  2. Mysql On Computer
    XD (9)
    I posted PHP on computer? , but for some reason it doesn't show :/. Anyways I am wondering if
    there is MYSQL on my computer, meaning can i make a data base on my computer? that way i make what i
    want and upload it when i get hosted =)....
  3. Choosing Your Computer Before Bying
    Learn how to choose the best computer (4)
    I decided to make this topic because i know there are a lot of people out there that don't know
    what kind of computer they should buy. If you are ready for a new computer either get someone that
    knows more about computers than you, OR read this topic /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> 1. Choosing your
    motherboard The motherboard is the basic thing a computer should have. It is connecting all the
    other parts to each other. When you are choosing a motherboard you first need to know what graphics
    port does it have....
  4. Fast Computer
    (13)
    what is the fastest computer that you have seen? where? when? you computer is fast for you? i
    have seen the fastest computer in my all life in school.. last year. i want to buy a similar.. but
    it's still expensive =/ and you?....
  5. Computer Not Boot Up
    hardware issue? (5)
    hi,, just today i cleaned my CPU fan and cleaned HotSink.. and after that my pc wont start.. fans
    run in normal speed.. but not high speed (generally in startup for first 2 sec it run slow speed..
    than run on high speed) and even my screen is not getting any ... like not attachend with my pc..
    something wrong i did during cleanup..????????i cheaked all connection it good.. and as it is like
    before.. pls help with this.... my emil is bbpatelca@hotmail.com thanks for your helps....
  6. Increase Your Knowledge Of Html Language
    (11)
    For Creating good website you have to be master in HTML Language. It is a scryptic Language. If you
    want to Learn this language than visit the link http://zwqa.page.tl/Increase-you-HTML-Knowledge.htm
    ....
  7. Best Program To Tune Up An Old Computer?
    (9)
    Alright, the computer I'm on now runs well, however, the laptop, which I received from my
    Grandpa is a bit slow, in fact, it is very, very slow. I'm pretty sure at some point, though, it
    was a bit faster. Could anyone recommend me a program that could boost the speed by optimizing the
    computer, or by deleting some clutter, or repairing the registry. I remember I've tried before
    with some optimization programs on this computer, but since I used free programs (I don't want
    to pay for a program for the slow Laptop, either) I could only use half of the optimi....
  8. Your first computer?
    Old school PC systems, what was your first!? (35)
    I remember my first PC. We had a Tandy 1000 EX, and it ran off of 256k memory. We had an old green
    grey black and white monitor that ran louder than any other appliance! Everything was MSDOS,
    and if it weren't for preprogrammed games, we would run them from the DOS prompt. I guess it
    was pretty reliable, but the newer systems at the time were all for play, and my parents thought it
    was best to get some other usage out of it. We did a lot of Basic programming, but we used to play
    King's Quest and RPG games like that back then. At school, we began to play....
  9. Computer Turns Self Off
    (25)
    sometimes my computer switches itself off at any moment without warning it just instantly turns off
    i don't know if its when i run some programs or not cause if i try to save something on windows
    movie maker it turns itself off and the turn on button won't work until i switch it off from the
    back and then back on anyone know whats wrong?....
  10. System Stops Responding
    Computer suddenly freezes while on the Internet (10)
    I am using a Pentium 4 computer (256 MB RAM) with windows 2000 service pack 4 installed in it. While
    using Internet through a cable braodband modem, the computer sometimes freezes completely. It no
    more responds to any keystroke or any left/ right mouse click. I then have to restart the computer
    to be able to use it again. I have noticed it happened once or twice when I entered some text in the
    Google search box and pressed the enter key. Has anybody experienced this problem and know how to
    resolve this? Has it got anything to do with the virtual memory of the computer? ....
  11. Blue Screen - irql_not_less_or_equal
    computer OS Windows problem booting (29)
    Hi , My computer AMD64 256mb RAM / 80GB HDD / Windows XP Professional recently started showing a
    blue screen while starting .. QUOTE A problem has been detected and windows has been shut down
    to prevent further damage to your computer . IRQL_NOT_LESS_OR_EQUAL (blah blah blah ... )
    Technical Information: *** STOP: 0x0000000A (oxFB07D354, ox000000FF, ox00000001, ox804E2E41)
    Initially, if I restarted it would not come the next time. It used to come only randomly. But
    later it started coming more often, and now it did not start for quite a few times con....
  12. Lock Workstation Shortcut
    How to make a shortcut to lock your windows computer (8)
    1) Right click on desktop and select add new shortcut 2) In the 'Type Location of the item:'
    box type or copy %windir%\System32\rundll32.exe user32.dll,LockWorkStation then click
    'next' 3) In the 'Type a name for this shortcut:' box type or copy "Lock
    Workstation" and click 'Finish' 4) Now if you would like go to properties and Change Icon
    browse to: %SystemRoot%\explorer.exe and I use the red circle with the white x ....
  13. Turn And Log On Computer Automatically
    Turn and log on computer automatically (14)
    I understand about to to set the computer start on automatically. However, my computer required user
    ID and password to log on. (I can't remove the user ID and password). Is there anyway to start
    on and log on automatically together? Thank you.....
  14. Choosing Computer Parts & Assembling 101
    Version 2 (5)
    now lets get one thing strait to start out with, ill repect the first guide of how to build a
    computer, but at the same time will say it does not go into details that much. EQUIPMENT
    Through this i will specify the characteristics of a-) a budget computer - common price - b-) a
    midrange computer -common price c-) a high end computer -common price- so for example if im talking
    about cooling a-) Stock Processor heatsink/fan, 2-3 case fans.- Processor heatsink/fan included w/
    processor single 80mm(standard) fans usually run 3-7$ea. - 20$ max b-) Aftermark....
  15. Dell Computer "shuts Down" When Opening Email
    (31)
    I have a Dell Optiplex GX 270 computer here and the problem is that it shuts down randomly when
    viewing email in Outlook. It doesn't seem to do this when doing anything else online. Could a
    network cause issue this kind of problem? I'm going to see if the other machines are doing this
    as well. The funny thing is that the machine itself still seems to be running. The light on the
    monitor is orange, but the computer's light is green and the fan is still spinning in the back.
    These Optiplex machines have the 4 LED lights in the back to show any error alerts (if....
  16. Computer Suddenly Turning Off
    Well it seems my computer doesn't like me. Sad huh? (25)
    My computer has been acting in a weird way for some time, and I don't remember doing anything
    that could cause this hardware-wise. I'll try to describe it: After some time powered on, the
    system suddenly *poof* shuts down in a harsh way. I press the Power button but it doesn't turn
    on. Then, I remove the power cable from it's back, wait for some hour(s) and turn it on ok,
    until it turns off again. I'd risk also to say that the 'uptime' I get after a shutdown
    is somehow proportional to the time I left the power cable off it. Some would say it&....
  17. Who Is Your Favourite Free Host?
    what's your fav free host? (140)
    Hi! Who is your fav free host?....
  18. Favourite Harvest Moon Game?
    There seem to be so many... (24)
    Personally, my favorite would have to be Friends of Mineral town for the gameboy advanced. I play it
    on a rom so I don't have the annoyingness of a tiny screen, but all in all I think it's the
    best. I was very disappointed in the newest addition, A wonderful Life. The things you can do are
    very limited,and they tried to hard to change the farming system and the basis of your farm. Really,
    the only plus is the awesome graphics and the fact that you can raise your kid. Out of all of the
    harvest moon games, which is your favorite?....
  19. GumStix - 400 MHz Computer On A Stick O' Chewing Gum
    (6)
    For all you laszy readers, if you get bored of the following over excited computer nerd jukie
    ravings of a description.. please skip to the end where you can view lots of fun piccys and
    video's of variosue cool robots and things. Ive just found the gumstix computer, and im hooked.
    I NEED ONE !!! the gumstix itself is a small board the size and shape of a large(ish)_
    stick of chewing gum (8cm long) the board itself has...... 1) 400 Mhz CPU 2) 16 megs of flash
    memory 3) Bluetooth 4) two expansion boards. using the expansion boards you can add... *) up....
  20. What Language Is Linux Written In ?
    (15)
    I''ve been wondering lately, what language is Linux written in? I'm interested in
    this, because my friend and I are considering writing our own distro. I know, it sounds like a bit
    of a feat, but one guy wrote MEPIS by playing with the Debian source code. I think the two of us
    could do something similar. /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif'
    /> ....
  21. Help Me: Need To Transfer Files From Old Computer
    (18)
    How to I upload my computer stuff. I bought a new computer - a Dell. But I need to get all my files
    form my old computer, and Emachines, can someone help me?....
  22. Computer Shuts Down - Why?
    Unknown Cause...so stumped! (23)
    So I have a brand new computer. Just bought it a couple months ago. It's an Intel 915GAVL
    motherboard, 3.0 Ghz HT enabled processor, 1 GB 400Mhz DDR, dual SATA 80 GB hard disks, PCI-e 128 MB
    Nvidia Geforce GT 6600 OC, 450w power supply, and running windows XP Professional SP2. I have two
    cooling fans, both side panels off, the computer is sitting on top of my desk, and it's in an
    air conditioned room with relatively little dust. But it still has problems. For some reason, it
    overheats. or that's what i've been told by the service center. already I'v....
  23. Does Anyone Code Using Turing
    A student programming language (2)
    Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by
    University of Toronto and is now owned by Holt Software in Toronto. Sample: var name:string var
    input:string put "Please enter your name" get name:* cls put "Please enter your message: " ..,
    input cls put "Your name is: ", name put "Your message : ", input It should accept your name and
    show your name and message. xboxrulz....
  24. Turn On Your Computer Automatically
    (25)
    Turn on your computer for a convenient time automatically Go to your Computer Setup (press Del when
    your PC is loading). Go to “Power Management Setup” and enable “ PWron/Resume by alarm” and set
    date alarm and time alarm and then press F10 to save your change and turn off your pc. On
    specified date and time, your pc will turn on ....
  25. VB.NET: Switch Regional Language Automatically
    When the field being edited gets FOCUS (1)
    Switch the language of the Textbox Control automatically upon receiving focus Hi guys, This
    tutorial sparked off from my own ventures to incorporate a particular feature in my own software -
    which uses mixed language (English & Thai) on a couple of screens to store user data. Certain
    fields, apart from First & Last Names & parts of address were to be entered in Thai. Now the current
    language can be easily switched by pressing Alt-Left Shift (or whatever key combination you've
    set your system to) - but when you consider the same key-combination has to be repe....
  26. Mud List
    Peoples favourite MUDs (11)
    I am currently an Immortal (member of staff) on a new MUD, IahMUD. It is not entirely open to the
    public yet, but hopefully it will be soon. We have a number of good coders and builders so it should
    turn out well. If you are interested you should check out the website: www.iahmel.com A great MUD in
    the making.......
  27. How To Transfer Files From One Computer To Another
    (16)
    Hi friends, I have two computers both having windows XP pro operating system and i have
    one LAN cable and i connected both computers through LAN terminals and i'm unable to transfer
    data from both computers.So what setting i have to make for doing this? Thanks, sunny....
  28. Online Multiplayer Game
    What language to learn in order make it? (16)
    If you look at e.g. THIS LINK What language would you use to make something like that?
    /wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /> ....
  29. Dyndns (get A Domain Name For Your Home Computer)
    wuth this free service (7)
    Most Home internet users have dynamic IP address' Meaning they may change every time you reboot
    your computer or router. For most internet use, you dont need to worry about your IP, but if like
    me you need to ssh into your home network from work or university... OR run quake servers somtimes
    to play againsed your friends... then you probably know how annoying dynamic IP's really are.
    Maybe you want to run a public webserver from home ? getting a non computer savvy fiend to remember
    and type "connect 103.213.7.* " usually probes way more complicated than it sho....
  30. Favourite Bands
    What's yours. (64)
    What are your favourite bands? I like Good Charlotte, Linkin Park, ACDC, Sum 41, Simple Plan.. All
    that stuff....

    1. Looking for favourite, computer, language

Searching Video's for favourite, computer, language
Similar
Disable
Annoying
Information
Bar In Ie -
"Your
current
security
settings put
your
computer at
risk"
Mysql On
Computer -
XD
Choosing
Your
Computer
Before Bying
- Learn how
to choose
the best
computer
Fast
Computer
Computer Not
Boot Up -
hardware
issue?
Increase
Your
Knowledge Of
Html
Language
Best Program
To Tune Up
An Old
Computer?
Your first
computer? -
Old school
PC systems,
what was
your
first!?
Computer
Turns Self
Off
System Stops
Responding -
Computer
suddenly
freezes
while on the
Internet
Blue Screen
-
irql_not_les
s_or_equal -
computer OS
Windows
problem
booting
Lock
Workstation
Shortcut -
How to make
a shortcut
to lock your
windows
computer
Turn And Log
On Computer
Automaticall
y - Turn and
log on
computer
automaticall
y
Choosing
Computer
Parts &
Assembling
101 -
Version 2
Dell
Computer
"shuts
Down"
When Opening
Email
Computer
Suddenly
Turning Off
- Well it
seems my
computer
doesn't
like me. Sad
huh?
Who Is Your
Favourite
Free Host? -
what's
your fav
free host?
Favourite
Harvest Moon
Game? -
There seem
to be so
many...
GumStix -
400 MHz
Computer On
A Stick
O'
Chewing Gum
What
Language Is
Linux
Written In ?
Help Me:
Need To
Transfer
Files From
Old Computer
Computer
Shuts Down -
Why? -
Unknown
Cause...so
stumped!
Does Anyone
Code Using
Turing - A
student
programming
language
Turn On Your
Computer
Automaticall
y
VB.NET:
Switch
Regional
Language
Automaticall
y - When the
field being
edited gets
FOCUS
Mud List -
Peoples
favourite
MUDs
How To
Transfer
Files From
One Computer
To Another
Online
Multiplayer
Game - What
language to
learn in
order make
it?
Dyndns (get
A Domain
Name For
Your Home
Computer) -
wuth this
free service
Favourite
Bands -
What's
yours.
advertisement




Your Most Favourite Computer Language



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE