Re: Binding D to C

2012-08-06 Thread Michael
On Monday, 6 August 2012 at 15:42:48 UTC, Andrei Alexandrescu wrote: Not sure whether this has been announced here: http://www.gamedev.net/blog/1140/entry-2254003-binding-d-to-c/ Andrei Really cool)

Re: First working Win64 program!

2012-08-11 Thread Michael
dmd -c -m64 hello.d cl hello.obj hello hello world! Yeehaa! Best news of the last years and even two news that is :-) +1 Cool1

Re: OSX and 64-bit [Re: First working Win64 program!]

2012-08-13 Thread Michael
No doubt that COFF 64 bits it are good and with high priority, though small, but support of COFF 32 bits will be a gift that will add popularity to dmd. Anyway I have words that add + to 64 bit and to 32 bit tools that supports linking with ms toolset.

Re: D Language and Fortran DLL article

2012-08-14 Thread Michael
On Tuesday, 14 August 2012 at 15:36:42 UTC, Ali Çehreli wrote: According to dlang.org (rather, digitalmars.com that is linked from it ;)) there are Japanese, German, Russian, Chinese... Current russian website seems to died and resurrected at 2010 as copy from web archive.

Re: D Language and Fortran DLL article

2012-08-14 Thread Michael
On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote: nitpicks: 1. why not use DDoc ? E.g. @Author, @License (http://dlang.org/ddoc.html) Added. 2. formatting :). I know, I know it's a moot point. Now it looks a bit like Windows version is more primary. I like it more:

Re: D Language and Fortran DLL article

2012-08-15 Thread Michael
I was referring to indentation, i.e. version else version else Without indentation it looks like C++ #if defined that's ugly for me. On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote: 3. Some lines of code are outside of main area (like 49, 50). Tested on Opera, FF,

Re: D1 D2 alpha's for Win64

2012-10-15 Thread Michael
On Sunday, 14 October 2012 at 19:55:20 UTC, Walter Bright wrote: http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip Be the first kid on your block to build a dmd Win64 app! On Win 2008 R2: 1. Path for VS 11: C:\Program Files (x86)\Microsoft Visual Studio

Re: D1 D2 alpha's for Win64

2012-10-15 Thread Michael
But in 32 mode with same sc.ini works fine.

Re: D1 D2 alpha's for Win64

2012-10-15 Thread Michael
On Monday, 15 October 2012 at 20:39:14 UTC, Walter Bright wrote: On 10/15/2012 1:27 PM, Michael wrote: LINK : fatal error LNK1104: cannot open file 'phobos64.lib' --- errorlevel 1104 Fixed. dmd -m64 t64.d -- import std.stdio; void main() { writeln(Win 64!); } -- .\..\lib

Re: D1 D2 alpha's for Win64

2012-10-16 Thread Michael
On Tuesday, 16 October 2012 at 16:44:59 UTC, Walter Bright wrote: On 10/16/2012 8:58 AM, Gor Gyolchanyan wrote: It worked fine for me at first! This is awesome! Great! I tried a different lib paths, got same unresolved symbols. I have VC 10 VC 11 Express editions. amd64 folder only in VC

Re: CrossCompiling ?

2012-10-19 Thread Michael
Most relevant http://forum.dlang.org/thread/k5hfns$2uli$1...@digitalmars.com?page=1

Re: vibe.d 0.7.10 released

2013-01-03 Thread Michael
Pretty cool stuff, congratulations. +1)

Re: Higgs, a JavaScript JIT done in D

2013-02-03 Thread Michael
Best code, it's which works and the client is satisfied.

Re: Higgs, a JavaScript JIT done in D

2013-02-04 Thread Michael
Yes, you are right. But it's all is just nuances )))

Re: Higgs, a JavaScript JIT done in D

2013-02-04 Thread Michael
On Monday, 4 February 2013 at 19:19:06 UTC, Dejan Lekic wrote: Nick Sabalausky wrote: On Sun, 03 Feb 2013 22:15:09 +0100 Michael p...@m1xa.com wrote: Best code, it's which works and the client is satisfied. And the end users are satisfied. AND doesn't cause problems when it inevitably

D Language, chained null checks and the Maybe monad - article

2013-02-04 Thread Michael
Hi, all) It's about chained null checks and the Maybe Monad, in Russian. Code is written as always in ;D link - http://www.m1xa.com/ru/article/d-language-chained-null-checks-maybe-monad.html Thanks)

Re: D Language, chained null checks and the Maybe monad - article

2013-02-05 Thread Michael
Inspired by. It's noted at top)

Re: Higgs, a JavaScript JIT done in D

2013-02-06 Thread Michael
As she noted in its journal, maybe she give a keynote talk at DConf 2013. Additionaly, I think it would be great to take an interview with her.

Re: Another opportunity for a major design win has presented itself

2013-02-09 Thread Michael
If option -shared is selected, will it automatically generate as PIC, or do you have to also specify -fPIC? When I used gfortran, it was -shared only on windows, on linux both options: -shared and -fPIC. Was obtained empirically.

Re: D Language, chained null checks and the Maybe monad - article

2013-02-09 Thread Michael
Changes According to D Style Guide added proper casing and naming (before - after): Do - call, If - when, Return - select, With - select, WithValue - selectValue. Removed property attribute @property because these functions are not properties that belonging to object, there is no sence in

Re: vibe.d 0.7.12 released

2013-02-13 Thread Michael
Another one template engine that has pretty syntax is Razor in ASP.NET MVC. It's opensource and can be used in non-web areas. Although it would be good to read a simple tutorial how to use/integrate 3rd party template engine with vibe.d.

Re: D 2.062 release

2013-02-19 Thread Michael
Yes, that's because the web site was pushed from master rather than the 2.062 branch. http://dlang.org/phobos/index.html#std Duplicates: std: Core library modules std.base64 Functions that operate on ASCII characters. std.base64 Encode/decode base64 format.

Re: New Russian site about D Programming Language

2013-02-23 Thread Michael
Good news, congrats ;) P.S.: Never even googled about dlang-ru.org.

Re: D Language, chained null checks and the Maybe monad - article

2013-02-25 Thread Michael
Updated upto version 3.0. - new api - added unit tests - code in d style guide

Re: DConf 2013 on twitter

2013-05-03 Thread Michael
On Friday, 3 May 2013 at 18:35:21 UTC, F i L wrote: Excited to see the videos when they come out! Is there any ETA on the video? I am slowing learning that refreshing d programming language conference search on youtube every ten minutes is not a very efficient way to do it. xD Michael

Re: [Somewhat OT] Textadept 6.6 released

2013-06-02 Thread Michael
Looks good. Definitely will try.

Re: [Phoronix] D Language Still Showing Promise, Advancements

2013-06-20 Thread Michael
From version to another version a changes are very huge in Rust even in comparison with D. Also 3 types of pointers scares me. Version 1.0 promises be usable for wide public. Now on windows it's very slow and buggy.

Re: dmc 8.57 now available for download

2013-08-02 Thread Michael
On Thursday, 1 August 2013 at 22:32:09 UTC, Walter Bright wrote: http://www.digitalmars.com/download/freecompiler.html Using it to compile dmd for win32 will result in a faster dmd. Change log?

Re: [Somewhat OT] Textadept 6.6 released

2013-08-22 Thread Michael
On Sunday, 2 June 2013 at 08:06:52 UTC, Michael wrote: Looks good. Definitely will try. up Text Adept 7.0 beta 2 (11 Aug 2013) available ;)

The D in Novosibirsk State University

2013-11-10 Thread Michael
Yes, Russia) Topic: The D Programming Language: features and application. Author: Nikolai Tolstokulakov. Event: NSU Tech Talks Date: Nov 05, 2013 Slides: https://speakerdeck.com/techtalksnsu/iazyk-proghrammirovaniia-d-nikolai-tolstokulakov Tweet:

Re: The D in Novosibirsk State University

2013-11-11 Thread Michael
On Sunday, 10 November 2013 at 23:19:22 UTC, Froglegs wrote: Slides are in English, do most Russian programmers speak English? Not only programmers and English. It's mix of education, culture and pro activity (Internet helps). Also additional language adds additional + to karma ;)

Re: DAllegro 4.2.2.1 release

2009-03-28 Thread Michael P.
torhu Wrote: Since there's still some interest in this project, I'm making a release. DAllegro enables the use of Allegro 4.2.2 with the D programming language. Allegro is a game programming library written in C. Project page: http://www.dsource.org/projects/dallegro Downloads:

Re: CDC- Compile D Code

2009-07-03 Thread Michael P.
Eric Poggel Wrote: Hello, I wrote a new build tool for D. I'm calling it CDC (for Compile D Code). It's hosted at http://dsource.org/projects/cdc . I'm open to any ideas or constructive criticism. My target here is anyone looking for a very simple build solution, not an everything

Re: CDC- Compile D Code

2009-07-03 Thread Michael P.
Eric Poggel Wrote: Michael P. wrote: Eric Poggel Wrote: Hello, I wrote a new build tool for D. I'm calling it CDC (for Compile D Code). It's hosted at http://dsource.org/projects/cdc . I'm open to any ideas or constructive criticism. My target here is anyone looking

std2.xml and std2.encoding for D 1.0 available at D source

2009-08-12 Thread Michael Rynn
I have made a little beginning attempt at understanding the phobos xml modules. For a warm up exercise, I took the std.xml and std.encoding from phobos 2, and made them into std2.xml and std2.encoding in the DSource project std2, so the dmd 1.0 compiler took a tour tripping up all over the code.

Re: Brief interview by Intel: The Case for D

2009-08-25 Thread Michael Mittner
Audio seems to be broken from [5:45 .. $].

Re: dmd 1.050 and 2.035 release

2009-10-23 Thread Michael P.
digited Wrote: Walter Bright Wrote: The main purpose of this is to correct a couple of regressions that were blocking QtD and Tango. http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.050.zip http://www.digitalmars.com/d/2.0/changelog.html

Re: Progopedia - encyclopedia of programming languages

2009-11-23 Thread Michael Mittner
A KR type book for D, “The D Programming Language”, written by Andrei Alexandrescu and published by Addison-Wesley Professional is scheduled for publication in May 1010. D has come a long way!

boxen - a media player written in D (preview)

2010-02-09 Thread Michael Mittner
Hi! I have hacked together a preview version of the media player I'm working on. It's developing rather nicely and last weekend I was able to tie together a lot of loose ends. The project is in a presentable state for the first time now, so I wanted to just release a quick preview for the D

Re: boxen - a media player written in D (preview)

2010-02-10 Thread Michael Mittner
bobef wrote: It requires zlib1.dll (not in the package). Blue screened my xp sp2 twice. Something audio driver related. Even when not crashing it is not playing anything I drop on it. Oh my. Looks like it's still in a lot worse shape than I thought. May I ask what audio interface you're

Re: boxen - a media player written in D (preview)

2010-02-10 Thread Michael Mittner
bobef wrote: Blue screened my xp sp2 twice. I've borrowed a couple of audio devices and I'm testing right now, and I got the bluescreen too. Being aware of the problem is halfway there to fixing it :)

boxen media player preview, part 2

2010-02-10 Thread Michael Mittner
For all who read my last post, I've fixed the bluescreen bug that was in the last preview (and tested with a couple of audio interfaces from different manufacturers, turns out that my own hardware is just immune to buffer overflows). So I figured I put up another .zip, this time with all needed

Re: DSFML2

2010-02-15 Thread Michael P.
Joel Christensen Wrote: I've tried to build a progam using 32 bit Windows DMD 2.039: C:\svn\sfml2\DSFMLdmd hello.d -Iimport OPTLINK (R) for Win32 Release 8.00.2 Copyright (C) Digital Mars 1989-2009 All rights reserved. http://www.digitalmars.com/ctg/optlink.html hello.obj(hello)

Re: Decimal Arithmetic module available

2010-03-16 Thread Michael Rynn
makes it a piece of superflous, redundent information. There are many roots more to choice from, and maybe it be nice to have the root module path be more informative? -- Michael Rynn

Re: Visual D released

2010-04-23 Thread Michael Rynn
. Is this an onslaught or just a normal breakdown? --- Michael

std.xml2 candidate

2010-12-11 Thread Michael Rynn
in std.xml. -- std.xmlp.arraydom. The arraydom DocumentParser is also faster than the std.xml, as it uses the std.xmlp.coreparse. Its not complete or final, nor much reviewed. The layout and interfaces seem to be OK. I expect its already more useful than std.xml. Michael Rynn.

Re: boxen - an audio player written in D

2011-01-20 Thread Michael Mittner
Oh, I forgot to mention D! I'll edit it in ASAP :) And you're right about the directory thing, I'll put it on my TODO list. Thanks!

First stable version of boxen (audio player written in D)

2011-09-25 Thread Michael Mittner
Hey there! I've just released the first stable version of my audio player (which is written in D1). If you want to try it out: http://shebang.at/blog/boxen0.1.0 Regards, Mike

Re: DMD 2.059 ??

2012-04-20 Thread Michael Rynn
On Thu, 12 Apr 2012 15:08:54 -0400, Matt Soucy wrote: On 04/12/2012 02:58 PM, Ali Çehreli wrote: On 04/12/2012 11:49 AM, Alvaro wrote: The changelog mentions DMD 2.059 as released on April 1, 2012, but there is no link to it. Is it released? http://dlang.org/changelog.html I don't think

Re: D Conference 2012 - postponed until 2013

2012-07-24 Thread Michael Kerrisk
internationally, and perhaps even domestically. For example, even just Portland itself, but perhaps better--and I know it's unoriginal--Silicon Valley or US East Coast. Thanks, Michael PS Is there an announce mailing list where one can sign up to get information about the 2013 conference?

Re: D at University of Minnesota

2013-05-07 Thread Michael Engelhardt
that the course will be public available eg. on coursera? Kind regards Michael

Visual Studio Community and .NET Open Source

2014-11-12 Thread Michael via Digitalmars-d-announce
It's happening. Studio Pro for free ;) http://blogs.msdn.com/b/visualstudio/archive/2014/11/12/visual-studio-2015-preview-visual-studio-community-2013-visual-studio-2013-update-4-and-more.aspx .NET Open Source http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx .NET

Re: Release D 2.071.1

2016-06-28 Thread Michael via Digitalmars-d-announce
On Monday, 27 June 2016 at 23:26:25 UTC, Jack Stouffer wrote: On Monday, 27 June 2016 at 23:15:06 UTC, Robert burner Schadek wrote: Awesome, releases are becoming more and more boring. I like it! I wouldn't call 1.0 * -1.0 == 1.0 boring! Yeah I was thinking this haha.

Re: Computer Vision Library in D

2016-04-28 Thread Michael via Digitalmars-d-announce
On Thursday, 28 April 2016 at 11:50:55 UTC, Edwin van Leeuwen wrote: On Thursday, 28 April 2016 at 11:32:25 UTC, Michael wrote: And I would also like to see some more scientific libraries make it into D. Though I understand that including it in the standard library can cause issues, it would

Re: Beta D 2.071.1-b1

2016-05-18 Thread Michael via Digitalmars-d-announce
On Monday, 16 May 2016 at 20:59:41 UTC, Jack Stouffer wrote: On Sunday, 15 May 2016 at 04:40:21 UTC, Martin Nowak wrote: First beta for the 2.071.1 point release. A few issues remain to be fixed before the next beta. http://dlang.org/download.html#dmd_beta

Re: daffodil, a D image processing library

2016-07-01 Thread Michael via Digitalmars-d-announce
On Friday, 1 July 2016 at 11:09:49 UTC, Relja Ljubobratovic wrote: On Thursday, 30 June 2016 at 21:35:37 UTC, Benjamin Schaaf wrote: [...] Hi there. Took a quick look at the source and it seems really nice! I like your idea of extensibility for color conversion. Also, image I/O seems to be

Re: Visual D 0.45 released - better VS2017 integration

2017-08-03 Thread Michael via Digitalmars-d-announce
On Thursday, 3 August 2017 at 07:04:55 UTC, Rainer Schuetze wrote: Hi, there is a new version 0.45 of Visual D available at http://rainers.github.io/visuald/visuald/StartPage.html Most changes are bug fixes and incremental improvements, maybe standing out: * improved VS 2017 integration *

Re: D books for $5

2017-08-03 Thread Michael via Digitalmars-d-announce
-development/d-cookbook) Learning D by Michael Parker (https://www.packtpub.com/application-development/learning-d) D Web Development by myself (https://www.packtpub.com/web-development/d-web-development) Regards, Kai Any chance the print books are going on sale? I buy too many books as a student

Re: Calling D from Ruby for GPU computing

2017-08-04 Thread Michael via Digitalmars-d-announce
On Saturday, 29 July 2017 at 06:54:47 UTC, Prasun Anand wrote: Hi, I wrote a Linear Mixed Model tool for Genome Wide Association Studies(GWAS) called [faster_lmm_d](https://github.com/prasunanand/faster_lmm_d). It is built on LDC and is faster than its Python alternative. Also, its the only

Re: I'm the new package maintainer for D on ArchLinux

2017-08-09 Thread Michael via Digitalmars-d-announce
On Wednesday, 9 August 2017 at 20:42:48 UTC, Wild wrote: Hi everyone, The D packages for ArchLinux has been orphaned since Dicebot stepped down as the maintainer and no one else stepped up. So I decided to step up and apply to become a Trusted User, and I got accepted yesterday[1]. So from

Re: Release D v2.077.1

2017-11-30 Thread Michael via Digitalmars-d-announce
On Thursday, 30 November 2017 at 13:52:00 UTC, Martin Nowak wrote: Glad to announce D v2.077.1. http://dlang.org/download.html This point release fixes a few issues over v2.077.1, see the changelog for more details. http://dlang.org/changelog/v2.077.1.html - -Martin Thanks for all your

Re: d-apt update

2017-12-08 Thread Michael via Digitalmars-d-announce
On Friday, 8 December 2017 at 15:53:24 UTC, Jordi Sayol wrote: d-apt release dmd v2.077.1 In this release, d-apt splits "dmd-bin" deb package into "dmd-compiler" (the command line compiler) and "dmd-tools" (includes: dumpobj, obj2asm, rdmd, ddemangle and

Re: Funding code-d

2018-07-13 Thread Michael via Digitalmars-d-announce
On Friday, 13 July 2018 at 14:20:19 UTC, Mike Parker wrote: As promised in my tweet of June 30 (and to the handful of people who emailed me), the cloud of mystery surrounding the use of the money raised for code-d and its supporting tools has now been (partially) lifted! In this post, I lay

Re: Boston D Meetup 2/9: `shared` Experiences

2017-02-06 Thread Michael Coulombe via Digitalmars-d-announce
On Monday, 6 February 2017 at 11:58:40 UTC, Guillaume Piolat wrote: On Friday, 3 February 2017 at 21:25:48 UTC, bitwise wrote: On Monday, 30 January 2017 at 21:48:57 UTC, Steven Schveighoffer wrote: https://www.meetup.com/Boston-area-D-Programming-Language-Meetup/events/237324049/ -Steve

Re: Boston D Meetup 2/9: `shared` Experiences

2017-02-17 Thread Michael Coulombe via Digitalmars-d-announce
On Saturday, 18 February 2017 at 02:20:07 UTC, Arun Chandrasekaran wrote: On Saturday, 18 February 2017 at 00:08:28 UTC, Steven Schveighoffer wrote: On 1/30/17 4:48 PM, Steven Schveighoffer wrote: Attention fellow Boston D enthusiasts: I have set up a meetup for February, and Michael Coulombe

Re: D as a Better C

2017-08-24 Thread Michael V. Franklin via Digitalmars-d-announce
On Thursday, 24 August 2017 at 18:26:37 UTC, H. S. Teoh wrote: For instance, a D project targeting STM board, makes heavy use of classes and templates, resultant code segment is 3k. https://github.com/JinShil/stm32f42_discovery_demo#the-good To be fair, though, the above-mentioned project

Re: D as a Better C

2017-08-24 Thread Michael V. Franklin via Digitalmars-d-announce
On Thursday, 24 August 2017 at 19:21:31 UTC, Walter Bright wrote: On 8/24/2017 11:56 AM, Walter Bright wrote: I find -betterC to be somewhat of a copout for avoiding the hard work of improving D's implementation. On the contrary, I view it as providing motivation for dealing with those

Re: D as a Better C

2017-08-25 Thread Michael V. Franklin via Digitalmars-d-announce
On Friday, 25 August 2017 at 23:13:53 UTC, Mengu wrote: On Friday, 25 August 2017 at 00:24:14 UTC, Michael V. Franklin wrote: On Thursday, 24 August 2017 at 19:21:31 UTC, Walter Bright wrote: [...] Great! I look forward to seeing improvements and hope to help. [...] i believe that should

Re: D as a Better C

2017-08-23 Thread Michael V. Franklin via Digitalmars-d-announce
On Wednesday, 23 August 2017 at 17:44:31 UTC, Jonathan M Davis wrote: I confess that I tend to think of betterC as a waste of time. Clearly, there are folks who find it useful, but it loses so much that I see no point in using it for anything unless I have no choice. As long as attempts to

Re: D as a Better C

2017-08-29 Thread Michael V. Franklin via Digitalmars-d-announce
On Wednesday, 30 August 2017 at 00:29:19 UTC, Parke wrote: But my original question was about what you (Kagamin) called "intermediate D". I was trying to understand what "intermediate D" is, and whether or not I could use "intermediate D" (whatever it is) to produce small(er) executables.

Re: New LDC feature: dynamic compilation

2017-11-13 Thread Michael V. Franklin via Digitalmars-d-announce
On Monday, 13 November 2017 at 19:04:16 UTC, Ivan Butygin wrote: You need to explicitly compile `@dynamicCompile` functions before using any of them. Interesting feature. So is the executable linked to an installed instance of LDC/LLVM to make this happen, or is there some limited compiler