Re: automem v0.0.7 - C++ style smart pointers using std.experimental.allocator

2017-04-09 Thread mogu via Digitalmars-d-announce
On Sunday, 9 April 2017 at 08:56:52 UTC, Atila Neves wrote: Using std.experimental.allocator? Tired of writing `scope(exit) allocator.dispose(foo);` in a language with RAII? Me too: [...] Nice! Should UniqueArray be implemented as a overloaded version of Unique? Unique!(Object[]) instead

Re: Vim has got D-Scanner support.

2017-04-01 Thread mogu via Digitalmars-d-announce
On Thursday, 30 March 2017 at 22:51:22 UTC, ANtlord wrote: Hello! I've done integration of D-Scanner in Vim plugin Syntastic (https://github.com/vim-syntastic/syntastic/pull/1995). Vim users are able to check his code using D-Scanner. Links: D-Scanner

Re: Pegged v0.4: longest-match, left-recursion, and expandable parse trees

2017-03-02 Thread mogu via Digitalmars-d-announce
On Thursday, 2 March 2017 at 20:42:56 UTC, Philippe Sigaud wrote: Hi, Pegged is a parser generator based on Parsing Expression Grammars (PEG) written in D, that aims to be both simple to use and work at compile-time. See: https://github.com/PhilippeSigaud/Pegged ... Excellent! I love

Re: DlangUI 0.9.0: Console backend added

2016-09-09 Thread mogu via Digitalmars-d-announce
On Friday, 9 September 2016 at 11:21:07 UTC, Vadim Lopatin wrote: Hello! Now it's possible to build DlangUI apps to run in console (Linux, Windows). When DlangUI is built with version=USE_CONSOLE (dub subconfiguration "console" for dlangui library) - it works in terminal. Such feature may

Re: yet another event loop

2016-08-24 Thread mogu via Digitalmars-d-announce
On Wednesday, 24 August 2016 at 18:03:39 UTC, Eugene Wissner wrote: https://github.com/caraus-ecms/tanya Ok there are not so many event loops in D and here an another one and its name is "tanya". ... Nice works, thanks.

Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread mogu via Digitalmars-d-announce
On Wednesday, 29 June 2016 at 08:24:30 UTC, Dsby wrote: Great! 蘑菇大神威武、、 白玉大大威武

Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread mogu via Digitalmars-d-announce
On Wednesday, 29 June 2016 at 09:48:19 UTC, Chris wrote: Have you seen this: https://github.com/DerelictOrg/DerelictLua There is also https://github.com/JakobOvrum/LuaD I have already looked over these projects before I wrote this down. The problems are that luaD is in version 5.1 and

IUP, CD, IM, lua interfaces in D.

2016-06-28 Thread mogu via Digitalmars-d-announce
Now IUP library collections' interfaces accomplished. IUP(3.18): http://code.dlang.org/packages/iupd IM(3.10): http://code.dlang.org/packages/imd CD(5.9):http://code.dlang.org/packages/cdd lua(5.3.3): http://code.dlang.org/packages/nluad As I'm not good enough, all bindings may have many

Re: Iup and nukclear interface in D.

2016-06-24 Thread mogu via Digitalmars-d-announce
On Thursday, 23 June 2016 at 20:04:51 UTC, Jordan Wilson wrote: On Thursday, 23 June 2016 at 06:32:09 UTC, mogu wrote: http://code.dlang.org/packages/iupd http://code.dlang.org/packages/nukleard iupd removes all deprecated items in IUP, current version is IUP 3.18. nukleard may have some bugs

Re: Iup and nukclear interface in D.

2016-06-23 Thread mogu via Digitalmars-d-announce
On Thursday, 23 June 2016 at 08:14:42 UTC, Mike Parker wrote: On Thursday, 23 June 2016 at 06:32:09 UTC, mogu wrote: http://code.dlang.org/packages/iupd http://code.dlang.org/packages/nukleard A couple of points: * All of those 'static immutable' you have would be better as manifest

Iup and nukclear interface in D.

2016-06-23 Thread mogu via Digitalmars-d-announce
http://code.dlang.org/packages/iupd http://code.dlang.org/packages/nukleard iupd removes all deprecated items in IUP, current version is IUP 3.18. nukleard may have some bugs in name mangling. Does a struct's field name like `null`, i changed it to null_, may be issue? Can pragma(mangle,

Re: PowerNex - New release of my D kernel

2016-05-29 Thread mogu via Digitalmars-d-announce
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote: I have new release of my D kernel called PowerNex. -Dan nice works!