Skip Navigation
aj AJ Ianozi @s.aj.immo
Posts 1
Comments 1

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 and get to coding in just a few minutes https://www.getada.dev

More details on Hacker News: https://readhacker.news/c/66xjx

@ada\_lang

1
...
  • @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

  • ...
  • @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