Re: Fastest JSON parser in the world is a D project

2015-10-26 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 14 October 2015 at 07:35:49 UTC, Marco Leise wrote: Example: double x = 0, y = 0, z = 0; auto json = parseTrustedJSON(`{ "coordinates": [ { "x": 1, "y": 2, "z": 3 }, … ] }`); foreach (idx; json.coordinates) { // Provide one function for each key you are

Re: Please vote for the DConf logo

2015-11-15 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 09:30:30 UTC, Andrei Alexandrescu wrote: Reply to this with 1.1, 1.2, 2, or 3: 1) by ponce: Variant 1: https://github.com/p0nce/dconf.org/blob/master/2016/images/logo-sample.png Variant 2:

Re: reggae v0.5.0: new features in the D meta-build system

2015-09-25 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 24 September 2015 at 15:04:49 UTC, Atila Neves wrote: I you want any advice on this matter please contact me. I'd be glad to be of service. Send me an email, I'm more than happy to waffle away about build systems. BTW. I'm planning on visiting Berlin for DConf 2016. We could

Re: Better docs for D (WIP)

2016-01-05 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 5 January 2016 at 15:43:30 UTC, Nordlöw wrote: This is awesome! I warmly welcome this approach. I just got a comment from a newbie D developer fellow who commented on the current unpleasant doc formatting of templated headers. The mouse-over behaviour of CT- and RT-parameters is

Re: Better docs for D (WIP)

2016-01-05 Thread Nordlöw via Digitalmars-d-announce
On Monday, 28 December 2015 at 20:15:30 UTC, Adam D. Ruppe wrote: Last week, I posted in the general forum my dream for better D docs. Today, about 4 days of work later, I'm about 1/4 of the way there. Still a long way to go, but I've already come so far. First, behold my old dpldocs.info

Re: Andrei on Optimization

2016-01-08 Thread Nordlöw via Digitalmars-d-announce
On Friday, 8 January 2016 at 13:30:34 UTC, Walter Bright wrote: https://www.reddit.com/r/programming/comments/400wpy/andrei_alexandrescus_amazing_150_minutes_course/ Part 1: https://www.youtube.com/watch?v=ph7FP0LnmcA Part 2: https://www.youtube.com/watch?v=3_FXy3cT5C8 Try setting Youtube

Re: Three Cool Things about D

2015-12-22 Thread Nordlöw via Digitalmars-d-announce
On Monday, 21 December 2015 at 17:28:51 UTC, Andrei Alexandrescu wrote: https://www.reddit.com/r/programming/comments/3xq2ul/codedive_2015_talk_three_cool_things_about_d/ Great motivation as always! Thx!

Re: Beta release DUB 1.0.0-beta.1

2016-06-08 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is... Great work! I've spread the news to all my hackish friends.

Re: D Profile Viewer

2016-06-02 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer Please let me know if you find any bugs. It's better to use backticks to produce raw string literals for all the quoted code. Then you don't have to backslash all the

Re: Beta D 2.070.0-b1

2016-01-14 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: http://dlang.org/changelog/2.070.0.html I'm missing changelog entry for - new algorithm `std.algorithm.comparison.either` - update for return type of `findSplit*` enabling bool-conversion in for instance if (const hit =

Re: Beta D 2.070.0-b2

2016-01-21 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 20 January 2016 at 09:03:50 UTC, Martin Nowak wrote: Well, please write them (targeting stable). Changelog entries should nowadays be part of pull requests. https://github.com/D-Programming-Language/phobos/blob/ca3b4c839770a02f2414b20aa11c38f79419871b/changelog.dd#L9 Ok, I'll

Re: Beta D 2.070.0-b2

2016-01-19 Thread Nordlöw via Digitalmars-d-announce
On Monday, 18 January 2016 at 14:29:37 UTC, Martin Nowak wrote: Fixed, I simply forgot to update the changelog from phobos. https://github.com/D-Programming-Language/dlang.org/commit/128de6cce74b6fe8f98c35d2e3b44c44517152c8 http://dlang.org/changelog/2.070.0.html I'm still missing entries for

Re: dlang.org Re-Design Dark Theme

2016-03-14 Thread Nordlöw via Digitalmars-d-announce
On Monday, 14 March 2016 at 12:00:24 UTC, Jakob Ovrum wrote: Suggestions, forks, uploads to Stylish and so forth are all welcome. The important part is that we have an alternative that is nice on the eyes for us who use dark-coloured UIs. Looks great, apart from the red-flags on the

Re: Release D 2.071.0

2016-04-07 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. I read somewhere recently about performance regressions in DMD. Were these related the import and module fixes? Were they fixed? Do they depend on any dmd switches? Thanks anyway!

Re: New repo for my reusable D Phobos extensions

2016-04-10 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 9 April 2016 at 18:25:54 UTC, Nordlöw wrote: I've packaged my reusable extensions to Phobos at https://github.com/nordlow/phobos-next Also at http://code.dlang.org/packages/phobos-next

Re: New repo for my reusable D Phobos extensions

2016-04-10 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 9 April 2016 at 23:49:14 UTC, ag0aep6g wrote: , : Changing arbitrary

Re: New repo for my reusable D Phobos extensions

2016-04-10 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 10 April 2016 at 20:24:41 UTC, Nordlöw wrote: These operate only on integer types thanks to isIntegral template constraint. Are you saying I need to limit to machine types u?int{8,16,32,64,12} to not include BigInt? If so is there a trait for this? Further, perhaps we could/should

New repo for my reusable D Phobos extensions

2016-04-09 Thread Nordlöw via Digitalmars-d-announce
I've packaged my reusable extensions to Phobos at https://github.com/nordlow/phobos-next PRs are very welcome. There are lots of goodies here. Some of them should probably be moved to standard Phobos. I currently have lots of other D things to do, but you guys are welcome to try to integrate

Re: New repo for my reusable D Phobos extensions

2016-04-11 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 10 April 2016 at 20:54:31 UTC, ag0aep6g wrote: No, these are the overloads for non-integer T. The constraint says `!(isIntegral!T)`. The integer overloads are above the ones I linked, respectively. Ok. Thanks. Fixed.

Emacs dfmt wrapper

2016-03-22 Thread Nordlöw via Digitalmars-d-announce
I've hacked together a little Elisp magic that seems to work as wrapper around dfmt. https://github.com/nordlow/elisp/blob/master/mine/dfmt.el Improvements are very welcome! Enjoy!

Re: 2016Q1: std.blas

2016-03-24 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 24 March 2016 at 09:30:04 UTC, 9il wrote: I will post Level 1 to Mir during this week. Great!

Re: 2016Q1: std.blas

2016-03-24 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 26 December 2015 at 20:51:06 UTC, Ilya Yaroshenko wrote: Related questions about LDC http://forum.dlang.org/thread/lcrquwrehuezpxxvq...@forum.dlang.org Sounds amazing. I can't wait either ;) Thanks in advance. I have some minimum square data fitting algorithms I would like to

Re: 2016Q1: std.blas

2016-03-24 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 26 December 2015 at 19:57:19 UTC, Ilya Yaroshenko wrote: I will write GEMM and GEMV families of BLAS for Phobos. Is there a repo where I can track progress?

Re: Weak Purity Blog Post

2016-03-30 Thread Nordlöw via Digitalmars-d-announce
On Monday, 28 March 2016 at 01:44:02 UTC, sarn wrote: I wrote a post about some of the practical benefits of this kind of purity: https://theartofmachinery.com/2016/03/28/dirtying_pure_functions_can_be_useful.html Great. It would be nice if you added a section that discusses purity in

Units of Measurement Library: units-d

2016-03-31 Thread Nordlöw via Digitalmars-d-announce
I've put David Nadlinger work together with my tweaks on top at https://github.com/nordlow/units-d to make it easier to experiment with. PR are very welcome.

Re: DustMite now has -j

2016-05-11 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 11 May 2016 at 19:53:54 UTC, Vladimir Panteleev wrote: By popular demand. https://github.com/CyberShadow/DustMite/compare/e175b95da070d84029f75ba8a15f5d900fb90704...15693cbd5a5c0f47ee9cc68be9dada39b99c3836 Great!

Re: My ACCU 2016 keynote video available online

2016-05-16 Thread Nordlöw via Digitalmars-d-announce
On Monday, 16 May 2016 at 13:46:11 UTC, Andrei Alexandrescu wrote: Uses D for examples, showcases Design by Introspection, and rediscovers a fast partition routine. It was quite well received. https://www.youtube.com/watch?v=AxnotgLql0k Andrei Great! Your talks are always pushedFront in my

Re: Found on Reddit: Cache sizes with CPUID in C++ and D

2016-05-15 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 15 May 2016 at 14:56:47 UTC, Ali Çehreli wrote: Quote from the original article: "In D, there is a cpuid module that can retrieve cache information, but from what I've found it's incorrect." Then the author provides a function that does it correctly. But the article doesn't tell

Re: Battle-plan for CTFE

2016-05-10 Thread Nordlöw via Digitalmars-d-announce
On Monday, 9 May 2016 at 18:20:46 UTC, Robert burner Schadek wrote: awesome news :-) thanks you I very much agree.

Re: Proposed: start DConf days one hour later

2016-04-28 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 27 April 2016 at 18:36:54 UTC, Andrei Alexandrescu wrote: The folks at Sociomantic suggested to start at 10:00 AM instead of 9:00 AM, therefore shifting the end time by one as well. Please reply with thoughts on this! We're particularly concerned about folks who need to take off

Re: Better Voldemort types

2016-05-25 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 01:29:53 UTC, Steven Schveighoffer wrote: http://www.schveiguy.com/blog/2016/05/have-your-voldemort-types-and-keep-your-disk-space-too/ Good read. I'll horcruxify my phobos-next ranges until compiler is fixed. Thanks!

Re: DIP1000: Scoped Pointers

2016-08-12 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 11 August 2016 at 07:48:18 UTC, Walter Bright wrote: On 8/10/2016 11:36 PM, rikki cattermole wrote: Perfect :) The nice thing about this scheme is it can do some things that Rust can't (and Rust can do things that this can't). I suppose it will balance out. If this is

Re: DIP1000: Scoped Pointers

2016-08-12 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 10 August 2016 at 20:35:23 UTC, Dicebot wrote: The first DIP has just landed into the new queue. It is a proposal from language authors and thus it bypasses usual nitpicking process and proceeds straight to requesting community (your!) feedback. Thanks for all the work. One

Re: NDC 2016 talk now online

2016-06-30 Thread Nordlöw via Digitalmars-d-announce
On Friday, 24 June 2016 at 14:06:48 UTC, Andrei Alexandrescu wrote: https://www.reddit.com/r/programming/comments/4pmsgu/andrei_on_algorithms_search_partition_fast/ -- Andrei Great talk, as usual, and great results. Has Phobos been updated to make use of these improvements, typically

Re: LDC 1.1.0 released

2017-02-01 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 1 February 2017 at 03:43:10 UTC, David Nadlinger wrote: Version 1.1.0 of LDC, the LLVM-based D compiler, has finally been released: https://github.com/ldc-developers/ldc/releases/tag/v1.1.0 Great work.

Re: High-level wrapper for GNU MP (GMP)

2017-01-23 Thread Nordlöw via Digitalmars-d-announce
On Monday, 23 January 2017 at 22:37:50 UTC, Nordlöw wrote: See README.md for more details. Moved todo-list to TODO.md and cleaned up README.md at https://github.com/nordlow/gmp-d

High-level wrapper for GNU MP (GMP)

2017-01-23 Thread Nordlöw via Digitalmars-d-announce
Version 0.0.1 is out http://code.dlang.org/packages/gmp-d Only mpz_t is currently wrapped (in MpZ). See README.md for more details.

Re: Release D 2.073.0

2017-01-27 Thread Nordlöw via Digitalmars-d-announce
On Friday, 27 January 2017 at 11:12:22 UTC, Dicebot wrote: And also stuff like https://github.com/dlang/druntime/pull/1740 - I think the story behind `return scope` is the critical point for me. It is worst technical disaster that has happened to compiler in years, and I am going to blame

Re: Beta 2.073.0-b1

2017-01-15 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 15 January 2017 at 06:07:23 UTC, Walter Bright wrote: Phobos is next! I can't wait :)

Re: Battle-plan for CTFE

2016-08-29 Thread Nordlöw via Digitalmars-d-announce
On Monday, 29 August 2016 at 00:24:01 UTC, Stefan Koch wrote: I feel that this can have a positive I am happy for all comments or suggestions. Incredible work! Keep up!

Flycheck DMD Coverage and Dscanner Support

2016-09-13 Thread Nordlöw via Digitalmars-d-announce
I've added experimental support in Flycheck for highlighting all lines that have zero coverage at https://github.com/nordlow/elisp/blob/master/mine/flycheck-d-all.el Source is an extension of unittest add-ons in https://github.com/flycheck/flycheck-d-unittest. I've also had Flycheck-support

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 17 September 2016 at 18:46:26 UTC, Johan Engelen wrote: I just finished another post about LDC: https://johanengelen.github.io/ldc/2016/09/17/LDC-object-file-caching.html Great innovative work! One thing: I'm missing an option for only doing time-stamp checking of the

Re: Flycheck DMD Coverage and Dscanner Support

2016-09-18 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 13 September 2016 at 18:55:31 UTC, Nordlöw wrote: I haven't figured out how to have these active at once, thought. So pick one or the other but not both at the same time. Something wrong with my settings of the `:next-checkers` property I presume. Ideas? Problem with

Re: Battle-plan for CTFE

2016-09-19 Thread Nordlöw via Digitalmars-d-announce
On Monday, 19 September 2016 at 10:07:06 UTC, Stefan Koch wrote: Compiling all of phobos does not crash my engine anymore! Great work! Keep up still!

Re: [GSoC] Mir.random.flex - Generic non-uniform random sampling

2016-08-23 Thread Nordlöw via Digitalmars-d-announce
On Monday, 22 August 2016 at 15:34:47 UTC, Seb wrote: I am proud to publish a report of my GSoC work as two extensive blog posts, which explain non-uniform random sampling and the mir.random.flex package (part of Mir > 0.16-beta2): Fantastic work!

Re: [GSoC] Mir.random.flex - Generic non-uniform random sampling

2016-08-23 Thread Nordlöw via Digitalmars-d-announce
On Monday, 22 August 2016 at 15:34:47 UTC, Seb wrote: http://blog.mir.dlang.io/random/2016/08/19/intro-to-random-sampling.html http://blog.mir.dlang.io/random/2016/08/22/transformed-density-rejection-sampling.html Found at typo: Search for "performance boost performance boost"

Re: Comparing compilation time of random code in C++, D, Go, Pascal and Rust

2016-10-19 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 19 October 2016 at 17:05:18 UTC, Gary Willoughby wrote: crashed: "Error: more than 32767 symbols in object file". Will that many symbols ever happen in real applications? Anyway, nice!

Re: Battle-plan for CTFE

2016-10-19 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 25 September 2016 at 20:47:41 UTC, Stefan Koch wrote: If all goes well there will be a separate nightly release build from the newCTFE branch, sometime in October. I hope to get alpha bug reports that way. Have you benchmarked CTFE-heavy projects like Pegged?

Re: Dlang dynamic compilation

2016-11-22 Thread Nordlöw via Digitalmars-d-announce
On Monday, 21 November 2016 at 18:59:17 UTC, Ivan Butygin wrote: Hacked ldc sources are here: https://github.com/Hardcode84/ldc/tree/runtime_compile This could be used to accelerate genetic algorithms at run-time.

Re: Battle-plan for CTFE

2016-10-17 Thread Nordlöw via Digitalmars-d-announce
On Monday, 17 October 2016 at 15:50:37 UTC, Uplink_Coder wrote: The time llvm takes to build it's IR and execute the JITed code is absolutely too much! multiple milliseconds! I will write a very simple x86 codegenerator tomorrow. Great work.

Re: Milestone - DMD front end is now 100% D!

2016-12-15 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 15 December 2016 at 01:04:54 UTC, Walter Bright wrote: https://github.com/dlang/dmd/pull/6310 Great work!

Re: Mir Blog: Writing efficient numerical code in D

2016-12-13 Thread Nordlöw via Digitalmars-d-announce
On Monday, 12 December 2016 at 21:58:23 UTC, Relja Ljubobratovic wrote: http://blog.mir.dlang.io/ndslice/algorithm/optimization/2016/12/12/writing-efficient-numerical-code.html Awesome!

Re: SmartRef: The Smart Pointer In D

2017-01-14 Thread Nordlöw via Digitalmars-d-announce
On Friday, 13 January 2017 at 16:50:37 UTC, Dsby wrote: I write the ref count pointer and the scoped point in D. How do two of these differ from - https://dlang.org/phobos/std_typecons.html#.RefCounted - https://dlang.org/phobos/std_typecons.html#.Unique under

Re: GMP bindings for DLang

2017-01-11 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 11 January 2017 at 12:53:13 UTC, Andrew Hall wrote: https://code.dlang.org/packages/libgmp See also http://forum.dlang.org/thread/imoaobpfaggyphjox...@forum.dlang.org

Re: Mir Random v0.0.1 release

2016-12-02 Thread Nordlöw via Digitalmars-d-announce
On Friday, 2 December 2016 at 18:59:08 UTC, Ilya Yaroshenko wrote: A replacement for std.random from stats professionals. Nice work!

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-08 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 7 January 2017 at 01:06:49 UTC, Stefan Koch wrote: new CTFE engine or the future my plan for O(N log N) templates! What do you mean? A performance improvement? From quadratic?

Re: Many documentation examples can now be run online

2016-12-20 Thread Nordlöw via Digitalmars-d-announce
On Monday, 19 December 2016 at 17:44:29 UTC, Andrei Alexandrescu wrote: Take a look e.g. at https://dlang.org/phobos-prerelease/std_algorithm_iteration.html. Examples now have "Edit" and "Run" buttons that allow you to play with them online and see what they output. Changes for the ddox version

Re: Many documentation examples can now be run online

2016-12-20 Thread Nordlöw via Digitalmars-d-announce
On Monday, 19 December 2016 at 17:50:17 UTC, Seb wrote: I would like to add that this is in an experimental/testing stage and hopefully will get stable with the next release ;-) Great work, Seb!

Re: concepts v0.0.1

2016-12-16 Thread Nordlöw via Digitalmars-d-announce
On Friday, 16 December 2016 at 20:51:19 UTC, Atila Neves wrote: Atila Surprisingly little code. Thx.

Re: automem v0.0.7 - C++ style smart pointers using std.experimental.allocator

2017-04-11 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 9 April 2017 at 08:56:52 UTC, Atila Neves wrote: http://code.dlang.org/packages/automem You might find my own containers interesting, especially https://github.com/nordlow/phobos-next/blob/master/src/array_ex.d Supports all the different ways I could think an array needs to work:

Re: DCD 0.9.0 released

2017-07-03 Thread Nordlöw via Digitalmars-d-announce
On Monday, 3 July 2017 at 08:30:52 UTC, Basile@dlang-community wrote: I'm glad to announce that the dlang-community has released DCD 0.9.0[1] Nice. Are there any plans on adding any (limited) kind of auto-completion of UFCS-calls?

Re: Blog post on automem

2017-04-28 Thread Nordlöw via Digitalmars-d-announce
On Friday, 28 April 2017 at 14:40:03 UTC, Mike Parker wrote: Blog: https://dlang.org/blog/2017/04/28/automem-hands-free-raii-for-d/ Nice. One thing, Atila; what about replacing typeof(u1) u2; move(u1, u2); with typeof(u1) u2 = move(u1); or, alternatively, typeof(u1) u2 =

Re: Netflix opensources its first D library: Vectorflow

2017-08-08 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 8 August 2017 at 18:40:08 UTC, Nordlöw wrote: On Thursday, 3 August 2017 at 04:40:05 UTC, Matt wrote: Also note, one of the main advantages of Eigen is the whole lazy evaluation of expressions for compound operations. I haven't dug in the source, but it's my understanding it's

Re: Netflix opensources its first D library: Vectorflow

2017-08-08 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 3 August 2017 at 04:40:05 UTC, Matt wrote: Also note, one of the main advantages of Eigen is the whole lazy evaluation of expressions for compound operations. I haven't dug in the source, but it's my understanding it's done through a lot of compile time C++ template hacking

Re: [OT] Fast Deterministic Selection

2017-05-19 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 18 May 2017 at 15:14:17 UTC, Andrei Alexandrescu wrote: https://www.reddit.com/r/programming/comments/6bwsjn/fast_deterministic_selection_sea_2017_now_with/ Great work.

Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-15 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 13 June 2017 at 08:26:20 UTC, 9il wrote: [1] http://code.dlang.org/packages/lubeck https://github.com/kaleidicassociates/lubeck/tree/master/example Nice. Will there be any matrix, vector, scalar, types with operator overloads?

Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-15 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 15 June 2017 at 12:22:25 UTC, Nordlöw wrote: On Tuesday, 13 June 2017 at 08:26:20 UTC, 9il wrote: [1] http://code.dlang.org/packages/lubeck https://github.com/kaleidicassociates/lubeck/tree/master/example Nice. Will there be any matrix, vector, scalar, types with operator

Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-15 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 15 June 2017 at 14:23:29 UTC, jmh530 wrote: mir.ndslice.slice has CanonicalMatrix/ContinguousMatrix, and similar versions for vectors and tensors and all the algorithms that operate on ranges in mir seem to work fine with them. Ilya has expressed his intention in the past for

Re: [OT] LLVM 5.0 released - LDC mentioned in release notes

2017-09-07 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 7 September 2017 at 19:26:51 UTC, Kai Nacke wrote: LLVM 5.0 has been released! See the release notes here: http://releases.llvm.org/5.0.0/docs/ReleaseNotes.html Downloads: http://releases.llvm.org/download.html#5.0.0 Great work, Kai! Are there any new code-generation features in

Re: LDC 1.5.0-beta1

2017-10-22 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 22 October 2017 at 09:34:56 UTC, kinke wrote: Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.5.0-beta1 Thanks to everybody contributing! Thanks!

Re: Unit Testing in Action

2017-10-22 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 21 October 2017 at 22:50:51 UTC, Walter Bright wrote: What's happening here is each of the operands of || are considered to be separate statements as far as coverage analysis goes. It becomes clearer if it is reformatted as: 1|x = 2; 1|if (x == 1 || 1|x == 2) or:

Re: LDC 1.6.0-beta1

2017-11-12 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 12 November 2017 at 15:57:19 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce the first beta for LDC 1.6. The highlights of this version in a nutshell: * Based on D 2.076.1. * Experimental support for dynamic codegen at runtime ('manual JIT'). *

Re: DCompute target: Intel to Introduce New CPU-FPGA Hybrid Chip Supported by Acceleration Stack

2017-10-20 Thread Nordlöw via Digitalmars-d-announce
On Friday, 20 October 2017 at 20:41:24 UTC, Nordlöw wrote: https://github.com/ldc-developers/ldc/commits/dcompute or rather https://github.com/libmir/dcompute

DCompute target: Intel to Introduce New CPU-FPGA Hybrid Chip Supported by Acceleration Stack

2017-10-20 Thread Nordlöw via Digitalmars-d-announce
https://www.allaboutcircuits.com/news/intel-to-introduce-new-cpu-fpga-hybrid-chip-supported-by-acceleration-stack/ is yet another motivation to keep up the great work put into DCompute at https://github.com/ldc-developers/ldc/commits/dcompute ! Ever since I first tried programming in VHDL

Re: flycheck-dmd-dub v0.12 - Emacs on-the-fly syntax checking for D

2018-02-13 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 8 February 2018 at 17:05:32 UTC, Atila Neves wrote: This new release fixes bugs and speeds up opening files by using `--nodeps --skip-registry=all` if the dependent packages have already been downloaded. Thanks!

Re: DCD 0.9.11 & D-Scanner 0.5.10

2018-09-02 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 2 September 2018 at 04:52:22 UTC, Basile B. wrote: Both compatible with syntax changes coming with 2.082. https://github.com/dlang-community/DCD/releases/tag/v0.9.11 https://github.com/dlang-community/D-Scanner/releases/tag/v0.5.10 Great! Professional.

Re: dpldocs now has cross-package search (experimental)

2018-03-10 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 10 March 2018 at 00:09:18 UTC, Adam D. Ruppe wrote: Looking for http libs? Behold: http://search.dpldocs.info/?q=http Nice!

Re: Fastest JSON parser in the world is a D project

2015-10-14 Thread Per Nordlöw via Digitalmars-d-announce
On Wednesday, 14 October 2015 at 07:01:49 UTC, Marco Leise wrote: https://github.com/kostya/benchmarks#json I can't find fast.json here. Where is it?

Re: Beta D 2.069.0-b1

2015-10-08 Thread Per Nordlöw via Digitalmars-d-announce
On Thursday, 8 October 2015 at 09:36:31 UTC, lobo wrote: PS: Big thanks for the much improved release process that you guys are maintaining. I agree. Thank you, Martin.

Re: The D Language Foundation is now incorporated

2015-10-16 Thread Per Nordlöw via Digitalmars-d-announce
On Friday, 16 October 2015 at 10:04:36 UTC, Andrei Alexandrescu wrote: Andrei I'll keep my fingers crossed! ;)

Re: Fastest JSON parser in the world is a D project

2015-10-16 Thread Per Nordlöw via Digitalmars-d-announce
On Wednesday, 14 October 2015 at 07:01:49 UTC, Marco Leise wrote: https://github.com/kostya/benchmarks#json Does fast.json use any non-standard memory allocation patterns or plain simple GC-usage?

Re: Walter and I talk about D in Romania

2015-10-02 Thread Per Nordlöw via Digitalmars-d-announce
On Friday, 2 October 2015 at 11:25:44 UTC, Andrei Alexandrescu wrote: Walter and I will travel to Brasov, Romania to hold an evening-long event on the D language. There's been strong interest in the event with over 300 registrants so far. Great! Will there be video recordings?

Re: reggae v0.5.0: new features in the D meta-build system

2015-09-23 Thread Per Nordlöw via Digitalmars-d-announce
On Tuesday, 22 September 2015 at 13:22:25 UTC, Joakim wrote: Like ekam? https://github.com/sandstorm-io/ekam Sounds very promising! We talked about it when I interviewed Atila: http://arsdnet.net/this-week-in-d/sep-06.html Thanks!

Re: reggae v0.5.0: new features in the D meta-build system

2015-09-22 Thread Per Nordlöw via Digitalmars-d-announce
On Wednesday, 16 September 2015 at 14:07:17 UTC, Atila Neves wrote: http://code.dlang.org/my_packages/reggae What's new: Atila If you want to build a really revolutionary *new* build system you should turn reggae into a client-server-architecture that listens to file

Re: Netflix opensources its first D library: Vectorflow

2017-10-19 Thread Per Nordlöw via Digitalmars-d-announce
On Tuesday, 8 August 2017 at 18:51:26 UTC, Nordlöw wrote: To clarify here's an incomplete snippet that should clarify: auto add(A, B)(A a, B b) should be auto add(A, B)(auto ref A a, auto ref B b)

Re: sumtype 0.3.0

2018-05-07 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 6 May 2018 at 19:18:02 UTC, Paul Backus wrote: SumType is a generic sum type for modern D. It is meant as an alternative to `std.variant.Algebraic`. Features: - Pattern matching, including support for structural matching (*) - Self-referential types, using `This` - Works

Re: LDC 1.10.0 beta

2018-05-13 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 13 May 2018 at 18:12:51 UTC, kinke wrote: * Based on D 2.080.0. Great!

Re: Hunt framework 1.0.0 released

2018-06-05 Thread Per Nordlöw via Digitalmars-d-announce
On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote: We are pleased to announce an official version of hunt 1.0 , How is Hunt different from Vibe?

Re: DConf 2018 Livestream

2018-05-03 Thread Per Nordlöw via Digitalmars-d-announce
On Wednesday, 2 May 2018 at 07:13:21 UTC, Mike Parker wrote: For those of you unable to join us in Munich, you can watch the fun online via the following link: https://www.youtube.com/user/hlmceventsgmbh I can't find Andrei's talk this morning. Was it lost?

Re: DIP 1009 (Add Expression-Based Contract Syntax) Accepted

2018-04-06 Thread Per Nordlöw via Digitalmars-d-announce
On Friday, 6 April 2018 at 12:26:36 UTC, Mike Parker wrote: Congratulations to Zach Tollen and everyone who worked on DIP 1009. It took a painful amount of time to get it through the process, but it had finally come out of the other side with an approval. The proposal itself was approved early

Re: DIP 1014--Hooking D's struct move semantics--Has Been Accepted

2018-11-08 Thread Per Nordlöw via Digitalmars-d-announce
On Thursday, 8 November 2018 at 02:36:21 UTC, test wrote: Thanks to all for the hard work. Look forward DIP1016 to be approved. Agreed!

Re: Beta 2.082.1

2018-10-11 Thread Per Nordlöw via Digitalmars-d-announce
On Thursday, 11 October 2018 at 12:19:56 UTC, Martin Nowak wrote: https://dlang.slack.com/archives/C4DN1H6LA/p1536909712000100 for more info. I'm about to rebuild the nightlies infrastructure based on a buildkite worker, so that release binary building becomes somewhat more transparent (and

Re: expectations 0.1.0

2018-09-02 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 2 September 2018 at 06:59:20 UTC, Paul Backus wrote: expectations is an error-handling library that lets you bundle exceptions together with return values. It is based on Rust's Result [1] and C++'s proposed std::expected. [2] If you're not familiar with those, Andrei's NDC Oslo

Re: DLS (D Language Server) v0.20

2018-12-29 Thread Per Nordlöw via Digitalmars-d-announce
On Friday, 28 December 2018 at 22:52:40 UTC, Laurent Tréguier wrote: I haven't looked into Emacs yet, maybe I'll do that in the coming days. [1] https://github.com/emacs-lsp/lsp-mode [2] https://github.com/joaotavora/eglot Thanks!

Re: This Week in D is back

2018-12-21 Thread Per Nordlöw via Digitalmars-d-announce
On Monday, 17 December 2018 at 22:01:07 UTC, Adam D. Ruppe wrote: Well, I am getting back into it: http://dpldocs.info/this-week-in-d/Blog.Posted_2018_12_17.html Great work!

Re: DLS (D Language Server) v0.20

2018-12-28 Thread Per Nordlöw via Digitalmars-d-announce
On Friday, 28 December 2018 at 11:14:01 UTC, Laurent Tréguier wrote: Hello, and merry Christmas! (a bit late, but whatever) https://forum.dlang.org/post/jytsaamhiglkmeixx...@forum.dlang.org [2] https://github.com/d-language-server/dls [3] https://github.com/Pure-D/serve-d Nice! Great work!

Re: Copy Constructor DIP and implementation

2018-09-12 Thread Per Nordlöw via Digitalmars-d-announce
On Tuesday, 11 September 2018 at 23:56:56 UTC, Walter Bright wrote: On 9/11/2018 8:08 AM, RazvanN wrote: [1] https://github.com/dlang/DIPs/pull/129 [2] https://github.com/dlang/dmd/pull/8688 Thank you, RazvanN! I very much agree!

Re: Release D 2.085.0

2019-03-04 Thread Per Nordlöw via Digitalmars-d-announce
On Monday, 4 March 2019 at 07:58:09 UTC, Rainer Schuetze wrote: These objects would still have to be scanned, so there is not much that could be saved with respect to performance. Ok, thanks.

Re: Release D 2.085.0

2019-03-03 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 3 March 2019 at 21:51:30 UTC, Per Nordlöw wrote: that don't have a destructor (hasElaborateDestructor being true Correction: that don't have a destructor (hasElaborateDestructor being FALSE

Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-16 Thread Per Nordlöw via Digitalmars-d-announce
After reading https://forum.dlang.org/thread/nlhybmioaoxkydicm...@forum.dlang.org it's about time I announce my little Python snippet that exercises the compilation speed of D and other languages with a superficial test program generator at https://github.com/nordlow/compiler-benchmark Run

  1   2   >