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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6413b417b806eb28 X-Google-Attributes: gid103376,public From: "Tarjei Tj�stheim Jensen" Subject: Re: Linux Kernel in Ada. Repost Date: 1999/04/10 Message-ID: <7enpj3$je53@ftp.kvaerner.com>#1/1 X-Deja-AN: 464801772 Content-Transfer-Encoding: 7bit References: <7eg43i$d3b$1@nnrp1.dejanews.com> <370CC730.4C6112DB@utech.net> <370D7007.2D3AD58B@rocketmail.com> <7el9so$geb@drn.newsguy.com> <7elrg5$egk2@ftp.kvaerner.com> <7emjk8$rp3@drn.newsguy.com> <370F025C.4C821FEC@online.no> <7en7kg$o9d@drn.newsguy.com> Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Kv�rner Oil & Gas Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-04-10T00:00:00+00:00 List-Id: Mich@western_world_somehwere wrote : >Do you think it is trivial to write a fully working Ada posix binding? >by saying just go read a book to do it, shows that you really do not >know what is involved here. Have a look at the current Ada binding posix >code just to see what is there. Remember, you have to implement all >the posix standard, not just 5 easy little functions. Please readjust your expectations. It is usually not neccessary to implement the full Posix to write an application. I have done the same with a part of the OS/2 API that I wanted to use. It is work, but not neccessarily a lot of work. >Ada's problem is that there is no central group that handles it as far as >devloping API's, libraries, etc.. and to coordinates things. This central >group can then organize who is working on what, to eliminate waste and >duplication. Something like goes on in the Linux world to some extent. That is entirely true. There is a tendency to do everything the official way. That means that nothing happens for years. However there is hope; there are people who seem to spend a lot of time creating Ada code for the common public. It would be nice to have an library architect (or a number of them) for mainstream Ada (mainstream here means general computing). It may very well be that this is required for Ada to reach the big time in our lifetime. >Java has Sun. VB and VC++ has MS. Ada used to have the defense department, >but it divorsed it after more than 20 years difficult marriage. >(btw, I think the Linux ALT group are doing a great job, may be they >can drive more Ada projects like this one, and people will help them). Gnat has done more for Ada than anything else the DoD has ever done. If Ada goes fully mainstream it will probably be professor Dewars fault :-) This does not belittle what others have done, just an acknowledgement that Gnat is the foundation. Greetings,