Skip to content
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

翻译了ts-guide的quick start #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

翻译了ts-guide的quick start #1

wants to merge 2 commits into from

Conversation

Syntacticlosure
Copy link

No description provided.

@@ -3,25 +3,22 @@
@(require "../utils.rkt" (for-label (only-meta-in 0 typed/racket)))
@(provide typed-mod)

@title[#:tag "quick"]{Quick Start}
@title[#:tag "quick"]{快速开始typed-racket}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typed-racket 可以去掉


@itemize[#:style
'ordered
@item{Change the language to @racketmodname[typed/racket].}
@item{Change the uses of @racket[(require mod)] to
@item{将language修改为 @racketmodname[typed/racket].}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

将语言选择为 @racketmodname[typed/racket]。

这里指的应该是 DrRacket 里左下角的选择语言。
注意句号。

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不一定是手动「选」语言啊 #lang typed/racket也可以……

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

虽然这样也没错啦= =

将语言修改为 @racketmodname[typed/racket]。


@|typed-mod|

@section{Using Typed Racket from the Racket REPL}
@section{在Racket REPL中使用typed racket}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在 Racket REPL 中使用 Typed Racket

注意大小写,中英文之间应当用空格隔开,标点和英文之间不需要空格。


It is possible to use Typed Racket from the Racket REPL. To do so, start Racket
with the following command line:
我们可以在在Racket REPL中使用Typed Racket,只要在开启racket时
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多了一个「在」,注意大小写和空格。


@itemize[#:style
'ordered
@item{Change the language to @racketmodname[typed/racket].}
@item{Change the uses of @racket[(require mod)] to
@item{将language修改为 @racketmodname[typed/racket].}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

虽然这样也没错啦= =

将语言修改为 @racketmodname[typed/racket]。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants