Crazy that nobody thought to make a C-like language plus like two small improvements. Two pluses, basically. Someone should make that.
Timeline
Post
Remote status
Context
1
kinda weird that in C you still have to do -lfoo to link against a system library. I thought the whole point of #include <bar/foo.h> in that style was that the <> indicate to look for it in the system path. Why can't the compiler link them for me?
Crazy that nobody thought to make a C-like language plus like two small improvements. Two pluses, basically. Someone should make that.
Crazy that nobody thought to make a C-like language plus like two small improvements. Two pluses, basically. Someone should make that.
@WandererUber They did.
It's called python
It's called python
Replies
7someone should make a compiler for python
@WandererUber @Hyperhidrosis they already exist look up cython. The problem is python devs do not understand low level programming, so they rarely make use of it and the fact that python is dynamically typed makes it an I'll fit for for the task because it ends up janky. You would be better off with a static typed language like Go, nim, D or whatever misc others.
It was a joke man, jesus
python is a ridiculous language anyways because you can't ship an executable
python is a ridiculous language anyways because you can't ship an executable
Actually, you can (it's still a ridiculous language however): https://pyinstaller.org
This is what yt-dlp uses to ship a single .exe despite being a massive Python script
This is what yt-dlp uses to ship a single .exe despite being a massive Python script
@WandererUber @Hyperhidrosis they did, its called python
You mis-spelled Go