From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:584d:: with SMTP id h13mr9568515qth.267.1633967333473; Mon, 11 Oct 2021 08:48:53 -0700 (PDT) X-Received: by 2002:a05:6902:114a:: with SMTP id p10mr22426580ybu.91.1633967333273; Mon, 11 Oct 2021 08:48:53 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 11 Oct 2021 08:48:53 -0700 (PDT) In-Reply-To: <07f8mgdot9tmh8mqen2ogd5dds2gojoleh@4ax.com> Injection-Info: google-groups.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: <07f8mgdot9tmh8mqen2ogd5dds2gojoleh@4ax.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <559475ef-c2bd-4399-b485-428c72e252c0n@googlegroups.com> Subject: Re: The Ravenscar profile and capabilities paradigm From: Shark8 Injection-Date: Mon, 11 Oct 2021 15:48:53 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62956 List-Id: On Monday, October 11, 2021 at 7:33:53 AM UTC-6, Doctor Who wrote: > Hello, > someone knows how to introduce the capabilities paradigm in Ada, > specifically for programs written using the Ravenscar profile ? I'm not quite sure what you mean by "capabilities paradigm", could you elaborate on it a bit. If my gut intuition is anything to go off of, you're referring to the ability to program against a type and operations thereon, correct? If so, then Ada has this in the form of Generics: you can pass types, subprograms, values & objects, and generic packages via formal parameters.