Y
Hacker News
new
|
ask
|
show
|
jobs
by
pabs3
2060 days ago
Is Ada a staticly linked language?
2 comments
pjmlp
2060 days ago
All compiled programming languages have supported static linking since the early days, then dynamic linking came into mainstream during the 90's, and most toolchains added support for both models, including Ada compilers.
link
henrikeh
2060 days ago
The GNAT compiler (part of GCC) supports both static and dynamic linking.
link