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!mx02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: newbie, Spark 2014 or Ada 2012 Date: Mon, 06 Jul 2015 09:19:07 -0700 Organization: A noiseless patient Spider Message-ID: <87615x9s3o.fsf@jester.gateway.sonic.net> 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-Info: mx02.eternal-september.org; posting-host="22184b02e80198190244f5a2dd813f11"; logging-data="15925"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18MN19TV11jQkky+CGC0ohd" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:Vjz5nb3vk/LT2/E1xo3ghqkvdr4= sha1:9Brg+RVa9ut68SOgVD7m5jpriwQ= Xref: news.eternal-september.org comp.lang.ada:26646 Date: 2015-07-06T09:19:07-07:00 List-Id: Björn Lundin writes: >>> 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. Hmm, if you're having specific problems with Python, comp.lang.python and the Freenode #python channel are pretty helpful. > And for Arduino, I've used winavr-ada based on avr-ada > http://sourceforge.net/p/avr-ada/wiki/Home/ How has that been going for you? I had heard that avr-ada was very limited. People usually program AVR's in C. But I haven't looked into it much. > There is a new book out, that discusses ada on arduino. > http://www.inspirel.com/articles/Ada_On_Cortex.html There are some ARM-based Arduinos but usually Arduino refers to boards with 8-bit AVR processors.