Skip to content

I translated Scala Introduction for Python developers to japanese #3136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 1, 2025
Prev Previous commit
Next Next commit
Update _ja/overviews/scala3-book/scala-for-python-devs.md
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
  • Loading branch information
Toxapex4096 and eed3si9n authored Dec 26, 2024
commit c2fd412c034bf598c5df47e6e040f6b045c97b42
2 changes: 1 addition & 1 deletion _ja/overviews/scala3-book/scala-for-python-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ It’s intended for programmers who know Python and want to learn about Scala, s

### プログラミングレベルでの類似点

このセクションでは、PythonとScalaでコードを書く際に日常的に見られる類似点を紹介します
このセクションでは、実際に Python と Scala でコードを書く際に見られる類似点を紹介します

- Scalaの型推論により、動的型付け言語のような感覚でコーディングできます。
- どちらの言語も式の末尾にセミコロンを使用しません。
Expand Down