Favorite programming language?

Favorite programming language?

Technology

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.

Secret RHP coder

on the payroll

Joined
26 Nov 04
Moves
155080
11 Oct 18

Mine's Python ... what do others like?

0,1,1,2,3,5,8,13,21,

Planet Rain

Joined
04 Mar 04
Moves
2702
11 Oct 18

@bigdoggproblem said
Mine's Python ... what do others like?
FORTRAN!

RHP Code Monkey

RHP HQ

Joined
21 Feb 01
Moves
2419
11 Oct 18

A bit like describing my favourite hammer - depends on the job. ๐Ÿ™‚

But if the whole world went for Swift, I wouldn't mind too much.

(Still love PHP for traditional web stuff though.)

Secret RHP coder

on the payroll

Joined
26 Nov 04
Moves
155080
12 Oct 18

@russ said
A bit like describing my favourite hammer - depends on the job. ๐Ÿ™‚

But if the whole world went for Swift, I wouldn't mind too much.

(Still love PHP for traditional web stuff though.)
Perhaps, that is my problem. I love the tools more than the job.

I really hate Visual Basic.

Joined
18 Jan 07
Moves
12469
12 Oct 18

C. Not C++, not C-flat, just plain C. And failing that, good old Sinclair Basic.

What I don't hold with is proprietary languages owned by multinationals like Google, Microsoft or Apple. Can't trust 'em. Ones designed by a government committee - or, shudder and wince, the military - are, of course, out of the question.

I have a feeling I'd like Lua if I allowed myself the leisure to get into it. And I did like Prolog in principle, but never found a real-world use for it.

Secret RHP coder

on the payroll

Joined
26 Nov 04
Moves
155080
12 Oct 18

@shallow-blue said
C. Not C++, not C-flat, just plain C. And failing that, good old Sinclair Basic.

What I don't hold with is proprietary languages owned by multinationals like Google, Microsoft or Apple. Can't trust 'em. Ones designed by a government committee - or, shudder and wince, the military - are, of course, out of the question.

I have a feeling I'd like Lua if I allowed mys ...[text shortened]... leisure to get into it. And I did like Prolog in principle, but never found a real-world use for it.
C++ sucked. It was a great example of how *not* to do an object-oriented language.

But, bless the creator for it, anyway...so that future OO languages could get better...

Demon Barber

Fleet Street

Joined
28 Mar 16
Moves
45140
13 Oct 18

@BigDoggProblem
I've recently designed a restful API using C# which I found to be a joy!

s
Fast and Curious

slatington, pa, usa

Joined
28 Dec 04
Moves
53223
14 Oct 18

@benjamin-barker said
@BigDoggProblem
I've recently designed a restful API using C# which I found to be a joy!
Must be very sharp! Since I am involved with semiconductor manufacturing machines, I'll stick with Fortran. Great for that, not very good to make a chess program though๐Ÿ˜‰

Walk your Faith

USA

Joined
24 May 04
Moves
157841
14 Oct 18

@bigdoggproblem said
Mine's Python ... what do others like?
Perl was what I used most often, but now I don't script any more, so have not written any code in some time.

Joined
18 Jan 07
Moves
12469
15 Oct 18
1 edit

@bigdoggproblem said
C++ sucked. It was a great example of how *not* to do an object-oriented language.

But, bless the creator for it, anyway...so that future OO languages could get better...
Sucked? It's only gained more suckage over the years! And more, and more... it's now a monstrosity of decades of accreted suckage.

As for blessing Bjarne... good OO languages (including Objective-C) existed before C++. I'd rather thank the people behind Simula and Smalltalk. Even better, the people who did OO-style programming as just one of many techniques for maintaining program structure in pre-OO languages.

(As an amusing, unrelated observation: this site's shortening of my post in your quotation seems only to have lengthened it...)

D
Losing the Thread

Quarantined World

Joined
27 Oct 04
Moves
87415
18 Oct 18

@bigdoggproblem said
Mine's Python ... what do others like?
Assembly language for all the hours of joy I've had trying to work out wtf the dratted bit of code I wrote six months earlier actually does.

F

Joined
11 Nov 05
Moves
43938
28 Oct 18

C# is the one I'm using, and strive to be better in.
But the most joy in programming is in Python.

Secret RHP coder

on the payroll

Joined
26 Nov 04
Moves
155080
30 Oct 18

@deepthought said
Assembly language for all the hours of joy I've had trying to work out wtf the dratted bit of code I wrote six months earlier actually does.
Right...unless you made a separate document, there was no comments possible.

I remember learning assembly language. Fortunately, by that time, there was C for writing actual programs. The only assembly language programs I ever wrote were academic assignments.

It was useful for understanding what higher level languages actually do, at least.

RHP Code Monkey

RHP HQ

Joined
21 Feb 01
Moves
2419
31 Oct 18

@bigdoggproblem said
The only assembly language programs I ever wrote were academic assignments.
True for me too.

F

Joined
11 Nov 05
Moves
43938
31 Oct 18
1 edit

@russ said
True for me too.
The first computer I had, a Nascom, buildt around a Z80, didn't have space for an assembler. I coded everything directly in machine code.
One of my programs were a MasterMind game. Both CodeMaker side and CodeBreaker.
Later, on a PC, I wrote a crossword generator in Assembler, for Intel 8086 processor.
Those were the days... (Sigh)