Page 1 of 1

newLISP Development release 10.4.6

Posted: Tue Feb 05, 2013 3:06 pm
by Lutz
Development release 10.4.6 adds built-in JSON processing and other minor enhancements and bug fixes.

Release notes: http://www.newlisp.org/downloads/develo ... lease.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/develo ... de-4.5.tgz

Re: newLISP Development release 10.4.6

Posted: Tue Feb 05, 2013 3:55 pm
by rickyboy
Excellent! Thanks!

Re: newLISP Development release 10.4.6

Posted: Tue Feb 05, 2013 5:35 pm
by Lutz
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.

Re: newLISP Development release 10.4.6

Posted: Tue Feb 05, 2013 11:51 pm
by bairui
Very nice. Any plans for doing the same for yaml?

Re: newLISP Development release 10.4.6

Posted: Wed Feb 06, 2013 5:36 am
by Lutz
Here are the Google counts for the three:

Code: Select all

~> 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

Re: newLISP Development release 10.4.6

Posted: Wed Feb 06, 2013 6:20 am
by bairui
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.

Re: newLISP Development release 10.4.6

Posted: Thu Feb 07, 2013 7:36 pm
by xytroxon
Image

Thanks for your great work Lutz!!!

-- xytroxon

Re: newLISP Development release 10.4.6

Posted: Fri Feb 08, 2013 8:00 am
by cormullion
Nice poster, xytroxon!

Re: newLISP Development release 10.4.6

Posted: Fri Feb 08, 2013 8:17 am
by xytroxon
Well... I had a little help...

http://thrilling-tales.webomator.com/de ... mizer.html

-- xytroxon

Re: newLISP Development release 10.4.6

Posted: Sat Feb 09, 2013 4:11 am
by Ryon
That is the coolest thing I have seen in my life!

Wait! . . . Those are the TWO coolest things I have seen in my life!

Re: newLISP Development release 10.4.6

Posted: Sat Feb 09, 2013 1:12 pm
by hilti
Thanks so much Lutz for Your great work!

Re: newLISP Development release 10.4.6

Posted: Sun Jul 26, 2015 8:12 pm
by ssqq
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.