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-Thread: 103376,d32116f6f91c319f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Ada suitablity as a game dev language Date: Mon, 22 Nov 2004 17:49:17 +0100 Message-ID: <41A2188D.4080305@mailinator.com> References: <41a152c2$1@x-privat.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Eb7TL0DOluu8JNkPEhRB1gvWMaus6c8Tvr6spf57vXjTDGheA= User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:6332 Date: 2004-11-22T17:49:17+01:00 List-Id: Luke A. Guest wrote: > My latest project (a game engine) is being written in C++ basically, > because I will be able to sell it if it's written in a language that other > developers can use straight away. If it's written in Ada, I won't be able > to sell it. What about writing it in Your Favorite Language ;) and exporting the necessary C names for linking and providing the necessary .h files? Is C hard to sell too?