Ask HN: How do other languages besides Java do framework integration?
We're using the Spring Boot framework, and it uses a lot of @Annotations to do a lot of stuff automatically. This almost reminds me of C macros. What better ways do other languages use to do automatic framework stuff?
2 comments
[ 5.0 ms ] story [ 58.2 ms ] threadWhat are the annotations doing and how do other languages do DI and stuff like that?