D_vs_nim: git repo to compare features of D vs nim and help migrating code bw them. PRs welcome

2018-03-26 Thread timotheecour via Digitalmars-d-announce
D and nim are both very promising. I created this git repo to compare them: https://github.com/timotheecour/D_vs_nim/ Goal: up to date and objective comparison of features between D and nim (to help deciding what language to use), and 1:1 map of features and libraries to help D users learn

Re: Vision document for H1 2018

2018-03-15 Thread timotheecour via Digitalmars-d-announce
On Thursday, 15 March 2018 at 09:05:52 UTC, Kagamin wrote: On Sunday, 11 March 2018 at 04:06:13 UTC, Nick Sabalausky (Abscissa) wrote: First of all, betterC is about far more than interfacing with C. In fact, interop with C isn't really what betterC is about at all - that's a separate aspect of

Re: Release D 2.078.0

2018-01-10 Thread timotheecour via Digitalmars-d-announce
On Wednesday, 10 January 2018 at 21:42:38 UTC, Nathan S. wrote: When I remove the "inline" option the build + test time becomes <10 seconds. So the weirdly slow part is related to inlining. filed so we don't forget: https://issues.dlang.org/show_bug.cgi?id=18221

Re: D 2.062 release

2013-02-27 Thread timotheecour
I forgot to include VERSION in the zip file. Its contents are: 2.062 all on one line. I'll fix the packages. has this been done? it still seems the zip file doesn't contain it.

Re: Mono-D v0.4.8

2013-01-15 Thread timotheecour
and another bug: (I've updated to the correct stable version as per your instructions, since my last post included). Not sure how to reproduce this bug but it just happened after switching back to MD (i'm on OSX): A fatal error has occurred Details of this error have been automatically sent

Re: Mono-D v0.4.8

2013-01-15 Thread timotheecour
A) Awesome, again these problems - which MD version do you've got installed? 3.0.6 stable? Then please switch to the mono-d.alexanderbothe.com/stableMD repository 3.1.0 beta? Then switch to the mono-d.alexanderbothe.com repo. OK, that made it work. Very low priority, but maybe it's possible to

Re: cgdb 0.6.7 release - with D syntax highlight support.

2013-01-15 Thread timotheecour
Could you please provide some more information for usage / installation? on osx I was able to install it with: brew install readline ./configure --with-readline=/usr/local/homebrew/Cellar/readline/6.2.4 1) however, running a simple hello world with rdmd --build-only -g main and then cgdb ./m

Re: Mono-D v0.4.8

2013-01-15 Thread timotheecour
On Tuesday, 15 January 2013 at 21:12:21 UTC, alex wrote: On Saturday, 12 January 2013 at 14:28:46 UTC, alex wrote: Hi everyone, Just released a new version - For info, see http://mono-d.alexanderbothe.com Cheers, Alex Got to bump myself up again. Released a new version - this time with imp

Re: Native GTK bindings v2

2012-06-01 Thread timotheecour
Have you tested it on osx? I get lots of errors such as Error: module Atk from file gtk2/atk.d conflicts with another module Atk from file gtk2/atk.d etc... I'm wondering whether it's due to case insensitivity on OSX/windows. I thought the convention was to use all lowercase for module names.