AJ Ianozi@s.aj.immo to Ada@lemmy.ml · 7 months agoGetAda has been released!plus-squaremessage-squaremessage-square1fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1message-squareGetAda has been released!plus-squareAJ Ianozi@s.aj.immo to Ada@lemmy.ml · 7 months agomessage-square1fedilink
minus-squareAJ Ianozi@s.aj.immotoProgramming@programming.dev•...linkfedilinkarrow-up2·7 months ago@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 linkfedilink
minus-squareAJ Ianozi@s.aj.immotoProgramming@programming.dev•...linkfedilinkarrow-up2·7 months agodeleted by creator linkfedilink
@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