New Article: My Experience Porting Python Dateutil's Date Parser to D

Jack Stouffer via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Mar 9 13:55:23 PST 2016


Hello everyone,

I have spent the last two weeks porting the date string parsing 
functionality from the popular Python library, dateutil, to D. I 
have written about my experience here: 
http://jackstouffer.com/blog/porting_dateutil.html

The code and docs can be found here: 
https://github.com/JackStouffer/date-parser

reddit: 
https://www.reddit.com/r/programming/comments/49qdpt/my_experience_porting_python_dateutils_date/

Let me know what you think about the article and the code.

Thanks in advance.


More information about the Digitalmars-d-announce mailing list