So I've been noticing a lot of MoD/Aerospace jobs want people who know ADA, so I figure if I learn that language I may be able to fill a niche.
Discuss.
Name:
Anonymous2005-09-29 16:51
>>18
There are ways to do strong typing the right way though, even without tons of typing like C#. Take Haskell for instance -- type inferencing and a typeclass system making for a very nice environment for random hacking... as soon as you get the hang of it.