HackerTrans
TopNewTrendsCommentsPastAskShowJobs

remon

no profile record

comments

remon
·ปีที่แล้ว·discuss
Interesting project but whoever decided "forM" is a good name for a language keyword should be made to gurgle Tabasco sauce for a few minutes.
remon
·ปีที่แล้ว·discuss
Gotta be honest, this isn't very inspiring : "Wait, division by zero is zero, really? Yes. But focusing on this is a bit like focusing on the color of the seats in a spacecraft."
remon
·ปีที่แล้ว·discuss
Ah thanks for the insights and references. And yes I'm still curious why this definition of div/0==0 is needed in the context of Flix
remon
·ปีที่แล้ว·discuss
"Controversial: Flix defines division by zero to equal zero." Wait what. Can I read up on the motivation somewhere?
remon
·ปีที่แล้ว·discuss
Curious if anyone can weigh in on why Flix requires a developer to explicitly mark a function as pure. I'd imagine in almost all cases this can be derived through static analysis.
remon
·3 ปีที่แล้ว·discuss
I could not agree more. And that's coming from someone that converted to almost completely async/reactive/flux-y code. Reactive frameworks, almost by necessity, force developers to write less maintainable and readable code (objective fact, not an opinion). Lightweight threading is a significantly better approach to the same problem space.