CoderSupreme@programming.dev to Programming@programming.dev · 7 months agoWhat Programming Languages Do You Wish Were More Popular?message-squaremessage-square189fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareWhat Programming Languages Do You Wish Were More Popular?CoderSupreme@programming.dev to Programming@programming.dev · 7 months agomessage-square189fedilink
minus-squareAJ Ianozi@s.aj.immolinkfedilinkarrow-up0·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
@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