HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fire_lake

no profile record

Submissions

Ask HN: What is the most expensive off-the-shelf software you have seen?

38 points·by fire_lake·2 года назад·73 comments

comments

fire_lake
·в прошлом году·discuss
Pythons approach to variable declarations makes this doubly bad.
fire_lake
·в прошлом году·discuss
> How so?

Well I don’t know what issue you have with whitespace, but the usual complaint is that programs with small typos are syntactically valid but logically incorrect. This is why CoffeeScript became so disliked. A static type checker makes this scenario much less likely since it won’t compile.

I would also add that F# has some indentation rules (“offside rules”) and tabs are disallowed, further shrinking the input space.
fire_lake
·в прошлом году·discuss
Static typing removes the downside of whitespace.

Oh, and every language with line comments (so most of them) has significant whitespace.
fire_lake
·2 года назад·discuss
It was handed to Obama (gen X) and then we went back to the boomers again!
fire_lake
·2 года назад·discuss
Without do-notation this is kind of dead on arrival no?
fire_lake
·2 года назад·discuss
Could someone write an OpenGL to Vulkan layer as a library so that we can target Vulkan but at a higher level of abstraction?

Then gradually we can replace that library with routines optimised for the use case?