Y
Hacker News
new
|
ask
|
show
|
jobs
by
ljm
2869 days ago
And then somebody says "how about we abstract this into some kind of markup language?" and we've come full circle.
1 comments
amelius
2869 days ago
A common markup language would be great! As long as we use it in a way that keeps us far away from compatibility problems.
link
wvenable
2868 days ago
But you have to make it extendable because you can't predict every possible use-case. So some kind of Extensible Markup Language, perhaps.
link
ljm
2866 days ago
Maybe we make a sort of 'hyper' extension that comes with all kinds of baked in behaviours, so that we don't have to implement that behaviour ourselves when we deserialise it.
link
wvenable
2866 days ago
That's a good idea. Maybe we need a series of standards but all based on some kind of Standard Generalized markup.
link
jononor
2868 days ago
You only get away from compatibility problems if either:
1. No-one uses it
2. There is only 1 implementation, and it is never updated
link