just discovered this language (Ada) and am thinking of learning it, it looks like it would be a very good language to make some small projects
what does /prog/ think?
Name:
Anonymous2010-04-04 14:43
>>29
A design that bad is obtained merely by programming in C. Any time you've got to worry about who owns some data so you can decide who deallocates it, you've fucked up in the design phase. And no, copying does not count as a solution. Way to introduce wasteful computation that removes any speed advantage C might have had.