Settings

Theme

A Preview of Coalton 0.2

coalton-lang.github.io

49 points by varjag 6 days ago · 3 comments

Reader

arn3n a day ago

I love their discussion on currying. Currying is very cool theoretically, but I agree that it really causes some bugs and isn’t used that often. It’s cool that most functional compilers automatically curry my functions and give me partial applications, but Id much rather they enforce all parameters be provided and have to explicitly make partial functions when necessary.

  • a-french-anon a day ago

    Strong agree, this falls squarely into the bad part of the automagical category for me; a terse lambda syntax makes it quite unnecessary anyway.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection