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,a3782bc93aeb7709 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Just a question... Date: 1996/04/30 Message-ID: #1/1 X-Deja-AN: 152230060 references: <4l32nn$mqn@boson.epita.fr> <4m47pf$stq@news-e2b.gnn.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-30T00:00:00+00:00 List-Id: Roga said 1) Ada is strongly typed and True 2)ya just can't use pointers to just anywhere and change them on the fly. You can certainly modify pointers. I don't know any language that at the semantic level of the language lets you "use pointers to just anywhere.: 3) Code will have bigger executables This (a) a property of implementations, not of languages and (b) not in any case true of existing implementations. 4) You can't use pointers to functions. That's just false. Ada has that capability (Ada 83 lacked it, but we are in 1996 these days!)