MIT/GPL is fine for smaller tools.
- 0 Posts
- 6 Comments
Joined 3 years ago
Cake day: June 15th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I personally think that C++ can be beautiful. For example:
std::filesystem::pathoverrides the/operator, for specifying parent paths. It’s the same as Kotlin’s OKIO and Pythons standard pathlib.
void main(){...}is not in the standard, but works on both MSVC and GCC (with warnings). I think it works on both C/C++, but you really shouldn’t use it in production. Just useint main(void){...}, without any return value, which is permitted in the standard, and will return success iirc.
Debian’s pretty good, but you can always use RHEL with a free account too



Yes, and a cp or ls clone isn’t that meaningful to stick GPL to.