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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:1f02:: with SMTP id d2-v6mr1910475itd.13.1521647827539; Wed, 21 Mar 2018 08:57:07 -0700 (PDT) X-Received: by 2002:a9d:5906:: with SMTP id t6-v6mr710395oth.2.1521647827207; Wed, 21 Mar 2018 08:57:07 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feed.usenet.farm!feeder4.feed.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!199-v6no1983410itl.0!news-out.google.com!d3-v6ni1181itf.0!nntp.google.com!u184-v6no1541514ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 21 Mar 2018 08:57:06 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=185.30.132.97; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 185.30.132.97 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6b5f1a5a-4962-41c7-8052-0298e1b4583a@googlegroups.com> Subject: Re: Ada-Oriented GUI From: vincent.diemunsch@gmail.com Injection-Date: Wed, 21 Mar 2018 15:57:07 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51097 Date: 2018-03-21T08:57:06-07:00 List-Id: Le mercredi 21 mars 2018 15:30:03 UTC+1, Dan'l Miller a =C3=A9crit=C2=A0: > The Rx family of libraries across all various languages clearly reveals t= hat there exists a 3rd way of what API/personality is to be presented to ap= p-domain source code, which is neither raw callbacks nor (even worse) raw e= vent loops. > Rx is directly aiming at solving that entire problem space. =20 > Clearly Rx's single-direction river of data(flow) in MVVM is an astronomi= cal advance over, say, the oft-cited Callback Hell in MVC that basically be= come Big Ball of Mud software architecture in any significantly-complex app= . >=20 > A background on callback-based VIPER & MVVM without Rx added: > https://medium.com/ios-os-x-development/ios-architecture-patterns-ecba4c3= 8de52 Dear all, This is really impressive! It seems really appealing for lightweight parall= elism. - What are the main papers from Microsoft Research, which describe this inn= ovative concept? - Regarding GUI, how does the concept compares to Objective-C / Smalltalk /= Classic-Ada? Regards, Vincent