mmm i didn't interpreted that way but since english is not my main language i can be wrong hence if this is what he meant then my bad and sorry for not reading properly your post.
in the case of decompile/obfuscation i meant more to the security implications of IR/VM level code injection than code availability compared to a full compiled binary that need to be replaced entirely[especially if you md5 check your binary at start or have security systems like selinux or apparmor]. Ofc there are many hack techniques, just saying with this languages is bit easier to execute malicious code at runtime
with the EFL, writing a GUI is mainly writing a text file which describes the UI. This text file is using a specific syntax (though it's simple enough). It is then compiled (consider it as the theme file of the app) with a library named Edje. Interaction is done in C (the program sends events and the theme reacts. Converly, the theme can send events and the program reacts).
Btw, if it's close to QML's design, it's because QML was inspired by what Edje does (Edje exists a lot before QML).
I think his point would have made a lot more sense as stated.
![]()
In C, probably. C is really meant for those low level activities where you want almost total control of the app at all times (drivers, etc). Really hard to justify using C for things at a much higher level then device drivers and simple batch programs...
C++ has enough toolkits to make creating a GUI a simple matter though. I hate some of the methodology though.
On Windows though, C# makes creating a GUI more or less trivial. I use C# whenever I have a non-performance intensive program, simply due to ease of programming.
Actually, every doctor does need to know how to do (basic) surgery before they are allowed to become MDs. Of course surgeries are preferably performed by experienced surgeons, but there are always possible emergencies, etc.
Nurses stationed in remote locations (e.g. in the tropics, in a rain forest) also often get/got basic surgical training.
The same is true for captains & high-up officers on merchant (and probably also military?) ships BTW (no way to fly in a doctor on time if somebody gets an acute appendicitis in the middle of the Atlantic Ocean, so somebody else has to perform the surgery there...).