Re: [RFC] IDE starter kit

2018-02-03 Thread Eliatto via Digitalmars-d
What about IDE sponsorship? I think that we should vote for the best D IDE of the year and some money should be given as a prize to the IDE maintainer.

"This week in D" state

2017-10-10 Thread Eliatto via Digitalmars-d
I noticed that "This week in D" site was seldom updated. Last activity is September, the 3rd. If Adam is busy at the moment, then I think that he should have an assistant.

Re: [your donation here]

2016-12-27 Thread Eliatto via Digitalmars-d-announce
On Monday, 19 December 2016 at 19:39:25 UTC, Andrei Alexandrescu wrote: Please consider making a personal donation What about IDE developers? For example, Vadim Lopatin develops his DLangIDE in D language. I think we should add the links to the project pages containing donate hyperlink to

How to Generate Entities from an Existing Database in D language ORM?

2016-02-15 Thread Eliatto via Digitalmars-d-learn
Hello! I've found the following C++/Qt project: http://www.treefrogframework.org/ It contains ORM. Treefrog can generate model stubs from the existing database. Is it possible to do the same in any D language ORM library? BTW, similar situation was discussed here:

Using libraries for (Postgre)SQL for bilingual (C++ and D) project

2016-01-10 Thread Eliatto via Digitalmars-d-learn
Hello! I have a project, which consists of 2 parts: web part (based on vibe.d) and core part (C++/Qt 5.5.x). Core will be used in a shared object (c-style exported functions). Both parts must interact with PostgreSQL. Core dynamic library will be contributor to my database (INSERTS/UPDATES),

Re: Coedit 2 alpha 1 - now with dub

2015-10-23 Thread Eliatto via Digitalmars-d-announce
On Friday, 25 September 2015 at 05:08:05 UTC, BBasile wrote: - compile, run, choose the configuration and the build type. but only the JSON format is handled. BTW, why there are two formats for dub? Which one will be obsolete? It's a headache for IDE developers.

Re: Natural language parsing (NLP) with D

2015-10-21 Thread Eliatto via Digitalmars-d
On Tuesday, 20 October 2015 at 15:49:18 UTC, bachmeier wrote: It's not my area, but are you thinking of something like Freeling? http://nlp.lsi.upc.edu/freeling/ I think that in order to make a new wrapper more popular, it should be created with LGPL license (not GPL). Freeling is GPL. Is

Re: Is dlangui dead?

2015-10-21 Thread Eliatto via Digitalmars-d
On Tuesday, 20 October 2015 at 17:58:07 UTC, tcak wrote: On Tuesday, 20 October 2015 at 17:01:19 UTC, karabuta wrote: I hope I am wrong, but dlangui seems to be abandoned for some time after all the hard work that went into it. I really like it since it was easy to setup and get things

Natural language parsing (NLP) with D

2015-10-20 Thread Eliatto via Digitalmars-d
Hello! I am rather new to D ecosystem (I am a C++ developer). I know that there are code-dlang and awesome-D collections of libraries. But I have not found any NLP libraries in D (https://github.com/jogojapan/drulex is not worth mentioning), though there are Go and Rust NLP libraries on github