Re: What are you planning for 2016?

2017-01-02 Thread ikod via Digitalmars-d
On Monday, 2 January 2017 at 17:09:41 UTC, Chris Wright wrote: On Mon, 02 Jan 2017 11:51:59 +, ikod wrote: Correct me if I'm wrong but dub can't deploy system-wide. dub fetch --cache=system $PKG This lets you run `dub run $PKG` as any user. thanks for the info!

Re: What are you planning for 2016?

2017-01-02 Thread Chris Wright via Digitalmars-d
On Mon, 02 Jan 2017 11:51:59 +, ikod wrote: > 3. Easy deployment - not ok: there is no system-wide packaging for D > libraries (I'd like to see debian .deb's for most D third-party > libraries, or at least something like 'pip' for python). Hrm, my workplaces have tended to simply copy

Re: What are you planning for 2016?

2017-01-02 Thread ikod via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are final? 2. integrate with numerical solutions like

Re: What are you planning for 2016?

2017-01-02 Thread ketmar via Digitalmars-d
On Monday, 2 January 2017 at 10:33:40 UTC, Basile B. wrote: Let's not play the idiots too much... T_T this is the only thing i can do good enough...

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 10:15:28 UTC, ketmar wrote: On Monday, 2 January 2017 at 10:03:09 UTC, Basile B. wrote: Your doesn't support the Intel Polyglot (TM) technology yet ? alas. CPU is too old, no fancy tech there. it can hardly cope even with 32 bits. Let's not play the idiots too

Re: What are you planning for 2016?

2017-01-02 Thread ketmar via Digitalmars-d
On Monday, 2 January 2017 at 10:03:09 UTC, Basile B. wrote: Your doesn't support the Intel Polyglot (TM) technology yet ? alas. CPU is too old, no fancy tech there. it can hardly cope even with 32 bits.

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 09:25:28 UTC, ketmar wrote: On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: so, mine results are: 1. migrate legacy C++ code bases to D when C++ bindings are final? never wanted, never did. accomplished. 2. integrate with numerical

Re: What are you planning for 2016?

2017-01-02 Thread ketmar via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: so, mine results are: 1. migrate legacy C++ code bases to D when C++ bindings are final? never wanted, never did. accomplished. 2. integrate with numerical solutions like TensorFlow? never wanted, never did.

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 08:51:13 UTC, Basile B. wrote: On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are

Re: What are you planning for 2016?

2017-01-02 Thread rikki cattermole via Digitalmars-d
On 02/01/2017 9:51 PM, Basile B. wrote: On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are final? 2. integrate

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are final? 2. integrate with numerical solutions like

Re: What are you planning for 2016?

2016-01-10 Thread bachmeier via Digitalmars-d
On Saturday, 9 January 2016 at 21:40:02 UTC, jmh530 wrote: On Saturday, 9 January 2016 at 19:39:44 UTC, Jakob Jenkov wrote: The communication is the easy part. The time consuming part is converting R objects to D objects and vice versa. I've had to learn the internals of R at the same time

Re: What are you planning for 2016?

2016-01-09 Thread jmh530 via Digitalmars-d
On Saturday, 9 January 2016 at 19:39:44 UTC, Jakob Jenkov wrote: The communication is the easy part. The time consuming part is converting R objects to D objects and vice versa. I've had to learn the internals of R at the same time that I've learned D. I've been working on it in my spare time

Re: What are you planning for 2016?

2016-01-09 Thread Jakob Jenkov via Digitalmars-d
The communication is the easy part. The time consuming part is converting R objects to D objects and vice versa. I've had to learn the internals of R at the same time that I've learned D. I've been working on it in my spare time for more than two years. Would it have been possible to make a

Re: What are you planning for 2016?

2016-01-08 Thread Satoshi via Digitalmars-d
Finish kernel and basic libs of my operating system (https://github.com/MatsumotoSatoshi/Trinix) Release beta version of my multiplatform GUI framework and IDE for D.

Re: What are you planning for 2016?

2016-01-08 Thread Luis via Digitalmars-d
Do a release of my DCPU-16 toolkit : https://github.com/Zardoz89/DEDCPU-16 I should : - Unit-tests - Clean the code mess that I have... Doing proper code separation on modules, etc - Rewrite the emulator code. Actually I have disabled it as I used a few pieces of code to the other tools. -

Re: What are you planning for 2016?

2016-01-08 Thread rsw0x via Digitalmars-d
On Friday, 8 January 2016 at 08:46:29 UTC, Luis wrote: On Tuesday, 5 January 2016 at 13:21:32 UTC, Ola Fosheim Grøstad wrote: Here are my (hopeful, given enough spare time) plans for D: 1. Code up a new experimental unicode-syntax for a subset of D now that the C++ to D transition is

Re: What are you planning for 2016?

2016-01-08 Thread Jakob Jenkov via Digitalmars-d
I've just finished with the initial version of my project to embed R inside D. Hopefully now I can convince other economists to use it. I might put together a simple web interface (using D of course) that will improve my research collaboration efforts. The earliest I will have time to work

Re: What are you planning for 2016?

2016-01-08 Thread Jakob Jenkov via Digitalmars-d
We plan to port a network protocol + binary data format API (IAP Tools) to D from Java.

Re: What are you planning for 2016?

2016-01-08 Thread Luis via Digitalmars-d
On Tuesday, 5 January 2016 at 13:21:32 UTC, Ola Fosheim Grøstad wrote: Here are my (hopeful, given enough spare time) plans for D: 1. Code up a new experimental unicode-syntax for a subset of D now that the C++ to D transition is "complete", with a fair selection of unicode operators and

Re: What are you planning for 2016?

2016-01-08 Thread bachmeier via Digitalmars-d
On Friday, 8 January 2016 at 08:24:59 UTC, Jakob Jenkov wrote: I've just finished with the initial version of my project to embed R inside D. Hopefully now I can convince other economists to use it. I might put together a simple web interface (using D of course) that will improve my research

Re: What are you planning for 2016?

2016-01-08 Thread bachmeier via Digitalmars-d
On Tuesday, 5 January 2016 at 21:56:43 UTC, jmh530 wrote: On Tuesday, 5 January 2016 at 15:32:52 UTC, bachmeier wrote: Hopefully now I can convince other economists to use it. Probably more work than writing it in the first place! Maybe. But as long as I can use it for my work, I'm happy.

Re: What are you planning for 2016?

2016-01-08 Thread Daren Scot Wilson via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? We're doing Computer Vision stuff where I work. No chance of smuggling D in, but there are more and more open source libraries for CV, that

Re: What are you planning for 2016?

2016-01-08 Thread Jesse Phillips via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 7. work on the D language/phobos ? Find some time to catch up to the latest mater and document the module properly.

Re: What are you planning for 2016?

2016-01-07 Thread Guillaume Piolat via Digitalmars-d
On Thursday, 7 January 2016 at 00:34:45 UTC, Henry Gouk wrote: On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: 2. integrate with numerical solutions like TensorFlow? I'm currently working on something along the same lines as TensorFlow -- I started work on this before

Re: What are you planning for 2016?

2016-01-07 Thread Laeeth Isharc via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? I am developing some tools in the hedge fund sector that will be predominantly written in D, although there will be components called in other

Re: What are you planning for 2016?

2016-01-06 Thread Claude via Digitalmars-d
I'll do more work on my OpenGL 3D engine/game in D. Later, I'd like to either: 1/ write a RT streaming framework (kind of like gStreamer, but without the gLib non-sense). or: 2/ write a baremetal OS in D and assembly towards ARMv5 compatible architecture (on Rasberry Pi maybe). Something

Re: What are you planning for 2016?

2016-01-06 Thread wobbles via Digitalmars-d
On Wednesday, 6 January 2016 at 11:16:20 UTC, Chris wrote: Don't think I'll have time for that and once you use D, you lose interest in other languages :-) Amen to that. Had to write some Java recently and kept trying to go call functions UFCS style. And if I have to match up angle brackets

Re: What are you planning for 2016?

2016-01-06 Thread Chris via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 3. create web services with vibe.d? I'm already doing this, but will extend and improve existing services. 4. run

Re: What are you planning for 2016?

2016-01-06 Thread rsw0x via Digitalmars-d
On Wednesday, 6 January 2016 at 11:16:20 UTC, Chris wrote: Don't think I'll have time for that and once you use D, you lose interest in other languages :-) I legitimately cannot use C++ anymore after using D, especially anything related to template/compile-time metaprogramming.

Re: What are you planning for 2016?

2016-01-06 Thread wobbles via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 6. create runtime less programs (games, embedded)? Am currently knee deep in my first game in D. Using DTiled and DSFML,

Re: What are you planning for 2016?

2016-01-06 Thread Puming via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 8. or something else? What other languages do you think you will use or toy with in 2016 and for what purpose? What

Re: What are you planning for 2016?

2016-01-06 Thread Jacob Carlborg via Digitalmars-d
On 2016-01-05 13:27, Ola Fosheim Grøstad wrote: 3. create web services with vibe.d? I would like to try for work. 4. run D apps in the cloud? 5. run D apps on mobile? 6. create runtime less programs (games, embedded)? 7. work on the D language/phobos ? * I'm currently working on native

Re: What are you planning for 2016?

2016-01-06 Thread BLM768 via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? 8. or something else? The toy language bug has bitten me, too. I'm going for maximum modularity in the compiler to make it easy to hook in

Re: What are you planning for 2016?

2016-01-06 Thread Henry Gouk via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: 2. integrate with numerical solutions like TensorFlow? I'm currently working on something along the same lines as TensorFlow -- I started work on this before TensorFlow was announced. I haven't thought too much about

Re: What are you planning for 2016?

2016-01-06 Thread Laeeth Isharc via Digitalmars-d
On Wednesday, 6 January 2016 at 11:54:01 UTC, wobbles wrote: Personally, I've been using D a lot more in work recently, and quick and dirty tools I need I always go to D first. One example, we use sysstat to monitor all our servers resource usage, and had no centralised way to view those stats.

Re: What are you planning for 2016?

2016-01-05 Thread Basile B. via Digitalmars-d
On Tuesday, 5 January 2016 at 15:52:05 UTC, Jacob Carlborg wrote: I'm working on a tool to automatically convert Java to D [1], for DWT. I have no idea how it will work in practice though. It's written in Scala and uses the Eclipse JDT compiler. [1]

Re: What are you planning for 2016?

2016-01-05 Thread Dan Olson via Digitalmars-d
Ola Fosheim Grøstad writes: > 5. run D apps on mobile? 1) I am involved in recreational windsurf races and pretty much everyone carries a mobile phone to record GPS tracks. I though it would be fun to create an app to manage the races, track finishing

Re: What are you planning for 2016?

2016-01-05 Thread Kapps via Digitalmars-d
I have a couple of libraries I was intending to make that were waiting for either language changes or other technologies that should be doable in 2016. I was thinking of trying to make a GUI library that's similar to Xamarin Forms, but with D and using something other than Xaml for the UI

Re: What are you planning for 2016?

2016-01-05 Thread bachmeier via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? I've just finished with the initial version of my project to embed R inside D. Hopefully now I can convince other economists to use it. I

Re: What are you planning for 2016?

2016-01-05 Thread Basile B. via Digitalmars-d
A bit of (7.) When I see or discover something that I can do. Otherwise (8.) c-à-d my own stuff in D.

Re: What are you planning for 2016?

2016-01-05 Thread Adam D. Ruppe via Digitalmars-d
On Tuesday, 5 January 2016 at 13:43:32 UTC, Gerald wrote: * Finish my tiling terminal emulator, terminix (https://github.com/gnunn1/terminix) ooh, I wrote a terminal emulator too a while ago: https://github.com/adamdruppe/terminal-emulator If any of my code would be useful to you, always

Re: What are you planning for 2016?

2016-01-05 Thread Gerald via Digitalmars-d
On Tuesday, 5 January 2016 at 14:10:20 UTC, Adam D. Ruppe wrote: On Tuesday, 5 January 2016 at 13:43:32 UTC, Gerald wrote: * Finish my tiling terminal emulator, terminix (https://github.com/gnunn1/terminix) ooh, I wrote a terminal emulator too a while ago:

Re: What are you planning for 2016?

2016-01-05 Thread Jacob Carlborg via Digitalmars-d
On 2016-01-05 15:07, Adam D. Ruppe wrote: If D had the same Java interface out of the box, or the same cutting-edge library I might have use it there too, but meh, idk. It is just a simple server that spits out XML - something Java is very good at. I'm working on a tool to automatically

Re: What are you planning for 2016?

2016-01-05 Thread Ola Fosheim Grøstad via Digitalmars-d
On Tuesday, 5 January 2016 at 13:24:58 UTC, Joakim wrote: I plan on using the new Android support to build a mobile app entirely in D, with some components running on the server, ie "cloud," at least initially. [...] I don't anticipate nor want to use any other language, but I suspect I'll be

Re: What are you planning for 2016?

2016-01-05 Thread Gerald via Digitalmars-d
Keep working on Linux GTK applications using GtkD including: * Finish my tiling terminal emulator, terminix (https://github.com/gnunn1/terminix) * Take a shot at doing a Linux chat/IM application following the gnome-chat design

Re: What are you planning for 2016?

2016-01-05 Thread Joakim via Digitalmars-d
On Tuesday, 5 January 2016 at 13:42:26 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 5 January 2016 at 13:24:58 UTC, Joakim wrote: I plan on using the new Android support to build a mobile app entirely in D, with some components running on the server, ie "cloud," at least initially. [...] I

Re: What are you planning for 2016?

2016-01-05 Thread Chris Wright via Digitalmars-d
On Tue, 05 Jan 2016 12:27:12 +, Ola Fosheim Grøstad wrote: > I wonder what kind of programming people plan or _hope_ to use D for in > 2016? I might rewrite my RSS reader in D (from C#). It's got some issues I haven't adequately been able to track down, and a rewrite might alleviate them.

Re: What are you planning for 2016?

2016-01-05 Thread Ola Fosheim Grøstad via Digitalmars-d
On Tuesday, 5 January 2016 at 18:05:37 UTC, Chris Wright wrote: I might work more on my MUD in D. D's good for MUDs; AI is easier to write (and schedule) with fibers. Some of the networking code is, too. That's cool! My interest in graphical MUDs was actually the reason for looking into D. I

Re: What are you planning for 2016?

2016-01-05 Thread Adam D. Ruppe via Digitalmars-d
I know I'll be doing a few web programs in D (already have the contracts so it is increasing in priority even now). I'll probably be expanding my css tools for my other job too. For non-work stuff, it all depends on how much time I have, but the basic list is: 1) the doc thing I've been

Re: What are you planning for 2016?

2016-01-05 Thread Joakim via Digitalmars-d
On Tuesday, 5 January 2016 at 23:05:49 UTC, Guillaume Piolat wrote: On Tuesday, 5 January 2016 at 22:18:22 UTC, thedeemon wrote: Intel compiler, please. ;) Or at least some good story for SIMD on Win32. Although I didn't really check how good/bad D is now in this regard. D frontend + Intel

Re: What are you planning for 2016?

2016-01-05 Thread Nick Papanastasiou via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Working on a little register VM, and when that's done a compiler to go along with it! The VM is pretty much a rehash of the ideas the Lua guys

Re: What are you planning for 2016?

2016-01-05 Thread thedeemon via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Right now I'm using D to make the next major version (2.0) of my company's most known product - a video processing app called Video Enhancer.

Re: What are you planning for 2016?

2016-01-05 Thread jmh530 via Digitalmars-d
On Tuesday, 5 January 2016 at 15:32:52 UTC, bachmeier wrote: Hopefully now I can convince other economists to use it. Probably more work than writing it in the first place!

Re: What are you planning for 2016?

2016-01-05 Thread Jacob Carlborg via Digitalmars-d
On 2016-01-05 17:01, Basile B. wrote: If you have the time to, you should also update the textmate D highlighter. The first script line is not handled (aka the shebang #!). GitHub uses your bundle to display D online. Yeah, I know, I'm working on that. It has higher priority. But the shebang

Re: What are you planning for 2016?

2016-01-05 Thread Jacob Carlborg via Digitalmars-d
On 2016-01-05 19:05, Chris Wright wrote: In order for me to use D more, I would need Unreal Engine bindings with editor and serialization integration, probably, and that's hard. Unreal uses annotations for this, which are macros that do nothing; you read the annotations by parsing the C++

Re: What are you planning for 2016?

2016-01-05 Thread Rikki Cattermole via Digitalmars-d
On 06/01/16 2:21 AM, Ola Fosheim Grøstad wrote: On Tuesday, 5 January 2016 at 12:33:54 UTC, Rikki Cattermole wrote: In the next couple of days I'll be doing a feedback thread on my windowing and image library. After that I hope to see it to completion. Cool! Are you going to use the libraries

Re: What are you planning for 2016?

2016-01-05 Thread Joakim via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are final? 2. integrate with numerical solutions like

Re: What are you planning for 2016?

2016-01-05 Thread Ola Fosheim Grøstad via Digitalmars-d
On Tuesday, 5 January 2016 at 12:33:54 UTC, Rikki Cattermole wrote: In the next couple of days I'll be doing a feedback thread on my windowing and image library. After that I hope to see it to completion. Cool! Are you going to use the libraries for an application? Maybe some web

Re: What are you planning for 2016?

2016-01-05 Thread Chris Wright via Digitalmars-d
On Tue, 05 Jan 2016 22:13:56 +0100, Jacob Carlborg wrote: > On 2016-01-05 19:05, Chris Wright wrote: > >> In order for me to use D more, I would need Unreal Engine bindings with >> editor and serialization integration, probably, and that's hard. Unreal >> uses annotations for this, which are

Re: What are you planning for 2016?

2016-01-05 Thread Guillaume Piolat via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Planning to do more audio plugins with D, hopefully with AudioUnit support. Continuing d-idioms, logos, and other leisure stuff. What other

Re: What are you planning for 2016?

2016-01-05 Thread Guillaume Piolat via Digitalmars-d
On Tuesday, 5 January 2016 at 22:18:22 UTC, thedeemon wrote: Intel compiler, please. ;) Or at least some good story for SIMD on Win32. Although I didn't really check how good/bad D is now in this regard. D frontend + Intel backend would be a dream compiler. Though, if LDC was available and

Re: What are you planning for 2016?

2016-01-05 Thread Rikki Cattermole via Digitalmars-d
In the next couple of days I'll be doing a feedback thread on my windowing and image library. After that I hope to see it to completion. Maybe some web development and assembly related stuff!