Re: Beta release DUB 1.0.0-beta.1

2016-06-07 Thread meppl via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: #!/usr/bin/env dub /++ dub.sdl: name "colortest" dependency "color" version="~>0.0.3" +/ this is exactly what i could make good use of for my scripting stuff. thank you for implementing

Re: DIP 1003: remove `body` as a keyword

2016-11-24 Thread meppl via Digitalmars-d-announce
Indentation syntax If we have an optional indentation syntax one day, those anonymous looking scopes behind functions may become weird things. int div(int a, int b) in { assert(b != 0); } { return a / b; } indentation: int div( int a, int b) in: assert( b != 0) : return a / b

Re: DConf 2018 Livestream

2018-05-04 Thread meppl via Digitalmars-d-announce
On Friday, 4 May 2018 at 06:19:13 UTC, meppl wrote: On Friday, 4 May 2018 at 04:39:16 UTC, Nemanja Boric wrote: On Friday, 4 May 2018 at 00:09:53 UTC, Nick Sabalausky (Abscissa) wrote: On 05/03/2018 11:12 AM, Nemanja Boric wrote: [...] It's working for me:

Re: LDC 1.9.0 beta

2018-04-25 Thread meppl via Digitalmars-d-announce
On Tuesday, 24 April 2018 at 15:53:23 UTC, Joakim wrote: On Monday, 23 April 2018 at 09:18:07 UTC, Suliman wrote: What about Webassembly support? Latest LLVM suppport it, so LDC should support also. We don't support a lot of platforms that llvm supports. It will require someone to work on

Re: DConf 2018 Livestream

2018-05-04 Thread meppl via Digitalmars-d-announce
On Friday, 4 May 2018 at 04:39:16 UTC, Nemanja Boric wrote: On Friday, 4 May 2018 at 00:09:53 UTC, Nick Sabalausky (Abscissa) wrote: On 05/03/2018 11:12 AM, Nemanja Boric wrote: On Thursday, 3 May 2018 at 12:24:16 UTC, Per Nordlöw wrote: [...] It looks like you can just watch inside last

Re: Beta 2.079.0

2018-02-20 Thread meppl via Digitalmars-d-announce
On Monday, 19 February 2018 at 23:37:49 UTC, Mike Franklin wrote: On Monday, 19 February 2018 at 18:50:47 UTC, Dukc wrote: ... Mike @"16.": https://dlang.org/changelog/2.079.0.html#minimal_runtime So, now someone could "easily" write his own memory managment for allocations who would be

Re: The ShionKeys project has quietly raised money on indiegogo

2018-01-18 Thread meppl via Digitalmars-d-announce
On Tuesday, 16 January 2018 at 19:15:52 UTC, artishu wrote: On Monday, 15 January 2018 at 06:54:04 UTC, ShionKeys wrote: ShionKeys: I want to change the world World: You will be alone ... ... https://igg.me/at/ShionKeys/x/17399884 https://vimeo. speak more about benefit's: how long does it

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

2018-03-26 Thread meppl via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 01:25:42 UTC, timotheecour wrote: 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),

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

2018-03-28 Thread meppl via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 04:46:21 UTC, meppl wrote: On Tuesday, 27 March 2018 at 01:25:42 UTC, timotheecour wrote: ... Sometimes I want to use a debugger like gdc. If it works, it can be really useful. I skipped trying out Nim, because debugging was not really supported. I wonder, if

Re: Beta 2.079.0

2018-03-30 Thread meppl via Digitalmars-d-announce
On Saturday, 31 March 2018 at 00:25:47 UTC, Seb wrote: On Tuesday, 20 February 2018 at 08:43:50 UTC, Martin Nowak wrote: On Monday, 19 February 2018 at 15:58:57 UTC, Joakim wrote: [...] No need to use it if you don't like it. It's particularly useful for small examples, localized imports

Re: State of D 2018 Survey

2018-03-04 Thread meppl via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 13:41:56 UTC, Mike Parker wrote: https://seb134.typeform.com/to/H1GTak I might have overseen it, but in the survey I missed the feature "being able to allocate withing @nogc-CTFE-functions". Some people want to promote a @nogc library and they cant use