Previous 1 3 4
Topic: favourite programming language
no photo
Tue 11/15/16 06:30 AM
hi all geeks
what is your favourite language to write programs in ?
can be language for the web or for software...

no photo
Tue 11/15/16 07:18 AM
C it is

dncnexus's photo
Wed 11/16/16 07:07 PM
Python

no photo
Thu 11/17/16 07:34 PM
I am very rusty, but still remember an impression HTML left.
<html>
<head>
<title>
Who else likes this topic? :-)
</title>
</head>
</html>

Ha ha! :-)

D4V4G's photo
Sat 11/19/16 12:11 PM
PHP, Sass, Python, Java, C++ there are just to many to only pick on good one

TooSingleInKs's photo
Sat 12/03/16 07:44 AM
C# all the way!

TorqueTraction's photo
Sun 12/18/16 05:26 AM
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.


BigSky1970's photo
Mon 01/16/17 06:28 PM
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.

itsapaul's photo
Thu 01/19/17 08:59 AM
Python for me, JQuery and PHP for web stuff on occasion

edggy's photo
Fri 01/20/17 11:21 AM
I like Python 2.7

Python 3 doesn't seem much better, it feels unnecessary...

no photo
Mon 01/23/17 02:46 AM
Some Java and C basic. Mostly just messing around with PowerShell at the moment.

blinksspike's photo
Wed 01/25/17 08:53 AM
HTML and c++

bipolycrafter's photo
Tue 02/28/17 01:17 PM
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.

return2Eve's photo
Fri 03/17/17 12:32 PM
Java (core) & ABAP (for business).

no photo
Fri 03/17/17 01:42 PM
Haha! No, only holy bash. It saves us because in the beginning was "#!/bin/bash"

no photo
Thu 03/23/17 01:03 PM
C# and JavaScript

Jhavez's photo
Fri 03/24/17 10:08 PM

C# and JavaScript


Same here.

lis31's photo
Mon 03/27/17 09:47 PM
c++

Billirvy's photo
Mon 04/17/17 03:29 AM
Python. I've started programming a few months ago, I think that's the easiest lang for general understanding of the process.

no photo
Mon 04/17/17 09:09 AM
Php

Previous 1 3 4