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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: New to Ada Date: Tue, 12 Sep 2017 12:44:05 +0100 Organization: Aioe.org NNTP Server Message-ID: <815026087.526909287.437274.laguest-archeia.com@nntp.aioe.org> References: NNTP-Posting-Host: ufgdcZHLAIbGmQYOyuJ6Kw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/5.2.6 (iPhone/iPod Touch) Cancel-Lock: sha1:19oIxvCMiNsFoUBLX3hhwVDwqVY= X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:48048 Date: 2017-09-12T12:44:05+01:00 List-Id: wrote: > Hello. I am very new to Ada. I come from a C/C++ background and the the > free sources that I have found on-line just don't make sense to me. > > The way I usually learn new languages is by starting from basic > algorithms. usually bubble sort and so on to merge sort using multi-threads. > > I was wondering if anyone could help me figure out how to write a bubble > sort with user input. > > I will be more than happy to start a website with detailed tutorial of > how to do any of the practices that I do so other people can pick up this amazing language. > > Thank you in advance. > Check John English's Ada Craft book, it's free online. Don't try to learn Ada like people do with other languages by not using a book and trying to plug stuff in "that looks like it should work" because it won't. I think this is one of the problems people have with Ada. Don't forget to post a link to your blog.