Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • \$\begingroup\$ Function templates for golfing the types? T f(T)(T a,T b){return a + b} should infer T as int in f(5); \$\endgroup\$ Commented May 5, 2016 at 19:35
  • \$\begingroup\$ @fedes. Hello, friend! Yes, you are exactly correct (but I think/hope "untyped" lambdas will be shorter than typed function expressions). \$\endgroup\$ Commented May 5, 2016 at 19:48
  • \$\begingroup\$ Ah, ofc! When I decide to take yet another look on D, who do I find? :D I objectively declare you have good taste on languages \$\endgroup\$ Commented May 5, 2016 at 19:52
  • \$\begingroup\$ @fedes. Aw, why thank you! :P that implies you do too (but I haven't spent enough time in front of Smalltalk, yet anyways :) ) \$\endgroup\$ Commented May 5, 2016 at 20:01