Port the following code from [[SOURCE_LANGUAGE]] to [[TARGET_LANGUAGE]]:
Coding💾 0 savesby PromptChief
Port the following code from [[SOURCE_LANGUAGE]] to [[TARGET_LANGUAGE]]:
```
[[SELECTED_TEXT]]
```
Consider:
1. Use idiomatic patterns of the target language (not a 1:1 translation)
2. Replace language-specific libraries with equivalents
3. Adapt error handling to target language conventions
4. Explain all non-trivial differences between language versions
5. List required dependencies / imports