Re: Top Five World’s Most Underrated Programming Languages

2019-01-22 Thread germandiago via Digitalmars-d-announce
On Friday, 18 January 2019 at 08:55:23 UTC, Paulo Pinto wrote: D really needs its killer use case if it is to move away from that list. For me those would be superior metaprogramming and ability to interface with C++, Objective-C and C in superior ways. But some project must show those strong

Now D supports semantic Web (RDF and SPARQL particularly)

2019-01-22 Thread Victor Porton via Digitalmars-d-announce
Now D supports semantic Web (RDF and SPARQL particularly): I've created a D wrapper around C semantic Web library librdf. Here is the code (it also supports several other programming languages, particularly I did also Ada2012 wrapper, the Ada wrapper is however somehow not stable):

Re: Bitblob (hash wrapper) & Minivariant (tagged union) dub packages

2019-01-22 Thread Paul Backus via Digitalmars-d-announce
On Tuesday, 22 January 2019 at 10:26:33 UTC, Mathias Lang wrote: ## Minivariant https://github.com/Geod24/minivariant Minivariant is a "works for me" replacement of `std.variant : Algebraic`. [...] I looked into fixing it, but given Variant's design (which relies heavily on `TypeInfo`) it

Bitblob (hash wrapper) & Minivariant (tagged union) dub packages

2019-01-22 Thread Mathias Lang via Digitalmars-d-announce
Hi everyone! I usually don't post on the forums, but I got two small projects I developed as helpers for some other projects, and figured some people might have interest in them. They are registered on dub. ## Bitblob https://github.com/Geod24/bitblob Bitblob is a simple wrapper for hashes.