-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add COBOL (z/OS platform) #11
base: master
Are you sure you want to change the base?
Conversation
7c09cf2
to
248d2e1
Compare
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.
Woah that's a lot of keywords.
┌──────────────────────────────────────────────────────────────────────────────────────────────────┐ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... │ | ||
│ ...... ...... ...... │ | ||
│ ...... ...... ...... ...... │ | ||
│ ...... ...... ...... ...... ...... ...... ...... │ | ||
│ 22 ..25.. ..26.. ..32.. ..35.. ..36.. ..49.. ..51.. ..52.. ..54.. ..89.. .100.. .109.. .417.. │ | ||
│Lua Go Erlang C Python Ruby JS Java Rust Dart Swift C# C++ COBOL │ | ||
└──────────────────────────────────────────────────────────────────────────────────────────────────┘ |
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.
It's a shame adding this flattens half of the graph so we can't really see the difference anymore. It shifts the graph from being a comparison of languages to being a comparison of everything against COBOL which wasn't the original intent.
Even increasing the height of the graph much doesn't help much 😞 .
┌──────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... │
│ ...... ...... │
│ ...... ...... ...... │
│ ...... ...... ...... ...... │
│ ...... ...... ...... ...... │
│ ...... ...... ...... ...... │
│ ...... ...... ...... ...... │
│ ...... ...... ...... ...... │
│ ...... ...... ...... ...... ...... ...... │
│ ...... ...... ...... ...... ...... ...... ...... ...... │
│ ...... ...... ...... ...... ...... ...... ...... ...... │
│ ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... │
│...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... │
│...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... ...... │
│..22.. ..25.. ..26.. ..32.. ..35.. ..36.. ..49.. ..51.. ..52.. ..54.. ..89.. .100.. .109.. .417.. │
│Lua Go Erlang C Python Ruby JS Java Rust Dart Swift C# C++ COBOL │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘
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.
I know, maybe it doesn't need to be in graph.
Just wanted to show definite winner in count of keywords.
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.
Yeah, maybe I can keep it in the graph, and just manually put it in so that it is capped a height not as high but with the number still saying 417
. I think it's worth including.
#10