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: border2.nntp.dca.giganews.com!nntp.giganews.com!goblin3!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: erlo Newsgroups: comp.lang.ada Subject: Re: Programming in Linux =?windows-1252?Q?=96_Cold_Start=2E?= Date: Thu, 12 Dec 2013 20:08:32 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 12 Dec 2013 19:08:34 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="f047e3e707c249e3e510f2617e1f597c"; logging-data="20511"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18FmY8gr9GDogw5/0PCQvJB" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: Cancel-Lock: sha1:NeZK2CawN0IyegBODtYOptIKEsI= Xref: number.nntp.dca.giganews.com comp.lang.ada:184239 Date: 2013-12-12T20:08:32+01:00 List-Id: On 12/12/2013 11:16 AM, Austin Obyrne wrote: > I’m planning to have a go at programming crypto ciphers in Linux and am totally vague about how to get started. > > My computer has dual booting for Windows 7 & 8 and I would like to know if it is advisable to try partitioning my hard drive further so to include Linux or should I consider an extra external drive?? > > Apart from that can anybody suggest which version of Linux is best for programming in Ada. > > Is it possible to purchase a CD ROM of an Ada compiler (I detest longwinded downloading and the possibility of a load of malware coming with it). > > Finally, my existing programs in Ada each contain about 12 very large ‘Case’ packages (most contain about 15000 large non-repeating integers) created in Windows that I use as containers. Would it be chancy or not to assume that these will adapt smoothly to a Linux environment and I will only have the main programs to contend with for re-writing. > > Your help as usual would be greatly appreciated. > > Any advice whatever would be appreciated. > > adacrypt > Install Linux in a VM, that way you donøt need to repartition. Ludvic Brenta maintains an Ada compiler for Debian. Ubuntus repository includes GNAT too. If you choose Ubuntu, go for Xubuntu as it is easy on the resources. Erlo