Closed
Description
Hello! I'm an experienced Python dev who's new to Scala. I was reading the Scala 3 book and noticed a few inaccuracies/omissions on the Scala for Python devs page.
For example:
- Python has type hints that are checked by the mypy type checker.
- Scala case classes == Python dataclasses.
- Python supports metaprogramming in the forms of codegen+
eval
, monkey-patching, and ast transformations.
Would anyone mind if I submitted a PR to address some of these?
Metadata
Metadata
Assignees
Labels
No labels