-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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} |
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.
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].} |
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.
将语言选择为 @racketmodname[typed/racket]。
这里指的应该是 DrRacket 里左下角的选择语言。
注意句号。
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.
不一定是手动「选」语言啊 #lang typed/racket也可以……
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.
虽然这样也没错啦= =
将语言修改为 @racketmodname[typed/racket]。
|
||
@|typed-mod| | ||
|
||
@section{Using Typed Racket from the Racket REPL} | ||
@section{在Racket REPL中使用typed racket} |
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.
在 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时 |
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.
多了一个「在」,注意大小写和空格。
|
||
@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].} |
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.
虽然这样也没错啦= =
将语言修改为 @racketmodname[typed/racket]。
No description provided.