0:00
6:50
6:50

What's Your Least Favourite Programming Language? (2024 soundcheck question) - Computerphile

Education

Computerphile is supported by Jane Street. Learn more about them (and exciting career opportunities) at: https://jane-st.co/computerphile This video was filmed and edited by Sean Riley. Computerphile is a sister project to Brady Haran's Numberphile. More at https://www.bradyharanblog.com

ADVERTISEMENT

Comments 100

Sign in to join the conversation

Sign in
M
maríacristina_deanda 5 months, 1 week ago

Ruby. Its just so different to my C flavoured experiences and I can never wrap my head around it.

J
james_west 8 months, 1 week ago

Fantastic video 😂

A
andrea_hodges 8 months, 1 week ago

This channel is proof that you don't require best camera for amazing quality

V
vincent_webb 8 months, 2 weeks ago

I'm pleased to see how few people (i.e. apparently none..) have been forced to endure Labview.

victoria.solano
victoria.solano 1 year, 2 months ago

Bash scripting trips me up more than any other. I'm always missing or misusing some small piece of punctation that carries tremendous meaning in a given context.

C
cynthia.horn 1 year, 2 months ago

Not a language as such, but when I was in college, when you forgot the full stop after "IDENTIFICATION DIVISION" you got for even the shortest COBOL program, you got over 5000 error messages. So least favourite compiler.

A
abeerbath407 1 year, 3 months ago

PHP is the GOAT of dynamically typed languages and nobody can convince me otherwise.

N
nicholas_smith 1 year, 3 months ago

Whatever you do Computerphile, please never change how you guys film your video and upload it. We don’t need hifi editing with high quality cameras, editing and stuff. We need quality content and not the video. Do not tradeoff between video quality and content quality.

R
reynaldo_godínez 1 year, 3 months ago

After using C# and Typescript for a while.... then going back to a place that uses Java... I have to say Java. C# is so pretty in comparison.

matthewmist72
matthewmist72 1 year, 4 months ago

I tried to program using java script. It was like driving a car while sitting in the back seat giving instructions to the steering wheel. And at the same time trying to manouver around predestrians running onto the road in front of you!

C
carrie.chambers 1 year, 4 months ago

Definitely PHP for me. It has been a long time since I've used it, but the lack of structure with dated syntax was my reasoning.

joshuachen282
joshuachen282 1 year, 5 months ago

04:25 "by pressing down a special key it played a little melody"

N
naksh_chaudhry 1 year, 5 months ago

Wow did not expect Lisp to be on there.

michael.campbell
michael.campbell 1 year, 5 months ago

calling php dated shows a bit of a disconnect. PHP has many modern features in 2024 and is a solid choice still

K
kristopherhart294 1 year, 5 months ago

Python is the "Rick and Morty" of languages: It's actually quite good when viewed in its intended context, but the fanbase has absolutely ruined it.

M
megan_miller 1 year, 5 months ago

1:45 "What is your least favourite programming language?" proceeds to call out an entire family of languages.

S
steven.leon 1 year, 5 months ago

PHP: the training wheels without the bike

A
aimée.foucher 1 year, 5 months ago

Early Javascript vs modern Javascript with Typescript are two very different beasts. Variable hoisting, for example, really isn't something you have to worry about now that "const" and "let" exist. JS certainly has its quirks but overall I find it a pleasant language to work with.

utkarsh.kalita
utkarsh.kalita 1 year, 5 months ago

TypeScript is amazing however, it brings order to chaos. I've personally found it really pleasant to use over the course of many years.

S
sierrahayes217 1 year, 5 months ago

2:17 saying that Typescript is “not much better” than Javascript is a wild take imo. Sure it still might not be the best, but it is AT LEAST much better than Javascript in terms of structuring.