Every programming language is viable in the situations they were built in

Every programming language is viable in the situations they were built in.
No one language is superior to all.
Prove me wrong.
>protip: you can't

No matter what language you use, you can never program happiness.

gender is a social construct

prove me wrong
>protip: you can't

You're right. Different languages are best suited for different tasks.

Don't let anyone, especially autists on Sup Forums, tell you any different.

Dynamically typed languages are not suitable for programming. There's a reason they're called scripts.

Matlab is not a good language in anything at all.

Qed.

Not yet, you mean.

python is slow because it's babbies first lang nowadays. declaring data types will improve the execution time of your code, especially if it's compiled first

cython is pretty legit but I think people like to compare it to other means of decreasing execution time on python. Any suggestions would be great, especially if they are easy to distribute.

perl can be slightly faster than python given that you don't use fancy tricks like cython.

>what is burden of proof
protip: you're a dumbass

>What are Numpy, Scipy, Tensorflow and PyCUDA?
The point is not to be easy, but to leave boring stuff to skilled C++ devs and not reinvent the wheel everytime

Burden of proof is on OP, then.

>build crypto trading bot based on strategies of successful traders
>watch it how it earns you money

instant happiness

yes both OP and the other dumbass

>The point is not to be easy, but to leave boring stuff to skilled C++ devs and not reinvent the wheel everytime
What is overhead?

C++ will 9 times out of 10 be faster than any python script if coded properly. But maybe because of your double digit IQ you can't kode in C/C++

stay in the python jungle gym

>2017 not using java for everything

This. There are no objectively good or bad languages, just languages with broader or narrower ranges of problems that are good to solve with it.

A few years ago you could only use Javascript for shitty and primitive dynamic web pages.

Now you can pretty much do everything with it thanks Node.js - Backedn, frontend, desktop apps, IoT, embedded devices, machine learning...

It is only a matter of time before Javascript will become the universal programming language

Why the fuck Python had to be duck-typed instead of using inferred typing?

It would be literally perfect if it was using inferred typing, had prefixed variable declarations and had an ISO standard.

c)

>A few years ago you could only use Javascript for shitty and primitive dynamic web pages.
Same goes the other way around. wasm is going to make javascript obsolete.

Can someone brief me how a single framework turns a scripting language meant for web pages into a language that can anything?

>Every programming language is viable in the situations they were built in.
>No one language is superior to all.

Lisp is the exception because it has been used for everything as low level as embedded systems in satellites, as middleware in web services, and as high level in artificial intelligence and formal systems research

just about every "killer feature" of all languages, from object orientation, to higher order functions, to lazy evaluation, was first implemented in Lisp

i have a ponos and not a vagooo

>Javascript will become the universal programming language

There is no "Lisp". There never was. There are hundreds of incompatible languages with negligible marketshare that share paren diarrhea.

it's d

...

1) javascript has a monopoly on web frontend, thus forcing every frontend web dev to learn it

2)Normies who are interested in development usually go for frontend dev as it is generally easier and doesn't require heavy CS fundmentals

3)Frontend industry explodes with millions of normies who know only HTML/CSS/JS

4)Some of these normies become competent and start developing for server side and other field

5)some of them can't be arsed to learn other languages like Java,Python,php,ruby so they create Node.js

6)Node.js gains populairty with lots of normies who know only JS and they keep developing it more and more with lots of libraries

7)Node becomes serious and respected, used by serious devs and large companies as well as juniors

>copy-pase
>it's even in the file name

It's a

but c will produce same output

No language is superior, but some languages are shittter in most situations.

its a

>cython is pretty legit
It isn't though, it's not according to the standard.
The moment you use non-standard extensions you might actually use something appropriate instead.

The point is: once whatever needs to be done arrives on the GPU, who the fuck cares how it got there??

You're right, modern languages with frameworks aren't better at pissing away decades making pseudo complicated hello worlds to jack off with other losers in IRC. you sure have us framework money makers beat, we should have listened to your hippie opinion about sticking to web 2001 and refreshing the entire page every time they click on a radio button

This only works if you're poor

>lisp was built to be viable in all situations
>it's not simply a programming language, it's a meta programming language
>you write the language you need in it as you find you need it, perfectly geared for the task at hand
>therefor it is superior to all
>therefor you are wrong
op is a faggot

nice bait

>PyCUDA

Gender is a social construct because before there was transgender we only had sex. i.e. Male and Female. So gender was created because people were like "Oh shit people can switch, so we can't just identify by dick and pussy anymore? Make a new word! Make a new word!!!!!"

>tfw someone on half can into the notion of adaptive fitness

>Every programming language is viable in the situations they were built in.
No, Rust is shit in every situation.
>No one language is superior to all.
Correct but some of them are more useful than others and some are just useless.

Sounds like Forth with extra parentheses

You're not wrong, it's maybe just a matter of how close to the hardware you want to be.
Any real lisper has a deep love and respect for FORTH.

You know, sometimes, execution speed isn't that important.