You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
9Voted to close, off topic. ISO charges a fee for each one of their publications, not just programming language standards. They don't charge for the standard itself, but ask for a minimal fee for publication costs (possibly, ask ISO for exact answer). Also, why do you interpret "open standard" as free (as in beer)?yannis– yannis2011-12-29 12:14:48 +00:00Commented Dec 29, 2011 at 12:14
-
22He is not interpreting it as such. He is just saying that if the stated goal of an organization is the wide adoption of the standards it produces, then one of the ways to help this wide adoption is making them freely (or at least cheaply) available. It is kind of like a guy at the street corner already getting paid to distribute advertising fliers and wanting to charge each passer-by a couple of bucks per flier.Mike Nakis– Mike Nakis2011-12-29 12:21:47 +00:00Commented Dec 29, 2011 at 12:21
-
6A better question would be: Why does ANSI, a member of ISO, charges more for the same standard?yannis– yannis2011-12-29 12:45:46 +00:00Commented Dec 29, 2011 at 12:45
-
9@Tamas Would you prefer Microsoft, Apple and Google to sponsor the C++ standard? ;-)quant_dev– quant_dev2011-12-29 13:12:05 +00:00Commented Dec 29, 2011 at 13:12
-
5I'm voting to close this question as off-topic because it is asking about the pricing of a third-party product.user22815– user228152015-08-30 23:29:12 +00:00Commented Aug 30, 2015 at 23:29
|
Show 11 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you