Re: std.functional.compose compilation error

2017-11-08 Thread Chuck Allison via Digitalmars-d-learn
On Thursday, 25 August 2016 at 14:06:32 UTC, Antonio Corbi wrote: Hello, Trying to compile this example from Chuck Allison: --- import std.stdio; import std.functional; void main() { auto div3 = (double x) => x/3.0; auto sq = (double x) =&g

Re: VisualD + ZeroMQ

2016-04-22 Thread Chuck Moore via Digitalmars-d-learn
On Thursday, 21 April 2016 at 00:15:03 UTC, Chuck Moore wrote: Hi Everyone, Preamble: We're a Win7+VisualStudio development environment. This question involves integrating the GitHub-based . Chuck Hi Everyone, I finally got my compilation+linking to work using VisualD. In the event

VisualD + ZeroMQ

2016-04-20 Thread Chuck Moore via Digitalmars-d-learn
ECTNAME).map" -L/NOMAP zeromq.lib 6) I can create an OBJ file without any errors/issues, but the linking part ain't happening. I'd appreciate any suggestions or thoughts. Chuck

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Chuck Allison via Digitalmars-d-announce
On Saturday, 30 May 2015 at 13:30:33 UTC, Robert M. Münch wrote: I searched on YouTube and all the live streams are there! Just search for DConf 2015. On 2015-05-29 23:42:06 +, Andrei Alexandrescu said: DConf 2015 has been awesome, I'm taking a minute to post this that's been announced

rdmd Broken

2015-01-13 Thread Chuck Allison via Digitalmars-d
) and this error persists. dmd works fine, but rdmd is bad. Any ideas on what's wrong? Thanks, Chuck Allison

Re: DConf 2015?

2015-01-06 Thread Chuck Allison via Digitalmars-d
Just so you all know, DConf 2015 is scheduled when Utah is it's most beautiful. Not too hot, everything green, perfect for hiking, whatever. If you have never been to Southern Utah before, you might want to consider scheduling some time to see the National Parks and other like places before or

Re: DConf 2015?

2015-01-06 Thread Chuck Allison via Digitalmars-d
No tie required, Adam (you'd be the only one :-). Chuck On Tuesday, 30 December 2014 at 03:47:17 UTC, Adam D. Ruppe wrote: On Tuesday, 30 December 2014 at 03:38:08 UTC, Walter Bright wrote: It'll be at Utah Valley University: OOh, I might not be the only person there wearing a tie

Mono-D Add-in for Xamarin Studio Updated

2014-07-25 Thread Chuck Allison via Digitalmars-d-announce
I thought I’d let you know that the D add-in for the new Xamarin Studio is out and operational. Xamarin runs on the 3 important application platforms. It’s a good piece of work. Chuck http://addins.monodevelop.com/Project/Index/27

++x vs. atomicOp!+=(x,1) with a shared int

2014-06-01 Thread Chuck Allison via Digitalmars-d
I was under the impression that calling ++x for a shared x is an error. Not only do I not get an error, the effect of ++x is identical to atomicOp+=(x,1) in the following example (the variable is count here, not x): shared int count; void f(string s) { foreach (i; 0..100)

Re: ++x vs. atomicOp!+=(x,1) with a shared int

2014-06-01 Thread Chuck Allison via Digitalmars-d
On Sunday, 1 June 2014 at 07:23:25 UTC, Meta wrote: It is a known bug with an open pull request to fix it. https://github.com/D-Programming-Language/dmd/pull/3070 Thanks!

Re: Dev. Collaboration

2014-05-27 Thread chuck via Digitalmars-d
I like the specs. idea. The forum is at http://d-language-and-libs.proboards.com

Dev. Collaboration

2014-05-26 Thread chuck via Digitalmars-d
Would anyone be interested in a collaboration forum? I am thinking of starting one on Proboards to aid in development/collaboration between developers on D and libraries/bindings. Reading through the posts, I have seen that several people have created small projects that do the same thing (I

Online D Course

2014-05-21 Thread Chuck Allison via Digitalmars-d-announce
Just thought I'd let you all know that there is an online D video course (unfortunately not free) at pluralsight.com. It's been there almost month. It's really quite good for newbies learning D. Just sayin'

Re: Databases daemons

2014-01-06 Thread chuck
Many thanks to both of you. This pretty much answered my questions.

Databases daemons

2014-01-05 Thread chuck
My first post. :) I come from a perl background but currently I am looking into transitioning into a compiled language. I am a fan of open software and know of the affinity Gnu has towards the C language, but would like to learn something that is a bit more like what I am used to. I have

Re: D in Academia

2013-05-06 Thread Chuck Allison
We just use the functional subset of SML-NJ. The purpose is to immerse them in the functional paradigm, not to use ML as a production language.

D in Academia

2012-03-03 Thread Chuck Allison
FYI: TDPL is a required text for CS 4450, Analysis of Programming Languages, at Utah Valley University starting Fall 2012. We'll study ML and D (and Prolog if time allows).

Version (X86_64) for struct_stat64 on Linux x86_64

2010-12-28 Thread Chuck Blake
Hi. I realize that 64-bit phobos is relatively work in progress. I thought I'd contribute. struct_stat64 is broken on Linux x86_64 which further breaks an awful lot of file IO. I have a small patch that fixes it. I tested this with gdc 2.051 within gcc-4.5.2, with an attached program and

Mac OS X Installation

2010-06-24 Thread chuck
I have successfully installed D 2.0 on a number of Macs. However, the latest attempt yields the following error when I try to compile any file: object.d: Error: module object is in file 'object.d' which cannot be read import path[0] = /etc/../../src/phobos import path[1] =