←back to thread

60 points Bogdanp | 1 comments | | HN request time: 0.271s | source
Show context
no_wizard ◴[] No.45784599[source]
This is specifically for hardware. Looks really cool!

I’ve always been confused about Ada the language and its licensing though. I know this project is open source but is the language as well? It’s unclear to me, though I may be missing information

replies(4): >>45784727 #>>45784833 #>>45784878 #>>45787306 #
1. i-con ◴[] No.45784878[source]
If you are looking for an open-source compiler, many distros (e.g. Archlinux, Debian and derivatives) bootstrap a full GCC (GNU compiler collection). Sometimes you have to install a particular packet, e.g. `gnat` or `gcc-ada`. There's also a language-specific packet tool `alire` that seems to aim to be somewhat like cargo. It can also install toolchains, IIRC.