[untitled]
1 pointsby Taig0 comments
- high electricity generation costs
- "I don't want to live next to a nuclear plant"
- If Japan can't handle it securely, why do we think we can?
- Unsolved long-term waste storage location
- Cost for long-term storage must additionally covered by the society
- We are producing radioactive waste that must be securely stored for thousands of years to feed the energy needs of a couple generations, even though there are more sustainable and cheaper alternatives def process[L[_]](input: L[Int]): Unit = ???
Where `L[_]` could be any type that has a type parameter, e.g. `List[_]`, `Option[_]`, `Future[_]` or `Either[String, *]`. This opens the door to a new level of abstraction where other languages must resort to code generation or similar ad hoc-like solutions.