awesome-ada VS gnatstudio

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

awesome-ada

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

gnatstudio

GNAT Studio is a powerful and lightweight IDE for Ada and SPARK. (by AdaCore)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
awesome-ada gnatstudio
20 12
577 376
- 2.7%
7.6 9.7
21 days ago 3 days ago
Ada
Creative Commons Zero v1.0 Universal -
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.

gnatstudio

Posts with mentions or reviews of gnatstudio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-08.
  • GNAT Studio Continuous Release 20230501
    1 project | /r/ada | 10 May 2023
  • Porting old firmware written in Ada to modern program
    1 project | /r/ada | 10 Mar 2023
    As for compilers, there really is only GNAT if you don’t want to spend extra money (note: It’s GCC based so you have a C and C++ compiler that comes with it). I definitely recommend getting a copy of Alire( https://alire.ada.dev/ ) to help get you started. If you want to use Visual Studio Code, there is Ada support for it (https://marketplace.visualstudio.com/items?itemName=AdaCore.ada). There is also GNAT Programming Studio (https://github.com/AdaCore/gnatstudio/releases). Once you have those then you can compile the C and Ada code and throw in extra C++ if you would like.
  • Which one do you use?
    1 project | /r/embedded | 23 Feb 2023
    "https://github.com/AdaCore/gnatstudio/releases"
  • GNAT 2023 (Beta) Seems Available!
    1 project | /r/ada | 27 Jan 2023
    This is not a GNAT (the compiler) release, it is a continuous release of GNATstudio (the IDE).
  • gnatstudio: GNAT Studio is a powerful and lightweight IDE for Ada and SPARK
    1 project | /r/u_TsukiZombina | 8 Nov 2022
  • Where to get latest stable GNAT Studio?
    1 project | /r/ada | 22 Oct 2022
    As of today Alire doesn’t install GNAT Studio automatically, but you can get a release for Windows x64-64 or Linux x86-64 from the repository: https://github.com/AdaCore/gnatstudio/releases Once GNAT Studio is installed and in the PATH, you only have to use the command $ alr edit in your crate to start it.
  • Memory Safety in the D Programming Language (Part 2 of N)
    2 projects | /r/programming | 8 Oct 2022
    https://alire.ada.dev https://github.com/Adacore/gnatstudio
  • Got this error while running Alire... not sure how to proceed
    1 project | /r/ada | 31 Jul 2022
  • How to install GNAT 3.14b on FreeDOS 1.3
    1 project | /r/ada | 4 Jul 2022
    Today in the year 2022 the way to install the GNAT compiler on a Debian/Ubuntu system is to execute "sudo apt install gnat gprbuild" in the terminal, followed by downloading and installing the GNAT Studio IDE from https://github.com/AdaCore/gnatstudio/releases. This is described at https://alire.ada.dev/transition_from_gnat_community.html and also how to install the GNAT compiler on other platforms. In the era of the GNAT Community Edition 2007-2021 (https://www.adacore.com/download), the process for installing the compiler and tools was simplified from the 2007 version of the compiler and ended in 2021 with simply executing a script called doinstall where the installation directory for example /usr/gnat was pointed out and then the path /usr/gnat/bin directory was put on the PATH environment variable. In previous versions of the GNAT compiler there was a need to specify more environment variables in order to be good to go which I recently learned when installing the GNAT 3.14b compiler (https://sourceforge.net/projects/gnuada/files/GNAT_P%20MS-Dos%20i386/3.14/) from 2002 on FreeDOS 1.3 (https://freedos.org/). Let's say the GNAT 3.14b compiler has been unzipped in the directory C:\GNAT\. There are then three directories which need to be put on the PATH environment variable:
  • What's New in Ada 2022
    3 projects | news.ycombinator.com | 20 Jun 2022
    There is an Ada specific IDE with a nice memory footprint here.

    https://github.com/AdaCore/gnatstudio

What are some alternatives?

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

alire-index - Community index for the Alire project

vim-ada - Ready-to-deploy plugins and configuration which change Vim/NeoVim into (mostly Ada) IDE

ghdl - VHDL 2008/93/87 simulator

PolyORB - PolyORB provides a uniform solution to build distributed applications relying either on middleware standards

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

void-packages - The Void source packages collection

OpenGLAda - Thick Ada binding for OpenGL and GLFW

brookfreepascal - The perfect Free Pascal framework for your web applications.

ASFML - Ada binding to the SFML library

fpm - Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.

bingada - Bingo application in GTKAda

doctest - The fastest feature-rich C++11/14/17/20/23 single-header testing framework