From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: Simple Components v4.69 Date: Sat, 29 Jun 2024 09:30:47 +0200 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 29 Jun 2024 09:30:47 +0200 (CEST) Injection-Info: dont-email.me; posting-host="c89dc038fab7597951b2e068d0740919"; logging-data="4022146"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/9UbZj427acUQp2Js9AYo4/Ot0BDZ574w=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:gVZcaRwi2/YyXgingnl1h386qTI= Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:66206 List-Id: The library provides implementations of smart pointers, directed graphs, sets, maps, B-trees, stacks, tables, string editing, unbounded arrays, expression analyzers, lock-free data structures, synchronization primitives (events, race condition free pulse events, arrays of events, reentrant mutexes, deadlock-free arrays of mutexes), pseudo-random non-repeating numbers, symmetric encoding and decoding, IEEE 754 representations support, streams, persistent storage, multiple connections server/client designing tools and protocols implementations. http://www.dmitry-kazakov.de/ada/components.htm Changes the previous version: - The procedure Compile was added to Python bindings in order to get a handle to the compiled module; - The function Object_Super of the bindings is an equivalent of x.super().y. It returns the implementation of y from the x's parent class. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de