Re: [fpc-pascal] C translation question

2016-10-30 Thread Lars
On Sun, October 30, 2016 4:40 pm, Graeme Geldenhuys wrote: > On 2016-10-30 21:12, Lars wrote: > >> as github is hot with the new kids on the block these days. > > Yes, for good reason! Though I would correct your statement as "Git is > hot...". You don't have to use GitHub or any other public Git

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread leledumbo
> I mean, if fcl-json wants to be on top. In comparison with others, we're among the second top lines (good cases mostly correct, bad cases a bit behind). To make us proud, for the good cases, there are only 2 parsers that fully accept the test suite: java's nanojson & fcl-json -- View this

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread leledumbo
> In comparison to Go, no it isn't. I guess we have some work to do. I mean, if fcl-json wants to be on top. In comparison with others, we're among the second top lines (good cases mostly correct, bad cases a bit behind). At least fcl-json is way above 3 of Perl's parsers and Haskell which

Re: [fpc-pascal] C translation question

2016-10-30 Thread Graeme Geldenhuys
On 2016-10-30 21:12, Lars wrote: > as github is hot with the new kids on the block these days. Yes, for good reason! Though I would correct your statement as "Git is hot...". You don't have to use GitHub or any other public Git repository hosting environment. Regards, Graeme

Re: [fpc-pascal] C translation question

2016-10-30 Thread Lars
On Tue, October 25, 2016 3:31 pm, José Mejuto wrote: > El 25/10/2016 a las 3:56, Lars escribió: > > >>> If you want to test it I can provide .exe or source code, but do not >>> expect it to translate anything far than some trivial functions. >> Do you have github account... or sourceforge, I

Re: [fpc-pascal] Missing messages

2016-10-30 Thread Jonas Maebe
José Mejuto wrote: > Today I had detected that some emails does not reach me in this mailing > list, in fact the last ones from "leledumbo" about JSON parsing, but > Graeme and Michael ones arrive successfully It's because Yahoo publishes mail server records (DMARC) that state that messages from

Re: [fpc-pascal] Missing messages

2016-10-30 Thread David W Noon
On Sun, 30 Oct 2016 18:11:55 +, Graeme Geldenhuys (mailingli...@geldenhuys.co.uk) wrote about "Re: [fpc-pascal] Missing messages" (in <5183ee9b-c6e2-d77f-e5e4-f0b8b12e4...@geldenhuys.co.uk>): [snip] > First Lazarus, now FPC. Can we not switch fpc-pascal to a NNTP newsgroup +1 -- Regards,

Re: [fpc-pascal] Missing messages

2016-10-30 Thread Graeme Geldenhuys
On 2016-10-30 17:24, Sven Barth wrote: > Same here... First Lazarus, now FPC. Can we not switch fpc-pascal to a NNTP newsgroup - no issues, no spam and more control over your own messages. After all, NNTP was designed from the ground up for group communications. My company server already hosts a

Re: [fpc-pascal] Missing messages

2016-10-30 Thread Sven Barth
On 30.10.2016 16:43, José Mejuto wrote: > Hello, > > Today I had detected that some emails does not reach me in this mailing > list, in fact the last ones from "leledumbo" about JSON parsing, but > Graeme and Michael ones arrive successfully > Same here... Regards, Sven

Re: [fpc-pascal] Missing messages

2016-10-30 Thread Wolfe, Robert
Ok, hopefully this will make it your way. From: fpc-pascal-boun...@lists.freepascal.org on behalf of José Mejuto Sent: Sunday, October 30, 2016 10:43 AM To: FPC-Pascal users discussions

[fpc-pascal] Missing messages

2016-10-30 Thread José Mejuto
Hello, Today I had detected that some emails does not reach me in this mailing list, in fact the last ones from "leledumbo" about JSON parsing, but Graeme and Michael ones arrive successfully -- ___ fpc-pascal maillist -

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread Michael Van Canneyt
On Sun, 30 Oct 2016, Graeme Geldenhuys wrote: On 2016-10-30 13:48, leledumbo wrote: I just did with the following program: Awesome, thanks. Result is not very convincing: In comparison to Go, no it isn't. I guess we have some work to do. Well, things may not be so bad... Michael.

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread Michael Van Canneyt
On Sun, 30 Oct 2016, leledumbo wrote: Has anybody tried the FPC JSON parser with these tests? I just did with the following program: {$mode objfpc} uses Classes,SysUtils,fpjson,jsonparser; var Input: TStringList; JSON: TJSONData; begin try try Input := TStringList.Create;

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread Graeme Geldenhuys
On 2016-10-30 13:48, leledumbo wrote: > > I just did with the following program: Awesome, thanks. > Result is not very convincing: In comparison to Go, no it isn't. I guess we have some work to do. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread leledumbo
Whoops, it looks like a CSS is missing: style.css Plus, I compare it with Go 1.7's encoding/json package. -- View this message in context:

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread leledumbo
> Has anybody tried the FPC JSON parser with these tests? I just did with the following program: {$mode objfpc} uses Classes,SysUtils,fpjson,jsonparser; var Input: TStringList; JSON: TJSONData; begin try try Input := TStringList.Create; Input.LoadFromFile(ParamStr(1));

Re: [fpc-pascal] JSON Test Suite

2016-10-30 Thread Michael Van Canneyt
On Sun, 30 Oct 2016, Graeme Geldenhuys wrote: Hi, I just stubled acros this JSON test suite. There graph shows plenty of different JSON parsers and how they compare with this test suite. The Free Pascal JSON parser was not in that list. Has anybody tried the FPC JSON parser with these

[fpc-pascal] JSON Test Suite

2016-10-30 Thread Graeme Geldenhuys
Hi, I just stubled acros this JSON test suite. There graph shows plenty of different JSON parsers and how they compare with this test suite. The Free Pascal JSON parser was not in that list. Has anybody tried the FPC JSON parser with these tests? https://github.com/nst/JSONTestSuite This