newLISP Development release 10.4.6
newLISP Development release 10.4.6
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
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
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
Very nice. Any plans for doing the same for yaml?
Re: newLISP Development release 10.4.6
Here are the Google counts for the three:
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
Code: Select all
~> gc XML JSON YAML
XML -> 928,000,000
JSON -> 67,000,000
YAML -> 4,030,000
~>
Ps: http://www.newlisp.org/syntax.cgi?code/gc.txt
Re: newLISP Development release 10.4.6
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.
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

Thanks for your great work Lutz!!!
-- xytroxon
"Many computers can print only capital letters, so we shall not use lowercase letters."
-- Let's Talk Lisp (c) 1976
-- Let's Talk Lisp (c) 1976
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
Re: newLISP Development release 10.4.6
Nice poster, xytroxon!
Re: newLISP Development release 10.4.6
"Many computers can print only capital letters, so we shall not use lowercase letters."
-- Let's Talk Lisp (c) 1976
-- Let's Talk Lisp (c) 1976
Re: newLISP Development release 10.4.6
That is the coolest thing I have seen in my life!
Wait! . . . Those are the TWO coolest things 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
Thanks so much Lutz for Your great work!
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de
http://dragonfly.apptruck.de
Re: newLISP Development release 10.4.6
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.
http://pyyaml.org/wiki/LibYAML
Anyone could test it in newlisp.