Comments on: moving from circuit python to micro python/2024/06/10/moving-from-circuit-python-to-micro-python/various and sundry notionsTue, 11 Jun 2024 02:15:16 +0000hourly1http://wordpress.com/By: whbeebe/2024/06/10/moving-from-circuit-python-to-micro-python/comment-page-1/#comment-1957Mon, 10 Jun 2024 19:37:07 +0000/?p=13299#comment-1957In reply to Marc Beebe.

The problem isn’t the ISA (Instruction Set Architecture), it’s the high-level languages and how programmers refuse to write software that handles exceptions and errors. You can always write code that performs in a sunny-day scenario, but what will your code do if any part of the system you depend upon generates any unexpected result? As the saying goes, if buildings were built the way programmers programmed, then the first woodpecker to come along would destroy civilization.

Like

]]>
By: Marc Beebe/2024/06/10/moving-from-circuit-python-to-micro-python/comment-page-1/#comment-1955Mon, 10 Jun 2024 16:23:14 +0000/?p=13299#comment-1955One thing that has always bothered me about programming (and computers in general) is the lack of stability. It’s a set of instructions which don’t change to hardware that doesn’t change and therefor should do the exact same thing every time it is executed. But sometimes it doesn’t.
Such is the stuff sci-fi nightmares are made of.

Liked by 1 person

]]>