Another reason to stick with LiveCode?

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10065
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Another reason to stick with LiveCode?

Post by FourthWorld » Thu Feb 29, 2024 5:28 pm

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?
.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Simon Knight
Posts: 929
Joined: Wed Nov 04, 2009 11:41 am

Re: Another reason to stick with LiveCode?

Post by Simon Knight » Mon Oct 13, 2025 2:56 pm

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
best wishes
Skids

Post Reply