Re: Are there plans to make mono D work with current version?

2017-01-25 Thread James Buren via Digitalmars-d-learn
On Wednesday, 25 January 2017 at 22:37:30 UTC, Lucas wrote: Looking forward to get back to programming in D, I went to set up to my favorite environment: Mono D. After lots of download, Mono, Gtk#, MSBuild tools, VS 13 commnunity... I get an error saying it won't load my D language binding

Re: DMD Refuses to Compile Multiple Source Files

2017-01-17 Thread James Buren via Digitalmars-d-learn
Import the source file containing the external function instead of writing that prototype. It should compile then.

Re: Variable-Length Bit-Level Encoding

2016-11-12 Thread James Buren via Digitalmars-d-learn
On Saturday, 12 November 2016 at 19:13:13 UTC, Nordlöw wrote: Does anybody have a suggestion for an encoder that is more suitable for real-world values that are, for instance, normally distributed? I don't recall the name, but there is an algorithm for encoding data of an arbitrary number of

Re: isCopyable and isAssignable

2016-10-09 Thread James Buren via Digitalmars-d-learn
On Sunday, 9 October 2016 at 07:23:05 UTC, Nordlöw wrote: Now that we have isCopyable from https://github.com/dlang/phobos/pull/4706 can somebody briefly outline when something fulfills `isCopyable` but not `isAssignable` and vice versa? I would imagine that an intermediate value, or other