newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on February 05, 2013, 07:06:25 AM

Title: newLISP Development release 10.4.6
Post by: Lutz on February 05, 2013, 07:06:25 AM
Development release 10.4.6 adds built-in JSON processing and other minor enhancements and bug fixes.



Release notes: http://www.newlisp.org/downloads/development/newLISP-10.4.6-Release.html



Files: http://www.newlisp.org/downloads/development



A new update of the newLISP web based IDE v.4.5 has fixes for UTF-8 handling:



http://www.newlisp.org/downloads/development/newlisp-ide-4.5.tgz
Title: Re: newLISP Development release 10.4.6
Post by: rickyboy on February 05, 2013, 07:55:41 AM
Excellent!  Thanks!
Title: Re: newLISP Development release 10.4.6
Post by: Lutz on February 05, 2013, 09:35:20 AM
Welcome! The json-parse function is very fast - crunches about 50Mbyte of data per second on a MacMini 2.3Ghz Intel Core  i5 - Suitable for big data.
Title: Re: newLISP Development release 10.4.6
Post by: bairui on February 05, 2013, 03:51:50 PM
Very nice. Any plans for doing the same for yaml?
Title: Re: newLISP Development release 10.4.6
Post by: Lutz on February 05, 2013, 09:36:07 PM
Here are the Google counts for the three:



~> gc XML JSON YAML
XML -> 928,000,000
JSON -> 67,000,000
YAML -> 4,030,000
~>


I imagine JSON getting closer in popularity to XML over the next years, but don't think this will happen to YAML. At least at the moment there are no plans for a yaml-parse.



Ps: http://www.newlisp.org/syntax.cgi?code/gc.txt
Title: Re: newLISP Development release 10.4.6
Post by: bairui on February 05, 2013, 10:20:34 PM
Hmm... Fair enough.



I see them as serving different purposes though. JSON is fine for machine-machine interfacing, but not well suited to human editing. YAML is much friendlier in that department.
Title: Re: newLISP Development release 10.4.6
Post by: xytroxon on February 07, 2013, 11:36:40 AM
(//%3C/s%3E%3CURL%20url=%22http://i45.tinypic.com/1zoce47.jpg%22%3Ehttp://i45.tinypic.com/1zoce47.jpg%3C/URL%3E%3Ce%3E)



Thanks for your great work Lutz!!!



-- xytroxon
Title: Re: newLISP Development release 10.4.6
Post by: cormullion on February 08, 2013, 12:00:07 AM
Nice poster, xytroxon!
Title: Re: newLISP Development release 10.4.6
Post by: xytroxon on February 08, 2013, 12:17:42 AM
Well... I had a little help...



//http://thrilling-tales.webomator.com/derange-o-lab/pulp-o-mizer/pulp-o-mizer.html



-- xytroxon
Title: Re: newLISP Development release 10.4.6
Post by: Ryon on February 08, 2013, 08:11:43 PM
That is the coolest thing I have seen in my life!



Wait! . . . Those are the TWO coolest things I have seen in my life!
Title: Re: newLISP Development release 10.4.6
Post by: hilti on February 09, 2013, 05:12:09 AM
Thanks so much Lutz for Your great work!
Title: Re: newLISP Development release 10.4.6
Post by: ssqq on July 26, 2015, 01:12:55 PM
YAML is suit for view, C and C++ YAML LIB have been upgrade to 1.1.



//http://pyyaml.org/wiki/LibYAML



Anyone could test it in newlisp.