ada_lang
Ada aj 5 months ago 100%
GetAda has been released!

GetAda has been released! Getada installs Alire on Mac and Linux and adds it to PATH. You can use a one-liner copy-paste terminal command to install [#Ada](https://s.aj.immo/tags/Ada) and get to coding in just a few minutes [https://www.getada.dev](https://www.getada.dev) More details on Hacker News: [https://readhacker.news/c/66xjx](https://readhacker.news/c/66xjx) [@ada\_lang](https://lemmy.ml/c/ada_lang)

3
1
  • aj aj 5 months ago 100%

    @MajorasMaskForever @CoderSupreme Ada tooling has come a long way. Steps to creating an ada project on linux:
    1: curl --proto '=https' -sSf https://www.getada.dev/init.sh | sh
    2: alr init --bin myproj
    3: cd myproj
    4: alr with json #add json support
    5: alr edit
    6: alr build # when I'm ready to compile
    More info at https://alire.ada.dev/ or https://getada.dev

    2
  • aj aj 5 months ago 100%
    2