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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,626aa66eb7d76253 X-Google-Attributes: gid103376,public From: dewar@schonberg.cs.nyu.edu (Robert Dewar) Subject: Re: NON EXPENSIVE ADA COMPILER Date: 1996/10/06 Message-ID: #1/1 X-Deja-AN: 187924377 references: <325503F7.321B@uninova.pt> organization: New York University newsgroups: comp.lang.ada Date: 1996-10-06T00:00:00+00:00 List-Id: Jose asks "Does any one knows about an ADA compiler to be used for educational purposes which supports the interrupt pragma. We would like to use the ADA language to support the practical exercises of Real Time Classes. To use interrupts to driven some tasks would be mandatory for us. Thanks" Well there is no Interrupt pragma in Ada 95, but let's assume you mean Interrupt_Handler. This is supported on the Solaris version of GNAT, which is freely available for both educational and commercial use (FTP from cs.nyu.edu, directories pub/gnat). Commercial and educational support are also available for this version of GNAT from Ada Core Technologies (send email to info@gnat.com for details on available support).