From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.ada Subject: Re: First Ada DO-178 Certification Date: Thu, 17 Oct 2024 21:23:41 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <633cea44-3246-2ce1-40c1-63c30cda960e@Strand_in_London.Gov.UK> <13a8fd6d-10a4-1884-0b30-fc3857ca360e@Strand_in_London.Gov.UK> <7ced8127-3e61-1ef6-8f6e-b1b90a5fb562@Strand_in_London.Gov.UK> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 17 Oct 2024 23:23:42 +0200 (CEST) Injection-Info: dont-email.me; posting-host="9416ba48f1adcfe2127401957dfa62bf"; logging-data="3063758"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+hKHGAk5KkGz7SEDvatvhq" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:r+9bhHnMBCW2mutD1JhurSvp5EA= Xref: news.eternal-september.org comp.lang.ada:66439 List-Id: On Thu, 17 Oct 2024 10:23:33 +0200, Nioclásán Caileán de Ghlostéir wrote: > Smalltalk and Python codes crash while attemptings to run because they > do not check against faults during compilings. So, those are dynamic languages. You can add static type annotations to Python, if you want.