ohenley / awesome-ada

A curated list of awesome resources related to the Ada and SPARK programming language
Creative Commons Zero v1.0 Universal
627 stars 71 forks source link

Reorganize Bindings section #127

Closed mgrojo closed 8 months ago

mgrojo commented 8 months ago

Bindings sections in general and in the embedded domain have been reorganized to more functional categories.

Most of the entries in the general "Bindings" section have been moved to "Bindings to Other Languages" under "Libraries". Others to where they better match functionally.

"Bindings" under "Embedded" have been separated in "Libraries" and a new category "Generators".

This continues the effort done in #58.

mgrojo commented 8 months ago

I've made sure that all the entries has "binding(s)" in their description, so information is kept. Except for tp7-ada-gtkada and tp7-ada-gnoga, which are not actual bindings, in my opinion, but reimplementations of a Pascal API. They have been put under the pascal-to-ada translator, where they will be more useful for the interested reader.

The Embedded sections should be reviewed by a field expert, because I didn't know whether to place ada-time and wiring-pi-ada under Libraries or under Drivers sections.

The motivation for this change came from #118.

ohenley commented 8 months ago

Thx @mgrojo!