Re: Blog post on calling C from Python via D

2020-02-19 Thread Ali Çehreli via Digitalmars-d-announce
On 2/19/20 8:30 AM, Atila Neves wrote: https://news.ycombinator.com/item?id=22365166 Awesome! And thanks for linking directly to the article on ycombinator. If they're still penalizing articles for direct links, they should realize already that links are a thing on the internet. Ali

Blog post on calling C from Python via D

2020-02-19 Thread Atila Neves via Digitalmars-d-announce
https://atilaoncode.blog/2020/02/19/want-to-call-c-from-python-use-d/ Discussion elsewhere: https://www.reddit.com/r/programming/comments/f6agvt/want_to_call_c_from_python_use_d/ https://news.ycombinator.com/item?id=22365166

Re: Bolts 1.4 - added experimental signatures for D

2020-02-19 Thread aliak via Digitalmars-d-announce
On Friday, 14 February 2020 at 21:33:01 UTC, aliak wrote: Hi, [...] Cheers, - ali Ok, you can now model an actual input range with most of it's caveats: interface InputRange(T) { @property bool empty(); @property T front(); @ignoreAttributes void popFront(); } struct MyRange {

Blog Post #0102: Grid Column & Row Spacing

2020-02-19 Thread Ron Tarrant via Digitalmars-d-announce
An alternative Grid spacing mechanism is revealed in this, the 102nd GtkDcoding blog post. You can find it here: https://gtkdcoding.com/2020/02/19/0102-grid-spacing.html