From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!0nYzhFpEeoH2MFWixtUlcg.user.gioia.aioe.org.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Import Python library into an Ada package? Date: Fri, 04 Dec 2020 13:55:15 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <7223f058-c593-4905-b9ba-0a5cb3e64de2n@googlegroups.com> NNTP-Posting-Host: 0nYzhFpEeoH2MFWixtUlcg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:bqhteBsaURWxiJWlSZVS7brK3+0= Xref: reader02.eternal-september.org comp.lang.ada:60698 List-Id: Roger Mc writes: > Regarding your comment that "Python is a huge mess" and my own opinion > of Python; I am mortified that Python seems to have become the > standard language for teaching computer programming and, particularly, > that it seems to be the choice of leading university computer science > courses. I'd certainly agree that interfacing to Python from Ada is a huge mess (specifically, unsupported hand management of garbage collection, as you have to do if invoking Python objects).