boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - LISP is better than XML, but worse is better?
相关主题
有人用 boost::property_tree 吗?
JSON实际上有很多缺点
项目中又有人要用restful,结果我不restful了。。。
How to Parsing function in haskell?
Why Avoid array indexing. Use pointers.
谁知道如何调试yacc程序?
what is the most efficient way to trim a string in C++?
[help] how do I improve my coding quality?
我们老大也在抱怨python,不过还是继续用
Yaml css
相关话题的讨论汇总
话题: xml话题: lisp话题: better话题: than话题: worse
进入Programming版参与讨论
1 (共1页)
c*******9
发帖数: 9032
1
http://blogs.oreilly.com/digitalmedia/2004/12/lisp-is-better-th
发明xml这些东西是为了给蠢人用的吗?
z*******3
发帖数: 13709
2
xml这种置标语言离自然语言就一步之遥
如果以后人类要用自然语言编程的话
用置标语言编程是必经之路
然后再parse自然语言,再对接起来
c*******9
发帖数: 9032
3
xml太啰嗦,大了就没法读了。

【在 z*******3 的大作中提到】
: xml这种置标语言离自然语言就一步之遥
: 如果以后人类要用自然语言编程的话
: 用置标语言编程是必经之路
: 然后再parse自然语言,再对接起来

g*****g
发帖数: 34805
4
Saying Lisp is better than XML is like saying J is better than Java because
it's more terse. There's a reason J never went anywhere, like Lisp,
Readability. Exactly where XML excels.
Most server side applications have the bottleneck on the DB. And you don't
see XML running there. It's always some binary protocol supporting SQL on
higher level. XML is verbose and slower to parse for application servers,
but the bottleneck is not there. It's the number of the requests, not the
size of the requests that makes the difference. Plus for many web
application servers, compression can be put on dynamically, make the
conciseness matter even less.
That being said, there's indeed a more concise alternative for XML, and it's
called JSON. But the mentioning of LISP is laughable to begin with.
Programming tools are an open market. Some people are stupid forever. All
people can be stupid for some time. But if one thinks all other people are
stupid for decades because they don't speak the language he loves, he's an
idiot.

【在 c*******9 的大作中提到】
: http://blogs.oreilly.com/digitalmedia/2004/12/lisp-is-better-th
: 发明xml这些东西是为了给蠢人用的吗?

1 (共1页)
进入Programming版参与讨论
相关主题
Yaml css
lisper
有适合存取lisp表达式的database吗?
为什么说Javascript 是披着C 外衣的Lisp?
关于新语言的想法
用了一个礼拜写了一个c++ Json类,方便了数据类的存贮
functional programming lang里面 如果我说以後会大面积火的,还是lisp (clojure)
推荐个html parser的库?
王垠水平见长
Can you offer some performance/scalability programming tips (for interview)
相关话题的讨论汇总
话题: xml话题: lisp话题: better话题: than话题: worse