Python Scala Idioms

Rewrites Python-shaped Scala toward host idioms: val over var, expression-bodied match, camelCase, Option/Either instead of null or sentinels, smart constructors, and companion apply. Trigger on Pythonisms, snake_case in Scala, or a token-for-token port that still mutates. Not for List/Map operator tables, not for HOF or type-class cookbooks, and never a dataclass-to-case-class OOP construct map.

Kayforkind 6c6d1f8 25.9 KB Updated

File contents

Kayforkind/skill-slice commit 6c6d1f8a85

Frequently asked questions

npx skillmds@latest add kayforkind/python-scala-idioms