[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 36 KB, 648x360, images.jpg [View same] [iqdb] [saucenao] [google]
14623763 No.14623763 [Reply] [Original]

Python is for beginners, loaded heavily with systamatic codes, and slow. C++ is for advanced programmers and fast but requires engineering to understand. Lua is fast and no engineering required. Lua > c++. Prove me wrong.

>> No.14623774

>>14623763
>>>/g/

Prove me wrong.

>> No.14623874

>>14623763
lua is just lisp without macros.

>> No.14623999

>>14623763
https://www.youtube.com/watch?v=p8-rZOCn5rQ
This is a video where a bunch of cs professors are asked what their favorite language is. They all say python or C

>> No.14624003

Advanced programmers use the best tool for the job, not just the "hammer".

>> No.14624139

>>14623763
I'm not sure what you're trying to say here. Lua is a scripting language, and therefore is not as fast as a compiled language like C++. However, it is also much easier to learn and use than C++, so it really depends on what you're looking for.

Python is for beginners, loaded heavily with systamatic codes, and slow. C++ is for advanced programmers and fast but requires engineering to understand. Lua is fast and no engineering required. Lua > c++. Prove me wrong.

>> No.14624275

C++ is a fucking non-Euclidian nightmare space. C on the other hand is like old faithful, it just werks. People who lump the two together are revealing their inexperience.