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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5212284fdbcb2b5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-05 19:56:33 PST Date: Tue, 06 Aug 2002 11:37:57 +0800 From: Adrian Hoe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: New to ada, a few questions References: <3D4EE233.7030101@worldnet.att.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: mlk-195-74.tm.net.my X-Original-NNTP-Posting-Host: mlk-195-74.tm.net.my Message-ID: <3d4f3987_2@news.tm.net.my> X-Trace: news.tm.net.my 1028602247 mlk-195-74.tm.net.my (6 Aug 2002 10:50:47 +0800) Organization: TMnet Malaysia Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!newsfeed.cwix.com!news1.tm.net.my Xref: archiver1.google.com comp.lang.ada:27739 Date: 2002-08-06T11:37:57+08:00 List-Id: akhar wrote: >>* Ada provides calling conventions and several useful conversions >> for calling functions compiled in C. You cannot use stdio.h in Ada. >> Ada does not understand C source syntax, and Ada has no standard >> preprocessor. >> > this means I have to link to a DLL ? > > >>* Interfacing with C++ or objective C is possible. The simplest way >> is to treat them both as C programs. More complex approaches are >> somewhat compiler specific. >> > same thing here? > > >>* Ada is available for embedded systems, but not for 8 bit >> > microcontrollers. > where ca I get more info on this? > > >>* Ada "threading" works very well. It is actually defined in the more >> general terms of concurrent programming, and is often implemented >> using threads. Compared to Java, Ada's concurrency model is extremely >> robust and sophisticated. >> > Tell me more about concurrent programming, how does it interface to the OS > threading model. I read this is the main reason it is used for realtime > applications , but cannot find any tutorials. > > >>I hope you have pleasant experiences learning Ada. >> > Me too > > >>Jim Rogers >> >> > > Sephane > > > For a list of books, visit http://adrianhoe.com. -- type Dmitry is new Adrian; -- Adrian Hoe -- http://adrianhoe.com -- Remove *nospam* to email