From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Niocl=C3=A1is=C3=ADn_C=C3=B3il=C3=ADn_de_Ghlost=C3=A9ir?= Newsgroups: comp.lang.ada Subject: Bad IEEE and bad Code Ocean Date: Mon, 27 Jan 2025 01:59:30 +0100 Organization: A noiseless patient Spider Message-ID: <042dba4e-d37b-9652-9877-6cd10a0b237b@Strand_in_London.Gov.UK> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Injection-Date: Mon, 27 Jan 2025 01:59:37 +0100 (CET) Injection-Info: dont-email.me; posting-host="7b2d4046ea66f0281d8476482161958c"; logging-data="329459"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+hHPeaJa3klMippFe9cCObt8xrho9/nXzYQ4WgkYRK8Q==" Cancel-Lock: sha1:2adWlzuGbGuMOEKoIsVqVg6klL4= Xref: news.eternal-september.org comp.lang.ada:66520 List-Id: Dear persons who are not complete idiots: Do you remember the ACM forbidding Ada at coding contests? HTTPS://IEEEXplore.IEEE.org/Xplorehelp/faqs/code-ocean#what-programming-languages-are-currently-supported and HTTPS://help.CodeOcean.com/en/articles/1120266-which-programming-languages-does-the-platform-support forbid Ada so they allow many worse-than-useless languages. E.g. MATLAB. MATLAB is not strongly typed so pretending that a 1d array is 2d but making a single character typo (e.g. fft() instead of fft2()) messes up. E.g. R. ``R crashes'' says HTTPS://CRAN.R-Project.org/doc/FAQ/R-FAQ.html#Lexical-scoping ``missing or incorrect code in R'' says HTTPS://CRAN.R-Project.org/doc/FAQ/R-FAQ.html#Others ``errors later in the code'' says HTTPS://CRAN.R-Project.org/doc/FAQ/R-FAQ.html#Why-do-my-matrices-lose-dimensions_003f ``About 148,000,000 results'' says HTTPS://RSeek.org about "crash". ``I find that my R session crashes very often, at random times for random reasons'' says HTTPS://StackOverFlow.com/questions/35318760/how-to-recover-rstudio-session-after-crash for example. ``Session is abruptly aborted as soon as a data.frame is defined with no error code being printed, except of course; "R encountered a fatal error. The session was terminated".'' says HTTPS://community.RStudio.com/t/rstudio-crashes-when-defining-data-frame-in-version-2023-09-1-or-newer/179120 for example.