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!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Ada: A beginners experience Date: Sun, 15 Jul 2018 18:41:19 -0700 Organization: A noiseless patient Spider Message-ID: <87efg4ez40.fsf@nightsong.com> References: <1d3743b1-1a36-429d-92c7-9ae0e7c16e63@googlegroups.com> <87fu0m7ak0.fsf@nightsong.com> <6febe5d6-0339-4da5-afe5-9af4e2255597@googlegroups.com> <0001HW.20FC05B4019F60EC700007BBE2CF@news.individual.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="e66c4d8959c45ef390ae10804d730a04"; logging-data="12127"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+fR6mdRnVDhfVagRy1XXtf" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:EluQV1ZQPfFr3DcSY4MW6kd+SAs= sha1:J4lI1WDPwlBusU5rI4BXMiozgzM= Xref: reader02.eternal-september.org comp.lang.ada:53834 Date: 2018-07-15T18:41:19-07:00 List-Id: Jere writes: > In the context of my reply, trying to get a full Ada environment > working on a board that doesn't already have one is not a beginner > friendly project (and that is not limited to just Ada). I'd say in general that dealing with getting a toolchain of any sort working for an embedded board is a separate set of headaches over and above actually programming the thing. So it's nice when the tools are already installed. I like the Adafruit boards that way. They already have Circuit Python and you can just plug them into a USB port and start typing at them interactively. The MCU flash memory appears on your computer like a USB flash drive, so you can drag and drop Python files to it, and execute them on the MCU board, etc. Python is not that great for hard realtime stuff, but those boards are a very sweet setup in other regards.