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.4 required=5.0 tests=BAYES_50,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3cfb384718eb4f7a X-Google-Attributes: gid103376,public From: frc@stellar1.com Subject: question re Ada equivalent of C function Date: 1998/02/22 Message-ID: <34ef8225.83906260@enews.newsguy.com>#1/1 X-Deja-AN: 327449883 References: <34EEFF9C.1D01FA5D@stellar1.com> <1998Feb21.194544.1@eisner> Organization: http://extra.newsguy.com Newsgroups: comp.lang.ada Date: 1998-02-22T00:00:00+00:00 List-Id: Agreed. What I am after is a means - more than a C transliteration - of accessing I/O hardware which requires this kind of read/write functionality. My only basis of description is the C functions that I have used to do this. David Fisher >In many cases trying mimic the functions of another language means that >you end up writing an an unnatural style (for Ada) and giving up the >more powerful constructs of Ada. Learn all you can about programming >in a normal Ada style (there are lots of good books available) and >only after you have that mastered should you consider emulating other >languages in very special cases (which certainly exist).