For what it's worth, the ParaSail parallel programming language (https://github.com/parasail-lang/parasail) supports this: func Search(Root : Tree; Desired_Value : Tree_Value) -> optional Tree_Id is var Identifier :…
For what it is worth, Ada was not "designed by committee" more than most languages. It was designed by a design team, and in each revision, there was a strong technical leader of the design team, with the whole design…
There is no doubt that ParaSail syntax is verbose, mainly because it was designed more with readability than writeability in mind. But knowing how strong are the feelings about syntax, we actually designed four…
ParaSail is designed to be easily understandable and usable by programmers familiar with languages like Java, C#, Modula-3, Eiffel, etc., while providing implicit parallelism and full compile-time checking of all…
A prototype compiler will be released in the next month or so. It will be announced on the ParaSail blog and the ParaSail google group. -Tuck
For what it's worth, the ParaSail parallel programming language (https://github.com/parasail-lang/parasail) supports this: func Search(Root : Tree; Desired_Value : Tree_Value) -> optional Tree_Id is var Identifier :…
For what it is worth, Ada was not "designed by committee" more than most languages. It was designed by a design team, and in each revision, there was a strong technical leader of the design team, with the whole design…
There is no doubt that ParaSail syntax is verbose, mainly because it was designed more with readability than writeability in mind. But knowing how strong are the feelings about syntax, we actually designed four…
ParaSail is designed to be easily understandable and usable by programmers familiar with languages like Java, C#, Modula-3, Eiffel, etc., while providing implicit parallelism and full compile-time checking of all…
A prototype compiler will be released in the next month or so. It will be announced on the ParaSail blog and the ParaSail google group. -Tuck