Comment on Beating the Arc Challenge in HaskellparentComments−axod16yThe Java solution I pasted is "built by combining highly orthogonal components that can be recombined to solve completely different problems".createForm("click here", new Response("you said %foo"), new InputElement("foo"), new SubmitElement());Does this not look like a combination of highly orthogonal components that could be recombined to solve a variety of problems?So no, I can't see any different whatsoever. I'm guessing we'll just have to agree to disagree at this point.
Comments
The Java solution I pasted is "built by combining highly orthogonal components that can be recombined to solve completely different problems".
createForm("click here", new Response("you said %foo"), new InputElement("foo"), new SubmitElement());
Does this not look like a combination of highly orthogonal components that could be recombined to solve a variety of problems?
So no, I can't see any different whatsoever. I'm guessing we'll just have to agree to disagree at this point.