Hisayuki Mima:

This is a simple report of it. (Sorry, All of videos and slides
are in Japanese.)

Thank you for reporting about it.


I talked about CTFE and string mixins.
Video: http://www.youtube.com/watch?v=EhVd6TZDGLs
Slide: https://www.dropbox.com/s/sdd26a9osiil285/Mcitxfien.pdf
Content:
 - CTFE + mixin
 - Using #line to fix the error line
 - ctpg uses #line so heavily

Slide 9: I think now std.array.array is CTFE-able.

Slide 57:
.to!string()
I suggest ==>
.text


Kenji Hara talked about recent changes of dmd.
Video: http://www.youtube.com/watch?v=VVs3MV2DJCM
Slide: http://www.rvl.io/khara/d_hackason
Content:
 - Field initialization in constructor
 - Qualified constructor
 - DIP23: Fixing properties redux
 - Unique object
 - Template overload set

I think that more nice things can be done with that "Unique object" idea.


Kazuhiro Inaba talked about ICFP in D
Video: http://www.youtube.com/watch?v=NztYjogXGAM
Content:
 - Taking part in ICFP Programming Content in D
 - std.algorithm.sort is O(n^2) in the worst case

Beside the comment about the sort, how good was D for this famous contest?

Bye,
bearophile

Reply via email to