Skip to content

Refer to Ruby/Python/JS as "dynamically evaluated" #24383

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 2 commits into from
Apr 19, 2015
Merged

Conversation

avdi
Copy link

@avdi avdi commented Apr 13, 2015

"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".

"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".
@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see CONTRIBUTING.md for more information.

@alexcrichton
Copy link
Member

r? @steveklabnik

@steveklabnik
Copy link
Member

Thanks @avdi! yeah, the original isn't exactly the right wording, but I don't know if this is the way to go, either. Because then you get into the whole 'AOT vs JIT vs interpreted' is a property of the implementation, not of the language itself...

How about this: remove the adjective alltogether. "If you're coming from a language like"... ?

@avdi
Copy link
Author

avdi commented Apr 13, 2015

That would work. Or "a dynamic language like...", leaving it ambiguous what you mean by "dynamic".

@steveklabnik
Copy link
Member

I'd be happy with either of those. :)

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented Apr 18, 2015

📌 Commit 8107579 has been approved by steveklabnik

@steveklabnik
Copy link
Member

Oh, didn't see this got updated! Thanks again @avdi :D

@bors
Copy link
Collaborator

bors commented Apr 18, 2015

⌛ Testing commit 8107579 with merge 00978a9...

bors added a commit that referenced this pull request Apr 18, 2015
"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".
@bors bors merged commit 8107579 into rust-lang:master Apr 19, 2015
@tomjakubowski
Copy link
Contributor

There are also statically typed interpreted languages out there, so I like that the docs now make this subtle distinction

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.

6 participants