Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sttaft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sttaft
1y ago
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
2.
▲
by
sttaft
3y ago
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 team sharin
3.
▲
by
sttaft
8y ago
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 different parsers (all of whi
4.
▲
by
sttaft
15y ago
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 user-written annotations as
5.
▲
by
sttaft
15y ago
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