-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update project status in README #6117
Conversation
I'd suggest adding |
README.md
Outdated
------ | ||
|
||
* The project is in alpha stage: we are still tweaking the language and standard library. | ||
* The compiler is written in Crystal. | ||
Crystal is still under heavy development. There can be breaking changes but we're trying to keep those as minimum as possible. |
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.
Can you add a -
before this and add this under it: "The compiler uses LLVM 4.0 to compile to native code."? Because I think it could be interesting to know which LLVM version Crystal is currently using.
And also maybe "Windows is currently not supported. It's a work in progress."
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.
"The compiler uses LLVM 4.0 to compile to native code."? Because I think it could be interesting to know which LLVM version Crystal is currently using.
I'd skip it, since it's a moving target, mine is built with LLVM 5.0.1 for instance.
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.
"those as minimum as possible" should be "them as minimal as possible"
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.
/cc @RX14
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.
✨
The
Status
section in the README hasn't been updated since ages. Crystal has come a long way and we should not call italpha
anymore.