
On Fri, Feb 12, 2016 at 2:25 PM, Joachim Durchholz
Am 12.02.2016 um 05:17 schrieb Rustom Mody:
On Thu, Feb 11, 2016 at 6:57 PM, Rustom Mody wrote:
The C version of that is described in this old paper: C in education and software engineering < http://blog.languager.org/2013/02/c-in-education-and-software-engineering.ht...
Whoops pointer-indirection error :-) Sorry
Works now.
Oh, and Java relevates ease of combining third-party modules, and deployment automation. The key ingredient for this was Java's mere recommendation that namespaces be based on domain names, this allowed libraries to be combined without name conflicts; the other languages don't have this, and come with horrible linking problems that only make me sad.
Thanks for the input I would have thought that SML would be the one which had the most sophisticated module-sublanguage. Would be interested to know how SML and Java stack up against each other in that respect.