-
Notifications
You must be signed in to change notification settings - Fork 1k
zh-cn for Scala Tour: for-comprehensions.md #1184
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
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7d194e2
zh-cn for Scala Tour:for-comprehensions.md
realwunan 0c6b5cc
use Chinese punctuation
realwunan fd34c73
fix a typo
realwunan bc7e867
Fix Simplify Chinesse translation of Scala Tour: for comprehensions, …
realwunan e65bc24
Re-make the Simplify Chinese Translation Scala Tour: For Comprehensions
realwunan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里又出现comprehension的翻译。
for-comprehension
翻译为for表达式
没有问题,但是sequence comprehension
翻译为序列表达式
,感觉少点东西。序列筛程
如何?从词源来说,comprehension来自集合的comprehension表示,即用一个property来描述集合的元素,形象上其类似"筛"。在编程中,其不仅可以筛
,而且可以转换,所以我想到筛程
。 WDYT @sadhen @hepin1989 @realwunanThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的,翻译的时候可以拿着本书参考下,如果多个人每个人都来一下,很难统一。推荐《Scala实用指南》
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liufengyun 列表推导式大都是借鉴的pythin的。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
谢谢 @liufengyun @hepin1989 这篇我好好改一下