awesome-ada VS programming-with-ada

Compare awesome-ada vs programming-with-ada and see what are their differences.

awesome-ada

A curated list of awesome resources related to the Ada and SPARK programming language (by ohenley)

programming-with-ada

A guide for learning about the Ada Programming Language. (by pyjarrett)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
awesome-ada programming-with-ada
20 8
577 18
- -
7.6 6.7
18 days ago over 1 year ago
Python
Creative Commons Zero v1.0 Universal MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-ada

Posts with mentions or reviews of awesome-ada. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.
  • yet another Ada web site?
    8 projects | /r/ada | 25 Aug 2022
    At the moment we have * Reddit, a news aggregator, Awesome Ada link list, and they work good too. (Thank involved people for this!) * Organization/company based sites, and they work good (e.g. adaic.org, ada-auth.org, sigada.org, adacore.com) * Chats, comp.lang.ada "news group" * Wiki books * Ada Programming (Is it updated?) * Ada Style Guide (It looks like to be never updated since uploading) * person-driven sites are often biassed, become outdated and abandoned * For example, adapower.com, getadanow.com, learnadanow.com are not updated (e.g. no Alire mention), have expired SSL certificate and dead links. (Sorry David, it's just for example!). * long(?) list of dead or frozen sites * adahome.com - alive, not updated * adaworld.com - has changed owner * planet.ada.wtf not resolved * ancient Public Ada Library (PAL) gone * per country community is mostly alive * adaspain.org is't responding
  • I remade the ada logo what do you think ?
    1 project | /r/ada | 28 Jul 2022
    I too are partial to the Ada (the person) logos. The modern takes in the awesome-ada site are my favorite. In particular the previous one was very cool: https://github.com/ohenley/awesome-ada/tree/f0e3df247119dd3730c4bda6cac0e0c3fd93087c
  • Ada Library and Tutorial Requests
    2 projects | /r/ada | 25 Apr 2022
    All libraries listed in awesome-ada added to Alire.
  • Request for comments: an idea for a central repository of knowledge and resources for Ada
    7 projects | /r/ada | 25 Mar 2022
    awesome-ada
  • Lessons Learnt Moving a GTK Application from Go to Ada
    2 projects | /r/ada | 11 Mar 2022
    In order to find good examples for Ada, I think we should add all our projects to the curated list of awesome Ada resources. OK, it won't be curated if we add everything, but in fact it's far from being crowded. It can be curated later if it overgrows. In my opinion, both these projects (Dashera and Yotroc) ought to be included, and they aren't.
  • Hi I am a beginner and i am interested in Ada
    2 projects | /r/ada | 5 Mar 2022
    Depends on the libs, see [Awesome Ada][https://github.com/ohenley/awesome-ada]
  • Open discussion: Ada needs import (?)
    1 project | /r/ada | 10 Jan 2022
    If it's not in Alire, second step is looking in the curated list of Ada projects (and then follow README or BUILDING instructions): https://github.com/ohenley/awesome-ada
  • Alire has reached 200 Crates!
    3 projects | /r/ada | 8 Jan 2022
    There are still many interesting projects in https://github.com/ohenley/awesome-ada and other sources, which are not indexed by Alire, so there is room for improvement.
  • The Ada ecosystem?
    5 projects | /r/ada | 17 Dec 2021
    In terms of bootstrapping your environment and getting started, I'd recommend looking at Vim-Ada and Awesome Ada. I also tried to write up some practical advice from my experience, which might be helpful.
  • Is Ada used only for embedded systems?
    2 projects | /r/ada | 6 Nov 2021
    On Awesome Ada list, you can find examples of Ada usage outside embedded development.

programming-with-ada

Posts with mentions or reviews of programming-with-ada. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.
  • yet another Ada web site?
    8 projects | /r/ada | 25 Aug 2022
  • Is it worth it to learn Ada in 2022? And how do I learn it?
    4 projects | /r/ada | 7 Jun 2022
    I wrote up a bunch of stuff about it
  • May 2022 What Are You Working On?
    12 projects | /r/ada | 1 May 2022
    I am writing an article for Programming with Ada showing how to send an IMCP using just the Ada standard library and writing your own bindings to C. This is a port of program I wrote in C++.
  • Request for comments: an idea for a central repository of knowledge and resources for Ada
    7 projects | /r/ada | 25 Mar 2022
    I have one already for my own Ada notes, but it doesn't autogenerate. Sphinx allows arbitrarily complex tables, while also providing the ability to generate the documentation and keep it locally, which would be important for people on isolated/proprietary/military networks. It would be interesting to have a site generated by a crate in Alire, so you could download and run it locally as needed.
  • How to get into the Ada world
    1 project | /r/ada | 7 Feb 2022
    There's also: - http://learn.adacore.com - https://pyjarrett.github.io/programming-with-ada/ - https://en.wikibooks.org/wiki/Ada_Programming - The video's not available yet, but this might be useful: https://fosdem.org/2022/schedule/event/ada_outsiders_guide/
  • What Did You Work On in 2021?
    15 projects | /r/ada | 30 Dec 2021
    I also did a few things: - Wrote an online e-book about Ada - Septum - context-based source code search for multi-million line codebases (I use this nearly every day at work. It's being submitted as my Ada crate of the year. - dir_iterators - library similar to the incredible walkdir. - project_indicators - library for spinners and progress bars. - trendy_terminal - library for cross-platform terminal setup, VT100 support, and GNU readline-like behavior. - trendy_test - library for simple unit testing, which runs tests in parallel. - Ada Ray Tracer - an Ada port of Ray Tracing in One Weekend. - dirs_to_graphviz - Make graphviz files from directory trees. - rst_tables - a tool to draw RST table outlines.
  • Why Is C Faster Than Java (2009)
    8 projects | news.ycombinator.com | 26 Dec 2021
    > say, Ada programmers.

    I stand summoned.

    > Unfortunately, none of them ever seem to show up.

    We do from time to time, but people assume our language is dead (it isn't). I learned it last year and I've been very impressed by how simple it is, given the speed you get with it.

    It was a "big language" at the time, but now it's a language smaller than Rust or C++ which offers good performance with straightforward syntax.

    Ada has inline assembly, easy usage of compiler intrinsics, dead-simple binding to C, built-in multi-tasking (which includes CPU pinning), a good standard library, RAII, and real honest-to-goodness built-in, not-null-terminated strings. It's a compiled language, so you get good speed in general, but the built-in concurrency really does help work which can be split up. Ada 202x is getting even finer grained parallelism (parallel for-loops) in the language itself to even further help this.

    - https://learn.adacore.com/

    - https://github.com/pyjarrett/programming-with-ada

    - https://en.wikibooks.org/wiki/Ada_Programming

What are some alternatives?

When comparing awesome-ada and programming-with-ada you can also consider the following projects:

alire-index - Community index for the Alire project

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

ghdl - VHDL 2008/93/87 simulator

python-cheatsheet - Comprehensive Python Cheatsheet

browser-compat-data - This repository contains compatibility data for Web technologies as displayed on MDN

Ada_GUI - An Ada-oriented GUI

gnatstudio - GNAT Studio is a powerful and lightweight IDE for Ada and SPARK.

sdlada - Ada 2022 bindings to SDL 2 - Don't STAR this, this is my personal repo which I may delete over using the AGF one.

OpenGLAda - Thick Ada binding for OpenGL and GLFW

ada_language_server - Server implementing the Microsoft Language Protocol for Ada and SPARK

ASFML - Ada binding to the SFML library

Honki-Tonks-Zivilisationen - Der Code meines 4X-Rundenstrategiespiels. The Code of my 4X turn-based strategy game.