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!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?QmrDtnJuIEx1bmRpbg==?= Newsgroups: comp.lang.ada Subject: Re: newbie, Spark 2014 or Ada 2012 Date: Mon, 06 Jul 2015 11:34:47 +0200 Organization: A noiseless patient Spider Message-ID: References: <974c8db0-c9e8-49d4-8db1-3417ec49217b@googlegroups.com> <87k2uenkcw.fsf@nightsong.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 6 Jul 2015 09:32:04 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="d2d02d9cc3d0011cde6cddd52020399a"; logging-data="20301"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/9BiJyalOQP51FMhepVel6" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 In-Reply-To: Cancel-Lock: sha1:3/6Wzs47GRRlIMNyGZttP3Uyme8= Xref: news.eternal-september.org comp.lang.ada:26629 Date: 2015-07-06T11:34:47+02:00 List-Id: On 2015-07-06 09:04, nomadfate@gmail.com wrote: > On Sunday, July 5, 2015 at 3:30:27 PM UTC-10, Paul Rubin wrote: >> nomadlite@gmail.com writes: >>> I am new to Ada. >>> I am choosing my hobby programming language for system programming. I >>> am doing programming for a hobby. It is going to be Java, python, VB >>> .Net or Ada/Spark. >> >> If you don't have a clear direction yet, I'd say that Ada probably isn't >> the best place to start. Python doesn't have Ada's high-reliability >> features or its performance, but it's easier to learn and more >> productive for slapping small, non-critical projects together. That is a matter of taste. I still struggle with python. > Ada is >> for when you need large scale organization and deeper control and >> assurance about what the code is doing. Yes that too. But not only that. It is great for one-man-shows too. > > Thank you for your reply. > I am not new to programming. I went to basic programming classes when I was in school. > I am more interested in micro-controller and electronic stuff. > I have 2 years Electronic A.S. degree. I don't like math so Haskell is > not for me. I guess my language choice is going to be Ada, C, > or assembly for now. Java have Java ME for embedded systems and > Python have Raspberry Pi system so Python and Java are still on my watch list. > if you get an RPi and do sudo apt-get install gnat, you the have an ada compiler omboard your R-pi. I use that quite a lot. And for Arduino, I've used winavr-ada based on avr-ada http://sourceforge.net/p/avr-ada/wiki/Home/ There is a new book out, that discusses ada on arduino. http://www.inspirel.com/articles/Ada_On_Cortex.html It also points to the possibility to not cross-compile, if you develop an a R-pi. -- Björn