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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c89924cb7c8c5a42 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-13 12:42:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: nma124@hotmail.com (steve_H) Newsgroups: comp.lang.ada Subject: Re: Who said strong typing is a benefit? Date: 13 Oct 2002 12:42:41 -0700 Organization: http://groups.google.com/ Message-ID: <8db3d6c8.0210131142.31902d05@posting.google.com> References: <8db3d6c8.0210121718.25cf55e4@posting.google.com> NNTP-Posting-Host: 63.203.198.30 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1034538161 5110 127.0.0.1 (13 Oct 2002 19:42:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Oct 2002 19:42:41 GMT Xref: archiver1.google.com comp.lang.ada:29753 Date: 2002-10-13T19:42:41+00:00 List-Id: Dmitry A.Kazakov wrote in message news:... > steve_H wrote: > > > I wish there was a 'matlab like' environment based on an Ada like > > language. > > I think it is still possible to get Ada 83 code from MatLab [if MathWorks > did not cancelled this feature]. > You mean from simulink, not matlab proper. matlab S-functions in Ada, yes, but your normal matlab .m files, when compiled, they generate C or C++ code, these are the only 2 options. Then an external C/C++ compiler is used to compile and link to a .exe "-lang Override language choice implied by file extensions. is either 'c' (for C) or 'cpp' (for C++)."