Topic: favourite programming language | |
---|---|
hi all geeks
what is your favourite language to write programs in ? can be language for the web or for software... |
|
|
|
C it is
|
|
|
|
Python
|
|
|
|
I am very rusty, but still remember an impression HTML left.
<html> <head> <title> Who else likes this topic? :-) </title> </head> </html> Ha ha! :-) |
|
|
|
PHP, Sass, Python, Java, C++ there are just to many to only pick on good one
|
|
|
|
C# all the way!
|
|
|
|
PHP, Sass, Python, Java, C++ there are just to many to only pick on good one c+ sucks just as bad as .net Don't forget about ruby. |
|
|
|
Dabbled in Java many years ago, but I've been doing Python mostly. Haven't tried Ruby but I know of an old high school buddy who programs in Ruby.
|
|
|
|
Python for me, JQuery and PHP for web stuff on occasion
|
|
|
|
I like Python 2.7
Python 3 doesn't seem much better, it feels unnecessary... |
|
|
|
Some Java and C basic. Mostly just messing around with PowerShell at the moment.
|
|
|
|
HTML and c++
|
|
|
|
C for me as well. I've never quite been able to get the hang of linked lists though which is a shame. I came at things from a pretty weird way round I guess. I used ms Frontpage back in 2007 then got to wondering so what's this html thing that goes into designing web pages so learned html4 at the time in 2008. When I looked at what I had written in html and compared it to front page I realized it had generated twice what I had written to do the same job, so ever since then I've said to myself if you want something doing do it yourself. Around that time I also learned to do some scripting for the screen reader I was using on the computer and over the next couple of years I bounced between python and dark basic. Then between 2010 and probably last year I bounced between python c++ and c itself and c is the one I've really stuck with, because I figured well it all stems from there and it's cheaper and easier to write say
#include <stdio.h> int main(){ printf("Good evening.\n"); return 0;} than it is to do #include <iostream> int main(){ cout<<"This is so weird to type.\n"; return 0;} I also know some php and mysql but working on that more because I want to write my online shop on my website rather than just using etsy. |
|
|
|
Java (core) & ABAP (for business).
|
|
|
|
Haha! No, only holy bash. It saves us because in the beginning was "#!/bin/bash"
|
|
|
|
C# and JavaScript
|
|
|
|
C# and JavaScript Same here. |
|
|
|
c++
|
|
|
|
Python. I've started programming a few months ago, I think that's the easiest lang for general understanding of the process.
|
|
|
|
Php
|
|
|