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

Prepare for v2. Update config.json and ABOUT.md. Refs #569 #570

Merged
merged 2 commits into from
Jun 12, 2018

Conversation

ricemery
Copy link
Member

Prepare for v2. Update config.json and ABOUT.md. Refs #569

Copy link
Member

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

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

Great work. Some small nits.

@@ -1,7 +1,7 @@
{
"language": "Scala",
"active": true,
"blurb": "",
"blurb": "Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.",
Copy link
Member

Choose a reason for hiding this comment

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

I think to huge ecosystems should be two huge ecosystems

@@ -1,3 +1,8 @@
Scala is a object-oriented, functional language that runs on the Java Virtual Machine (JVM). It was created by Martin Odersky.
Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
Copy link
Member

Choose a reason for hiding this comment

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

I think to huge ecosystems should be two huge ecosystems

Copy link
Member Author

Choose a reason for hiding this comment

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

I lifted this text from the Scala web site. I think 'to' is what they had in mind. Not the number 2.

docs/ABOUT.md Outdated
Scala is a portmanteau of “Scalable Language”, which is said to mean (by the official website) that the language scales with you.
* Features
* JVM Interoperability - Scala runs on the JVM, so Java and Scala stacks can be mixed for seamless integration.
* Type Inference - Scala is statically typed. But, Scala provides type inference to ease the burden of an advanced type system.
Copy link
Member

Choose a reason for hiding this comment

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

But, Scala provides might be rephrased to However, Scala provides

Copy link
Member Author

Choose a reason for hiding this comment

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

Agreed. This is much better. I will make this change.
Thanks

Integrate suggestion to change 'But' to 'However'.
@ErikSchierboom
Copy link
Member

Just waiting for the build to become green (I'm on my phone)

@ErikSchierboom ErikSchierboom merged commit 1777d93 into exercism:master Jun 12, 2018
@ErikSchierboom
Copy link
Member

Thanks!

@ricemery
Copy link
Member Author

ricemery commented Jun 12, 2018 via email

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.

2 participants