From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: a new language, designed for safety ! Date: Mon, 02 Jun 2014 20:37:12 -0500 Organization: Aioe.org NNTP Server Message-ID: Reply-To: nma@12000.org NNTP-Posting-Host: +bGw3iKtw0btMD059xlTWg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1726 Xref: number.nntp.dca.giganews.com comp.lang.ada:186708 Date: 2014-06-02T20:37:12-05:00 List-Id: Fyi, for those who like safe languages, watch out Ada and Spark, Apple introduced new "safe" language today, meant to replace objective-C: "In addition, Apple notes how the language was designed for safety, with variables that have to be initialized before use , arrays and integers that are checked for overflow and automatic memory management." "Inferred types make code cleaner and less prone to mistakes" "while modules eliminate headers and provide namespaces" "Memory is managed automatically, and you don’t even need to type semi-colons" "Variables are always initialized before use" "for example, simple three-character keywords define a variable (var) or constant (let)." If you like to read more about it: https://developer.apple.com/swift/ --Nasser