Hacker News new | ask | show | jobs
by psankar 2761 days ago
Postgresql gets native JSON support (at least since 9.2 onwards) to store schemaless free flowing text. Dynamodb gets transaction guarantees.

There is globalization and intermingling happening on technology too.

On a similar thought, a few years back, C# and Java got `Any` generic types, while Python/JS got static types (via python3 typings, typescript)

1 comments

C# doesn't have an Any generic type (Foo<?> In java parlance)