Viewing profile — sttaft
sttaft
HN member- Joined
- Fri, Jul 29, 2011, 3:06 AM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About sttaft
No profile information was provided.
Recent public activity
-
comment
Comment #43839802
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) ->…
-
comment
Comment #37290751
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 t…
-
comment
Comment #19135172
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 syn…
-
comment
Comment #2821657
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 f…
-
comment
Comment #2819991
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