Re: dmd 2.065 beta 1

2014-01-21 Thread Dejan Lekic
like the following: 2.065.rc1 . When release comes up, it will be tagged 2.065.0 if there are 2.065 hotfix releases, they should be tagged 2.065.1, 2.065.2, etc. This is not my invention - smarted people than me come up with this, for a good reason. -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: Delight

2014-01-19 Thread Dejan Lekic
On Thursday, 25 September 2008 at 14:27:42 UTC, bearophile wrote: Mosfet: Is there any performance loss from compared to D language ? No, it's just D1 resyntaxed. That is, it generally improves on the old-school syntax of D ;-) Bye, bearophile "Improves" is pretty subjective...

Re: Internships investigating D in high-performance computing.

2014-01-15 Thread Dejan Lekic
I have posted this on LinkedIn. There are always students there looking for internships. ;) -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: Fedora RPMs

2014-01-11 Thread Dejan Lekic
On Thursday, 5 December 2013 at 11:46:37 UTC, Martin Nowak wrote: Splitting in different packages is needed to comply with RPM guidelines, but it's a bad fit for a single binary installer on dlang.org. I'm working on a spec file for the latter. https://github.com/dawgfoto/installer/tree/fedora

Re: D Developers Group on LinkedIn

2014-01-09 Thread Dejan Lekic
On Thursday, 9 January 2014 at 18:35:18 UTC, extrawurst wrote: On Thursday, 9 January 2014 at 18:31:11 UTC, extrawurst wrote: Hello everyone, I took the liberty to create a LinkedIn Group called "D Developers Group". I think as D more and more enters the professional sphere of software develo

Re: D Developers Group on LinkedIn

2014-01-09 Thread Dejan Lekic
On Thursday, 9 January 2014 at 18:31:11 UTC, extrawurst wrote: Hello everyone, I took the liberty to create a LinkedIn Group called "D Developers Group". I think as D more and more enters the professional sphere of software development this might be helpful. Official job descriptions looking

Re: Call D code from C#

2014-01-09 Thread Dejan Lekic
On Thursday, 9 January 2014 at 15:58:20 UTC, anthony wrote: Hi to all here, (another one here that wants to desperately use D in his work environment!) So, I am a C# and C++ guy who is used to high quality tools and UI libraries. I discovered VisualD and I settled on using it, it is really

Re: Fedora RPMs

2014-01-03 Thread Dejan Lekic
On Tuesday, 10 December 2013 at 12:23:21 UTC, Russel Winder wrote: On Mon, 2013-12-09 at 15:54 +0100, Dejan Lekic wrote: […] Btw, I forgot to tell you... I talked to fedora people about having dmd in Fedora. They said it will probably be rejected because of the backend license, because they

Re: Delight

2014-01-02 Thread Dejan Lekic
On Thursday, 25 September 2008 at 14:00:30 UTC, bearophile wrote: D1 + Tango with a different Python-inspired syntax; close to my ideal language: http://delight.sourceforge.net/ There are just few things I don't like, but they are generally minor, and maybe the author can change some of them

Re: D is back on TIOBE top 20

2014-01-02 Thread Dejan Lekic
On Thursday, 2 January 2014 at 10:33:53 UTC, Namespace wrote: On Thursday, 2 January 2014 at 10:30:34 UTC, Dejan Lekic wrote: I know this does not say much, especially considering that TransactSQL is declared "language of the year" on TIOBE. :) Anyway, good to see that D is gaining

D is back on TIOBE top 20

2014-01-02 Thread Dejan Lekic
I know this does not say much, especially considering that TransactSQL is declared "language of the year" on TIOBE. :) Anyway, good to see that D is gaining popularity. http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

Re: Fedora RPMs

2013-12-09 Thread Dejan Lekic
On Thursday, 5 December 2013 at 11:46:37 UTC, Martin Nowak wrote: On 11/19/2013 02:11 AM, Dejan Lekic wrote: Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build functional RPMs on your Fedora 19 systems. I will aim for now to

Re: DConf 2014 Call for Submissions is now open

2013-11-29 Thread Dejan Lekic
On Wednesday, 27 November 2013 at 14:37:11 UTC, Dicebot wrote: On Wednesday, 27 November 2013 at 05:44:36 UTC, Jonathan M Davis wrote: And now I have to wrack my brain for ideas. :) I could probably answer questions about D all day, but coming up with something useful to talk about on my own n

Re: Mono-D v0.5.4.8 - DMD 2.064 Compatibility + Completion fixes

2013-11-24 Thread Dejan Lekic
; https://github.com/aBothe/D_Parser/issues > > General/Other issues: > https://github.com/aBothe/Mono-D/issues > > Gonna get some sleep now :) > > > Cheers, > Alex Mono-D rocks, as always! Thanks for everything! -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: Fedora RPMs

2013-11-19 Thread Dejan Lekic
> > would it be possible to link to appropriate github repo changesets using > git submodule, and then generate the tarballs from those? > There is a way to actually use GitHub straight, but the directory names contain SHA1 hashes then, and I would have to store hashes of all 4 projects. Hones

Re: Fedora RPMs

2013-11-18 Thread Dejan Lekic
Just to clarify one thing - I do not intend to distribute DMD, this work is part of the bugzilla issue regarding curl, plus it is an attempt to make better Fedora/RedHat/CentOS packages. Once it is all on dlang.org maintained by our build-master, I will gladly remove all tarballs from ddn.so ,

Fedora RPMs

2013-11-18 Thread Dejan Lekic
Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build functional RPMs on your Fedora 19 systems. I will aim for now to support F19, F20, EL5 and EL6. If someone needs support for something else, please send patches or just simply co

Re: dmd package numbering scheme - Build Master wanted

2013-11-07 Thread Dejan Lekic
On Wednesday, 6 November 2013 at 21:25:46 UTC, Walter Bright wrote: There have been a lot of comments about the package naming scheme and numbering scheme. I confess that these issues do not seem that important to me, as the user just clicks on a url, but I recognize that they are very importan

Re: Pragmatic D Tutorial

2013-10-21 Thread Dejan Lekic
On Thu, 10 Oct 2013 00:24:16 +0200, qznc wrote: > On Wednesday, 9 October 2013 at 20:22:39 UTC, Dejan Lekic wrote: >> It is a very nice web-site, but the main column should be wider. >> Sometimes the source code floats over to the second column... > > Hm, not here. I

Re: Pragmatic D Tutorial

2013-10-09 Thread Dejan Lekic
On Mon, 07 Oct 2013 21:18:38 +0200, qznc wrote: > I believe one of the things D needs right now is more documentation. > Therefore, I started writing a tutorial. > > It is aimed at people who can already program well in other languages. > This means nothing about loops or structs, because I expec

Re: stop to maitain rpm

2013-10-05 Thread Dejan Lekic
On Mon, 12 Aug 2013 09:13:10 +0200, bioinfornatics wrote: > I had release all rpm > https://lists.fedoraproject.org/pipermail/devel/2013-August/187609.html > > if no one take it they will go out of fedora. > > I am lazy to explain that is not : > - a build system or dub but - a build system and

Re: D reaches 1000 questions on stackoverflow

2013-08-14 Thread Dejan Lekic
On Tuesday, 6 August 2013 at 16:02:57 UTC, Atila Neves wrote: On Tuesday, 6 August 2013 at 01:22:29 UTC, Andre Artus wrote: Andrei Alexandrescu wrote: http://stackoverflow.com/questions/tagged/d Andrei Perhaps we can get it to 1000 answers? I'm looking through it now to see if I can find som

Re: A new blog article detailing the alternative function syntax

2013-08-09 Thread Dejan Lekic
On Thursday, 8 August 2013 at 19:24:31 UTC, Ary Borenszweig wrote: On 8/8/13 3:53 PM, Gary Willoughby wrote: I've just finished a new blog article on the subject of alternative function syntax in D. I guess this is pretty straightforward stuff to all the people here but was a major source of co

Re: DScanner is ready for use

2013-08-01 Thread Dejan Lekic
On Saturday, 27 July 2013 at 22:27:35 UTC, Brian Schott wrote: DScanner is a tool for analyzing D source code. It has the following features: * Prints out a complete AST of a source file in XML format. * Syntax checks code and prints warning/error messages * Prints a listing of modules imported

Re: monarch dodra granted write access to phobos, druntime, and tools

2013-07-23 Thread Dejan Lekic
On Monday, 22 July 2013 at 18:08:36 UTC, Andrei Alexandrescu wrote: Please join me in congratulating monarch dodra for his admission among our github committers. We're starting with phobos, druntime, and tools access, and if all goes well, we'll extend write rights to dmd also. Thanks, Andr

Re: simpledisplay.d now works on as 64 bit on X

2013-06-05 Thread Dejan Lekic
On Monday, 3 June 2013 at 01:31:27 UTC, Adam D. Ruppe wrote: On Monday, 3 June 2013 at 00:15:20 UTC, Marco Leise wrote: all the remote procedure calls to the X Server. Internally those calls rely on a small generic set of functions that serializes the requests for transmission. I see. I just s

Re: New Russian site about D Programming Language

2013-02-28 Thread Dejan Lekic
) > and few issues on site, but I hope that we will fix it in next > 3-4 days. Now it's mostly ok. In next hour I hope to setup @live > login. Yesterday MS site show error) Good stuff! :) My Russian is little bit rusty, but I understand all those articles so far. :) -- Dejan L

Re: DPaste ain't going anywhere

2013-02-28 Thread Dejan Lekic
On Monday, 14 January 2013 at 09:34:50 UTC, nazriel wrote: Hello! I would love to say that it was just 1 April joke that Dpaste is going down but I can't. Things got complicated. I couldn't afford extending domain because I began to run low on money. Thanks to Vladimir Panteleev aka CyberSha

Re: Registration now open on dconf.org

2013-02-15 Thread Dejan Lekic
Walter Bright wrote: > On 2/15/2013 12:59 AM, Dejan Lekic wrote: >> Walter Bright wrote: >> >>> On 2/14/2013 3:25 AM, Dejan Lekic wrote: >>>> >>>> Andrei, just to confirm, Kickstarter donors do not have to register? >>> >>>

Re: Registration now open on dconf.org

2013-02-15 Thread Dejan Lekic
Walter Bright wrote: > On 2/14/2013 3:25 AM, Dejan Lekic wrote: >> >> Andrei, just to confirm, Kickstarter donors do not have to register? > > For the first 20 at the $250 level and all those above $375 (which includes > you), you still have to register (so we know you&#x

Re: Registration now open on dconf.org

2013-02-14 Thread Dejan Lekic
Andrei, just to confirm, Kickstarter donors do not have to register? What about the tutorial? Are we allowed to see the tutorial too? :) -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: Higgs, a JavaScript JIT done in D

2013-02-05 Thread Dejan Lekic
On Monday, 4 February 2013 at 23:02:04 UTC, MattCoder wrote: On Monday, 4 February 2013 at 20:08:32 UTC, Paulo Pinto wrote: Am 04.02.2013 20:16, schrieb Dejan Lekic: Paulo Pinto wrote: Am 03.02.2013 19:58, schrieb bearophile: Dejan Lekic: In real projects people do the job as best as they

Re: Higgs, a JavaScript JIT done in D

2013-02-04 Thread Dejan Lekic
isn't prone to crapping out or > breaches of security. AND you expect that from ONE, single person who is implementing something like Higgs? :) Come on, be realistic... -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: Higgs, a JavaScript JIT done in D

2013-02-04 Thread Dejan Lekic
Paulo Pinto wrote: > Am 03.02.2013 19:58, schrieb bearophile: >> Dejan Lekic: >> >>> In real projects people do the job as best as they >>> can at the moment, >> >> But often there's also some need for: >> >> http://en.wikipedia.org/

Re: "Programming in D" book is about 78% translated

2013-02-03 Thread Dejan Lekic
Peter Sommerfeld wrote: > Dejan Lekic wrote: > >> I have yet to see a Kindle or ePUB scientific book that can be compared >> to the paper one... I stopped buying scientific literature for Kindle... >> I buy only novels. > > Me too! Unfortunately I bough

Re: "Programming in D" book is about 78% translated

2013-02-03 Thread Dejan Lekic
d.en/index.html > > No Kindle or Lulu versions yet. > > Ali Excellent work Ali - I am sure the D community appreciates greatly your work on this book! -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: DConf13: Venue and Cost

2013-02-03 Thread Dejan Lekic
- we talked on IRC about this, and I really hope the time and place will be 100% fixed so I can plan my journey. This would also be my first time in the USA as well... -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: "Programming in D" book is about 78% translated

2013-02-03 Thread Dejan Lekic
the current section is talking about. These are never done properly in electronic books. If there is an example of such, please let me know - I would like to see it. Maybe it is only me and my taste... Idk... -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: Higgs, a JavaScript JIT done in D

2013-02-03 Thread Dejan Lekic
On Sunday, 3 February 2013 at 13:56:13 UTC, bearophile wrote: deadalnix: The code seems to miss the usage of contracts, foreach loops on numerical intervals, final switch, toString with sink, text() function, enum for compile-time constants, most const arguments, const on methods. My expe

Re: A look at the D programming language by Ferdynand Górski

2013-01-07 Thread Dejan Lekic
On Monday, 7 January 2013 at 11:48:36 UTC, Max Klyga wrote: On 2013-01-07 11:31:45 +, bearophile said: Walter Bright: http://fgda.pl/post/8/a-look-at-the-d-programming-language From the article: if you only count the natively-compiled ones that could be used instead of C++ and have a s

Re: vibe.d 0.7.10 released

2013-01-04 Thread Dejan Lekic
On Thursday, 3 January 2013 at 09:19:57 UTC, Sönke Ludwig wrote: Changes: - Compiles on DMD 2.061 (and Win64) - The Win32 back end supports TCP sockets - Form and REST interface generators have been improved and can handle more types - Diet templates support arbitrary D expressions inst

Re: Mono-D v0.4.4 Template mixins, completion improvements

2012-12-01 Thread Dejan Lekic
On Friday, 30 November 2012 at 17:33:27 UTC, alex wrote: Hi everyone, I've implemented one of the last missing things regarding code completion (except those huge remaining fields in the expression evaluation, so correct trait&CTFE handling etc.) now. Though I doubt that everything is interpre

"D Developer Network" group on LinkedIn reached 100 members.

2012-12-01 Thread Dejan Lekic
I did not expect we will reach 100 members this fast, but looks like there are professionals out there who are interested in D programming language! Check it out: http://www.linkedin.com/groups?groupDashboard=&gid=3923820

Re: DConf 2013 on kickstarter.com: we're live!

2012-10-23 Thread Dejan Lekic
On Tuesday, 23 October 2012 at 11:23:08 UTC, Andrei Alexandrescu wrote: On 10/23/12 7:10 AM, Dejan Lekic wrote: I have been a committee member of the UK AUA (http://www.iua.org.uk) and I know that the best way to get funding is to find good sponsors. That is my recommendation to you, Andrei

Re: DConf 2013 on kickstarter.com: we're live!

2012-10-23 Thread Dejan Lekic
On Monday, 22 October 2012 at 17:25:28 UTC, Andrei Alexandrescu wrote: We're on! For one month starting today, we're raising funding for DConf 2013. http://www.kickstarter.com/projects/2083649206/the-d-programming-language-conference-2013-0 Please pledge your support and encourage your friends

Re: Alex Rønne Petersen joins phobos and druntime

2012-10-18 Thread Dejan Lekic
On 15/10/12 19:33, Andrei Alexandrescu wrote: Hello all, Please join me in congratulating Alex Rønne Petersen for joining the phobos and druntime committers on github. Alex has been a very active contributor to D, particularly druntime. We hope his prolific participation to continue and be enh

Re: A partial D crypto library

2012-07-28 Thread Dejan Lekic
On Saturday, 28 July 2012 at 00:45:04 UTC, Stian Pedersen wrote: Hi We did a project a couple of weeks ago implementing some cryptographic primitives in D. Just wanted to tip you guys about it. It has some basic RSA functionality, SHA and AES. For production use it would need some scrutiny, p

Re: Antti-Ville Tuuainen passes his midterm evaulations for GSoC 2012

2012-07-15 Thread Dejan Lekic
On Thursday, 12 July 2012 at 20:49:30 UTC, dsimcha wrote: Congratulations to Antti-Ville Tuuainen for passing the GSoC 2012 midterm evaluation! Despite going through a steep learning curve to learn D's template metaprogramming system, Antti-Ville has precise heap scanning for the garbage colle

Re: Dmitry Olshansky passes the midterm evaluation at GSoC 2012

2012-07-15 Thread Dejan Lekic
On Thursday, 12 July 2012 at 15:58:50 UTC, Andrei Alexandrescu wrote: Hello everyone, I'm pleased to announce Dmitry has passed his GSoC 2012 midterm evaluation with his project on Extended Unicode Support for D. Dmitry has done a great deal a good work independently and is ahead of schedul

Re: Alexander Bothe passes his midterm evaulations for GSoC 2012

2012-07-15 Thread Dejan Lekic
On Thursday, 12 July 2012 at 18:48:28 UTC, Adam Wilson wrote: Hello everyone, I'm pleased to announce Alex has passed his GSoC 2012 midterm evaluation for his Mono-D project. Alex has done a great deal of fantastic work lately and recently met a major milestone with the completion of Templat

Re: D Conference 2012 - postponed until 2013

2012-06-26 Thread Dejan Lekic
On 26/06/12 10:17, deadalnix wrote: Le 23/06/2012 22:50, Walter Bright a écrit : Due to there not being sufficient time left to get enough speakers lined up. That is sad. But hopefully, I'll probably be able to participate in 2013. Seattle is too damn far... :(

Re: "D and C++11 Conference", June 30, 2012, Tütev, Ankara, Turkey

2012-06-12 Thread Dejan Lekic
listen to this presentation. Mert is > about to write a novel where the main character gets rich through > programming. Mert has chosen D as the language for the character, so he > had to learn D and gain experience in it himself first! :)) > > 16:00 - "New features of C++11 an

Re: dbuilder move to github

2012-05-31 Thread Dejan Lekic
On Sun, 29 Apr 2012 02:12:26 +0200, bioinfornatics wrote: > dbuilder move to github https://github.com/dbuilder-developers/dbuilder > Anyone can help to contribute I will miss you @ gitorious ... :'( -- Dejan Lekic mailto:dejan.lekic(a)gmail.com http://dejan.lekic.org

Re: DDT 0.6.0 released

2012-05-25 Thread Dejan Lekic
Bruno Medeiros wrote: > DDT 0.6.0 is out. It's been almost a year since last release, > unfortunately I haven't been able to work on it as much as I wanted in > the last months. :( > > Full details here: > https://groups.google.com/d/topic/ddt-ide/_C7aZHX3vMM/discussion > > Good news, DDT is v

Re: Mono-D 0.3.9

2012-05-11 Thread Dejan Lekic
alex wrote: > Couple of stuff changed the last days, especially due to the fact > that I can go on with regular coding again – no more struggling > with obstructed library versions, yay! Also, the latest > monodevelop alpha is available for Ubuntu 12.04, thx to keks9n! > > Furthermore thanks to a

Re: bootDoc - advanced DDoc framework using Twitter's Bootstrap

2012-05-07 Thread Dejan Lekic
Jakob Ovrum wrote: > This project is finally published and documented, so here's an > announcement. > > https://github.com/JakobOvrum/bootDoc > > bootDoc is a configurable DDoc theme, with advanced JavaScript > features like a package tree and module tree, as well as fully > qualified symbo

Re: Goldie Parsing System v0.9 - Tools

2012-04-27 Thread Dejan Lekic
t; - Misc changes/updates to various tools (see changelog link below) > > Full ChangeLog: http://www.semitwist.com/goldie/ChangeLog/ > > Goldie Homepage: http://www.semitwist.com/goldie GoldieLib is pretty nice. :) -- Dejan Lekic - http://dejan.lekic.org

Re: Introducing vibe.d!

2012-04-27 Thread Dejan Lekic
Sönke Ludwig wrote: > During the last few months, we have been working on a new > framework for general I/O and especially for building > extremely fast web apps. It combines asynchronous I/O with > core.thread's great fibers to build a convenient, blocking > API which can handle insane amounts of

Re: Mono-D 0.3.7

2012-04-19 Thread Dejan Lekic
alex wrote: > A lot of things changed internally - there is the interface to > the new MonoDevelop 2.9.5 libraries now which brings a couple of > internal refactorings which hopefully will result in general > performance improvements. > > Currently the new version is available in the > http://mon

InfoQ: Generic Programming Galore Using D -- Andrei Alexandrescu

2012-04-16 Thread Dejan Lekic
A very nice presentation on one of the best web-sites for software engineers (in my humble opinion). http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D Well-done Andrei! - Finally a D-related presentation on InfoQ.

Re: dcaflib

2012-03-26 Thread Dejan Lekic
Nathan M. Swan wrote: > In a post from a few weeks ago, someone mentioned terminal > colors. Currently, I have one that works with bash (cmd pending) > at https://github.com/carlor/dcaflib. > > Example code: > > import dcaflib.ui.terminal; > > import std.stdio; > > void main() { > fgColor

Re: D web apps: cgi.d now supports scgi

2012-03-26 Thread Dejan Lekic
Adam D. Ruppe wrote: > https://github.com/adamdruppe/misc-stuff-including-D-programming-language- web-stuff > > some docs: > http://arsdnet.net/web.d/cgi.html > http://arsdnet.net/web.d/cgi.d.html > > The file cgi.d in there is my base library for web apps. > > Previously, it spoke regular CGI,

Re: Dejan Lekic created the D Developers Network on LinkedIn

2012-03-26 Thread Dejan Lekic
Jesse Phillips wrote: > On Tuesday, 20 March 2012 at 19:09:59 UTC, Dejan Lekic wrote: > >> My idea when I made it was to gather professionals who use D >> *in production environments* > > Does that mean you shouldn't join if D only supports a product > going to

Re: Dejan Lekic created the D Developers Network on LinkedIn

2012-03-26 Thread Dejan Lekic
Nick Sabalausky wrote: > "Dejan Lekic" wrote in message > news:pxvtdhlbncuaonfhi...@forum.dlang.org... >> >> and eventually make this group a convenient place to post important news >> related to the D and its community, job announces, good ideas, etc. >>

Re: GDC goes github

2012-03-20 Thread Dejan Lekic
On Sunday, 18 March 2012 at 12:39:05 UTC, Iain Buclaw wrote: Morning All, I have created a new GDC project on github, where I hope people will help contribute and continue development of the compiler there. https://github.com/gdc-developers I've been told to cue Walter asking to rename t

Re: Dejan Lekic created the D Developers Network on LinkedIn

2012-03-20 Thread Dejan Lekic
On Tuesday, 20 March 2012 at 18:34:32 UTC, Andrei Alexandrescu wrote: Anyone using D in production is invited to join. http://www.linkedin.com/groups/D-Developer-Network Andrei Thanks Andrei, the group exists for a long time actually. I did not want to advertise it until it is ready for wh

Re: TDPL monthly sales at 12-month high

2012-03-06 Thread Dejan Lekic
Andrei Alexandrescu wrote: > Today TDPL monthly sales in February climbed to a 12-month high. This is > in all likelihood due to the increasing attention D has received lately, > and a reflection of all the great work done by our community. > Congratulations to all contributors! > > Andrei Not s

Re: D in Academia

2012-03-06 Thread Dejan Lekic
Chuck Allison wrote: > 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). Respect!

Re: New homepage design of d-p-l.org is now live.

2011-12-08 Thread Dejan Lekic
Well-done!

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-18 Thread Dejan Lekic
It is not uncommon that a certain project generates several libraries. Example: ncurses (libcurses, libpanel, libforms) I propose each library has a one-to-one correspondent D module inside the deimos package. All D modules that correspond to C/C++ header files with the same name should reside i

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-18 Thread Dejan Lekic
Johannes Pfau wrote: > Also writing a daemon in systemd is actually a lot easier that the > traditional way (see > http://0pointer.de/public/systemd-man/daemon.html ), so have fun :-) > Sure it is easier, but less portable. :) Systemd is going to be very nice once it is widely adopted by variou

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-16 Thread Dejan Lekic
Johannes Pfau wrote: > > Scratch that, turns out the headers are actually in a systemd folder. > Ubuntu doesn't provide a systemd package, and the directory structure > is not visible in the source package. So it'll be > deimos.systemd.sd_readahead ;-) You are my hero for making binding to syste

Re: The book "Programming in D" is in beta

2011-11-16 Thread Dejan Lekic
mta`chrono wrote: >> Great work! >> >> I also strongly suggest doing a Kindle version as well, even if you keep >> a free html version on the web. Having more D books on Amazon will help >> raise the profile of D. > > Great work! Yes, offer a kindle version for 79 EUR and upload a free pdf > ver

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-15 Thread Dejan Lekic
Vladimir Panteleev wrote: > On Fri, 11 Nov 2011 22:43:18 +0200, Johannes Pfau > wrote: > >> (Yes, I know there's a typo in the screenshots (daeamon) and the >> screenshots don't match the text 100% as they were taken before the >> text was written) > > For the screenshots, you have used a 3rd-p

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-15 Thread Dejan Lekic
Johannes Pfau wrote: > This explains a special repository setup which allows to merge changes > made in C headers into the correct place in the D import files > automatically. This new, merged parts still need to be translated into > D code, but the automatic merge makes sure you don't miss a chan

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-15 Thread Dejan Lekic
I believe once Deimos will mature in time, especially if all authors of Deimos projects gather around and do some organisation...

Re: D2 port of Tango

2011-11-05 Thread Dejan Lekic
On Sat, 05 Nov 2011 14:50:09 +, zsxxsz wrote: > > I don't like Phobos design, which takes all libs in the same path > looking so urgly, but tango seperate libs in different path according to > its function using, > so I like tango's design. You will never satisfy both worlds (simplicity vs f

Re: Code Poet, an IDE for D

2009-11-13 Thread Dejan Lekic
@Jeremie: Good work!! Nice IDE. @watching: The fact that you dare not say your name, and post here anonymously says everything. Not only your reply has any credit (too subjective), but it is also disrespectful. It is not problem of the D community that some people do not understand the pow

Re: DMD svn and contract inheritance

2009-10-23 Thread Dejan Lekic
LDC2 does not work at all on my 64bit GNU/Linux box, while GDC works without any problems (v2.014). Also D2 applications I wrote work well too. Sure, old version of D2 is supported so many cool features are missing, that is why I hoped some more up-to-date version of GDC will soon be releas

Re: std.json and std.uni

2009-10-23 Thread Dejan Lekic
Wow! I just _love_ your std.uni module!

Re: DMD svn and contract inheritance

2009-09-30 Thread Dejan Lekic
You guys are doing awesome job with GDC, thank you _VERY MUCH_! GDC is the only D2 compiler for 64bit architecture...

Re: Split digitalmars.D newsgroup into .D and .D2 newsgroups?

2009-05-17 Thread Dejan Lekic
Walter Bright wrote: Is this a good idea? Definitely it is a good idea, as I do not do any D1 development for years. I use D2 exclusively...

Re: Just one more thing...

2009-02-15 Thread Dejan Lekic
Walter Bright wrote: Now includes Mac OSX version! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.040.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.025.zip Expect bugs. Thread local storage isn't working on OSX, neither

Re: DMD 1.038 and 2.022 releases

2008-12-14 Thread Dejan Lekic
"The requested URL /dmd.2.022.zip was not found on this server."

Re: Statistics library

2008-10-27 Thread Dejan Lekic
If my vote counts - I am all for it. :)

Re: ycurses updated version

2008-10-27 Thread Dejan Lekic
Great work ylixir!

Re: DMD 1.036 and 2.020 releases

2008-10-20 Thread Dejan Lekic
Mr. Bright, can we please have 64bit version of DMD 2.020? Alternatively, we can have ability to specify where 32bit libraries are in the case one wishes to use DMD 2.x on 64bit Linux box. Thanks for wonderful news, and BIG THANKS to Sean Kelly and You for separating the core library! It is

<    1   2