Use of dynamic language features in "real" systems
Hi everyone,
In the last lecture, we talked about dynamic languages allowing things like runtime additon and removal of methods and properties, meta-object protocols and dynamic proxies. We had a short discussion about the potential usefulness of such features, and Kristian mentioned that this was being used by Netflix, for instance. Here are some interesting links:
API Adapter:
Background: https://medium.com/
Technical description: https://medium.com/
Filtering:
https://medium.com/netflix-
Thank you for the input, Kristian!
See you all later,
Eyvind.