On Fri, 29 May 2015 14:27:02 +0200, Jacob Carlborg wrote:

> [2] https://github.com/jacob-carlborg/dmd/tree/named_parameters

nice start. with some efforts i ported it as PoC to git HEAD, and added 
argument reordering, so

  void foo (string a, string b);
  ...
  foo(a:"hello", b:"world");
  foo(b:"world", a:"hello");

is working as one expects.

nice addition to Aliced. ;-)

Attachment: signature.asc
Description: PGP signature

Reply via email to