Posts: 92 Threads: 0 Joined: N/A Personally? I like Python and C#
Scripting wise, SQL is my all time favorite.
Best programming language? Depends on the person. Posts: 9 Threads: 0 Joined: N/A (July 21, 2022, 07:08 AM)kenny Wrote: No such thing as a "best programming language" they are all good for certain things.
I personally love C++/Rust <3 That's really funny. C++ and Rust are totally opposite languages with immense differences, I find it hard to believe that you like both of them.
Language choice depends upon your task. For automation tasks, you would usually stick to Bash or Powershell. There's Python if you are developing a light cli application which doesn't have to be fastest (btw I utterly despise python, it's not suitable for any kind of work). Then there's languages like Go or Rust which works with almost any kind of task. I usually stick to Go or Rust because both of them are flexible and has a nice std library to work with. Posts: 96 Threads: 0 Joined: N/A    (July 21, 2022, 08:28 AM)stderr Wrote: (July 21, 2022, 07:08 AM)kenny Wrote: No such thing as a "best programming language" they are all good for certain things.
I personally love C++/Rust <3
That's really funny. C++ and Rust are totally opposite languages with immense differences, I find it hard to believe that you like both of them. I can love a language even though they are "totally opposite"? I have always found C++ exciting, and I have recently taken up Rust? :3 This is not uncommon lol many people like languages that are "completely opposite." An example of this is C++ and Java they have a lot of differences, such as Java being an interpreted language and C++ being a compiled language, and differences in memory management and portability, etc but millions of people develop with both. Also, C++ and Rust do have their fair amount of similarities? Posts: 44 Threads: 0 Joined: N/A (July 19, 2022, 03:14 PM)muggl3 Wrote: with no doubt, PHP Are you from China? Posts: 9 Threads: 0 Joined: N/A (July 21, 2022, 08:56 AM)kenny Wrote: (July 21, 2022, 08:28 AM)stderr Wrote: (July 21, 2022, 07:08 AM)kenny Wrote: No such thing as a "best programming language" they are all good for certain things.
I personally love C++/Rust <3
That's really funny. C++ and Rust are totally opposite languages with immense differences, I find it hard to believe that you like both of them.
I can love a language even though they are "totally opposite"? I have always found C++ exciting, and I have recently taken up Rust? :3 This is not uncommon lol many people like languages that are "completely opposite." An example of this is C++ and Java they have a lot of differences, such as Java being an interpreted language and C++ being a compiled language, and differences in memory management and portability, etc but millions of people develop with both.
Also, C++ and Rust do have their fair amount of similarities? > Also, C++ and Rust do have their fair amount of similarities? No, they don't. There is nothing similar between both of them. C++ is memory unsafe( woops I forgot to call free()), object-oriented, sluggish compile times, etc while Rust is memory safe (doesn't need garbage collector because of borrow checker), fast compile times, etc. Mozilla developed Rust just because they couldn't work with C++. Posts: 96 Threads: 0 Joined: N/A    (July 23, 2022, 05:07 AM)stderr Wrote: (July 21, 2022, 08:56 AM)kenny Wrote: (July 21, 2022, 08:28 AM)stderr Wrote: (July 21, 2022, 07:08 AM)kenny Wrote: No such thing as a "best programming language" they are all good for certain things.
I personally love C++/Rust <3
That's really funny. C++ and Rust are totally opposite languages with immense differences, I find it hard to believe that you like both of them.
I can love a language even though they are "totally opposite"? I have always found C++ exciting, and I have recently taken up Rust? :3 This is not uncommon lol many people like languages that are "completely opposite." An example of this is C++ and Java they have a lot of differences, such as Java being an interpreted language and C++ being a compiled language, and differences in memory management and portability, etc but millions of people develop with both.
Also, C++ and Rust do have their fair amount of similarities?
> Also, C++ and Rust do have their fair amount of similarities? No, they don't. There is nothing similar between both of them. C++ is memory unsafe(woops I forgot to call free()), object-oriented, sluggish compile times, etc while Rust is memory safe (doesn't need garbage collector because of borrow checker), fast compile times, etc. Mozilla developed Rust just because they couldn't work with C++. I am not sure why I added, "Also, C++ and Rust do have their fair amount of similarities" thank you for correcting me :3. July 23, 2022 at 10:40 AM They're all fake. Just think about it for a bit. Do you people genuinely believe any of this bullshit is real? Come on now, put your puny brain to use for once. #databreach #RIU
Posts: 9 Threads: 0 Joined: N/A July 24, 2022 at 11:45 AM (July 23, 2022, 10:40 AM)thekilob Wrote: They're all fake. Just think about it for a bit. Do you people genuinely believe any of this bullshit is real? Come on now, put your puny brain to use for once. Typical 4chan user. Posts: 28 Threads: 0 Joined: N/A It depends on what you want, but for me python because i use it everyday (July 24, 2022, 11:45 AM)stderr Wrote: (July 23, 2022, 10:40 AM)thekilob Wrote: They're all fake. Just think about it for a bit. Do you people genuinely believe any of this bullshit is real? Come on now, put your puny brain to use for once.
Typical 4chan user. What are you talking about? Never used that site in my life. #databreach #RIU
|