-
Notifications
You must be signed in to change notification settings - Fork 41
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
Clear distinguish between List and Array #244
Comments
Hey @gnudles - We generally open website/documentation issues at https://github.com/grain-lang/grain-lang.org I'll transfer this for you. Additionally, documentation work usually falls pretty low on our priority list compared to building the actual language, tooling and compiler. |
"Documenting your code helps you find bugs in your design." |
Please don't come into the project out of the blue and lecture the authors on how to spend their time. I assure you we discuss allocation amongst the team. |
I didn't mean to offend you Sir, nor to lecture anybody. I'm sorry if it sounded like that. I just wanted to make a point that documenting is not only for the sake of new comers, but it also helps the developer. It is sort of rubber-duck debug. Have a nice day Sir, keep smiling :) we all have good intentions... |
No worries, internet conversation is hard. We're actually going to be rolling out a new documentation generator that should alleviate some of this pressure for the stdlib and then maybe we can find some more time for the guides. |
By reading the docs, it is not clear what is the difference between array and list. And the syntax of creating array is not introduced ([>1,2]). So please make it easy to understand in the docs.
The text was updated successfully, but these errors were encountered: