Re: D goes business! Bindings for SAP NetWeaver RFC SDK

2015-08-01 Thread Kai Nacke via Digitalmars-d-announce
On Thursday, 2 July 2015 at 10:40:08 UTC, Kai Nacke wrote: Hi all! My latest project is D bindings for the SAP NetWeaver RFC SDK. The first code is available at https://github.com/redstar/sapnwrfc-d. It is currently only a port of the main header file but I plan to add a high-level API, too.

Re: SDLang-D v0.9.2

2015-08-01 Thread Nick Sabalausky via Digitalmars-d-announce
On Saturday, 1 August 2015 at 20:14:52 UTC, Nick Sabalausky wrote: On Saturday, 1 August 2015 at 17:57:30 UTC, John Colvin wrote: Haven't looked at this at all really, just a quick question: Are there straightforward library calls or command line utilities for converting between the shared su

Re: SDLang-D v0.9.2

2015-08-01 Thread Nick Sabalausky via Digitalmars-d-announce
On Saturday, 1 August 2015 at 17:57:30 UTC, John Colvin wrote: Haven't looked at this at all really, just a quick question: Are there straightforward library calls or command line utilities for converting between the shared subset of json and SDL? No, but there definitely should be. I'll po

Re: SDLang-D v0.9.2

2015-08-01 Thread John Colvin via Digitalmars-d-announce
On Friday, 31 July 2015 at 15:52:09 UTC, Nick Sabalausky wrote: SDLang-D: A library to parse/generate SDL (Simple Data Language) files. Offers both DOM and StAX/Pull APIs. SDL is like XML/JSON/YAML, but is low-verbosity, simpler than YAML, and supports comments and basic datatypes. It looks li