Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dellort
5917 days ago
The point is not that, but that as soon as you make slightly nontrivial declarations it is not readable in one pass.
2 comments
senki
5917 days ago
Well, the K&R book talk about the complicated declarations, and recommend the use of the
typedef
command. Also, it contains a simple program called "dcl", analogous to what you linked.
link
sketerpot
5917 days ago
If that's what you consider "slightly nontrivial", I never want to see what you would consider a
difficult
type declaration.
link
eru
5916 days ago
I'd volunteer some Haskell, but I am afraid that while complex, it doesn't have enough line noise in the type declarations.
link