Skip to content

add Key Features to Erlang About page #499

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 1 commit into from
Dec 4, 2022

Conversation

maco
Copy link
Contributor

@maco maco commented Feb 22, 2022

Mostly taken from Elixir's Key Features list, since they're naturally going to be similar, what with Elixir being based on Erlang.

Fixes #444

@ErikSchierboom ErikSchierboom requested a review from NobbZ February 22, 2022 07:36
"icon": "safe"
},
{
"title": "Flexible package manager",
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 we can remove this one.

Rebar is not as flexible as mix is, and it not part of the language or its standard toolchain.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤔 need to come up with a different one then. It has to be exactly 6.

Copy link
Member

Choose a reason for hiding this comment

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

@ErikSchierboom @iHiD is this a true limitation?

Copy link
Member

Choose a reason for hiding this comment

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

It is. You could look at more tracks for inspiration if you'd like

Copy link
Member

Choose a reason for hiding this comment

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

Maybe something about being "battle-tested" (but in nicer, not war-related wording) about Erlang's long history of working well? Or something about Erlang being "influential" and inspiring other languages being created based on it? Or about the community?

Copy link
Member

Choose a reason for hiding this comment

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

How about "massively scalable"? That sort of touches on "battle tested" and also widens it sligthly.

This is from Erlang's website and so that scalability seems to be the first/loudest feature of the language:

Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.

@maco
Copy link
Contributor Author

maco commented Feb 23, 2022 via email

@kytrinyx
Copy link
Member

kytrinyx commented Dec 4, 2022

I'd love to get this PR over the finish line. It doesn't have to be perfect, just better than what we have now which is... nothing :)

What is the first thing that comes to mind that you don't hate?

@kytrinyx
Copy link
Member

kytrinyx commented Dec 4, 2022

Thanks, all! I'm merging and we can do a second pass to tweak if necessary.

@kytrinyx kytrinyx merged commit c6e5852 into exercism:main Dec 4, 2022
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.

Add key features
6 participants