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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: C# new features (v.7) Date: Sat, 17 Dec 2016 18:52:34 +0100 Organization: A noiseless patient Spider Message-ID: References: <5f542dff-8dd0-49b8-8228-3ccc8248c57d@googlegroups.com> <276a2153-b81f-4e19-9615-530e798e5798@googlegroups.com> <1533893062.503569684.598007.laguest-archeia.com@nntp.aioe.org> <877f6y3lzo.fsf@nightsong.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 17 Dec 2016 17:51:08 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="9ebe2d9106760a47887fb9e8c9e4a509"; logging-data="20659"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18+1mQeXGnauEvyjynJJbRT" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0 In-Reply-To: Cancel-Lock: sha1:4AbbdqT2iTolI6NIA1W7rmhJzgc= Xref: news.eternal-september.org comp.lang.ada:32905 Date: 2016-12-17T18:52:34+01:00 List-Id: On 2016-12-17 18:13, Nasser M. Abbasi wrote: > We all should go back to using Turbo Pascal. That was a simple, > an easy to understand and a fun language to program in :) I kind of did this summer. Not rally TP but free pascal, and lazarus, in order to connect to an xbox kinect, and get some distance info from it - in order to control a drone. The interface and sample was in pascal (and c/c++/.net/python) (I the end I had no luck with controlling the drone) But I was very disappointed on the Pascal language. I started to learn Pascal in the early 90'ies, and memory tends to forget about the bad parts, glorifing the good. I missed a couple of Ada constructs right away * I don't like one-line if statements * I don't like one-line for loop statements * I don't like fixing it with begin/end * I don't like having just 'end' instead of 'end if'/'end loop' etc * I don't like pragmas to change short-circuit if a and b behavior and a lot of other things. I did like the Lazarus environment though. -- Björn