Y
Hacker News
new
|
ask
|
show
|
jobs
by
ruricolist
1797 days ago
I like the way CL does things but it makes dealing with JSON occasionally annoying.
1 comments
fmakunbound
1797 days ago
Do you mean, for example, a null node versus a missing node?
link
ruricolist
1796 days ago
I mean distinguishing between `null`, `false`, and `[]` on the JSON side. Most JSON libraries for CL by default parse them all as `nil`. (ST-JSON excepted.)
link
codr7
1796 days ago
I guess that means you can't generate false and [] either?
So this would be a good example the culture clashes I mentioned, handled badly.
link