Page 2 of 2

Re: Another reason to stick with LiveCode?

Posted: Thu Feb 29, 2024 5:28 pm
by FourthWorld
stam wrote: Thu Feb 29, 2024 10:24 am Nothing is 100% safe.
I think you nailed it right there.

What we're seeing is a difference between professional and lay reporting, similar to how medical journals and blogs reporting on their articles sometimes differ (Nature's "Myocarditis among Covid-vaccinated patients" being among the most famous examples of what can go wrong when lay people pass around literature written for specialists).

Although computer scientists will use a term that sounds like an objective Boolean, among their peers it's understood to be a subjective range.

Twitter is already aflame with arguments from scripters with no formal CS training over this, and I'd guess Reddit is no better.

That we should see a perceived conflict where there is none in this forum is unsurprising.

Scripting has so many productivity benefits over the tedious bit-counting of lower-level languages, it hardly needs memory management security to make its case.

Long before this report, Python had already become the most widely used programming language, at least per the TIOBE Index.

In fact, my question would be based on productivity metrics alone:

Each language has a place. You probably wouldn't want to write an OS kernel or device driver in Python. But in the cases where Python is a good fit but the team is using C, why burn the extra payroll?
.

Re: Another reason to stick with LiveCode?

Posted: Mon Oct 13, 2025 2:56 pm
by Simon Knight
With ref to the original article, ha! Back in circa 1999 the US DOD mandated that all defence software from that point on was to be written in Ada because C and C++ were identified as causing significant delays to almost all the projects that they were used in and Ada was a robust language that prevented the programmer from taking short cuts. They also started developing the viper chip, a processor that did not use interrupts. This is a great idea in systems that are safety critical such as flight control systems.

and what happened ? Not very much.

S