Why is there no good cross platform programming language?

Why is there no good cross platform programming language?
>C/CPP: Old, no garbage collecting, retarded syntax, pointers
>Java: Garbage
>C#: Proprietary Microshit trash
>Rust: Still early, Mozilla, Large binaries
>Go: Still early, mostly made for CLI applications
>Python: Closest thing to being a great cross platform language but SPEED and distributing apps is shit
>Nim: Shit documentation, meme language, no support
>Lisp: For austistics only

I truly believe that if Python had a proper compiler it'd be the best language out there. Easy syntax, works across platforms, tons of great included libraries. Everything else just feels old or bloated.

Attached: Evnq-g-VcAIh-7r.jpg (569x479, 29.14K)

Other urls found in this thread:

learncpp.com/cpp-tutorial/unsigned-integers-and-why-to-avoid-them/
community.intel.com/t5/Software-Archive/Integer-vs-unsigned-integer-performance/td-p/1156630
twitter.com/SFWRedditImages

C and POSIX sh is all you need.

>POSIX sh
>Cross platform

Attached: trash.png (500x665, 142.25K)

Pascal.

Sorry but it's Java.

>Yes, I use Java for cross platform applications
>How could you tell?

Attached: chad.jpg (750x522, 52.37K)

Javascript
cope and seethe

Explain why Java is garbage.

What about Kotlin? I liked working with it.

>Lisp: For austistics only
simplest syintax ever is not for autists.Autists usually like complexity what so complex in lisp

no unsigned integers

javascript, html and css are unironically the most platform independent languages when you consider the web browser is the today's de facto operating system

> Brainlet got filtered by pointers

lol

Attached: 1639263567466.png (640x636, 480.33K)

IMAGINE NOT BEING ABLE TO DO BASIC ARITHMETIC TO COPE WITH THIS

NGFMI

cringe, unironically

>just use a long if you want to store a number larger than 2^31 - 1 bro!
>no you can't use 32 bits you have to use 64!
This is why nobody takes Java tards seriously.

>NOOOO!!! C OLD AND OLD BAD!!!! POINTERS BAD!!!! C SYNTAX BAD!!!!
livestream your own suicide you worthless zoomer

>Lisp: For austistics only
user...

>NOOOO I NEED MY PRIMITIVE WARIABLES SO I CAN SAVE 4 BYTES NOOOOO

just keep waiting for value classes to come to jawa sir then you can iblement it yuorselv

It's funny how of all the languages you listed you didn't list the one actually used for cross platform programming.

Use PHP (God's language)

Attached: 2560px-PHP-logo.svg.png (2560x1383, 173.52K)

> I dont care about performance and memory optimizations lol bro jsut get better hardware lol

I can smell your React PWAs from here

I think you are forgetting one language OP :)

>JavaScript: can be as shit or as good as you make it
you can literally do anything you want, even ML

Attached: 1388618784192.jpg (556x592, 48.58K)

Unsigned intergers considered harmful
learncpp.com/cpp-tutorial/unsigned-integers-and-why-to-avoid-them/
and they're slower on modern hardware too
community.intel.com/t5/Software-Archive/Integer-vs-unsigned-integer-performance/td-p/1156630

Why do people hate C#? In my experience it's basically java but with nicer syntax

>Unsigned intergers considered harmful

Theyre as "harmful" as everything else. Shit gets fucked up when you use it wrong.