Pseudocode in the wikipedia
- From: bearophileHUGS@xxxxxxxxx
- Date: 1 Apr 2005 05:34:11 -0800
The free wikipedia is adopting a standard pseudocode:
http://en.wikipedia.org/wiki/Wikipedia_talk:Wikicode/Specification
MShonle says something nice:
I support the idea of wikicode. Basically I think we should present
code in a Python-like language that doesn't carry so much baggage. For
example, we can use English sentences (or sentence fragments) instead
of requiring the reader to understand some obscure Python library.
(Further, Python has the baggage that there are no block-terminators:
i.e., no "}" or "end"s or "fi"s or "repeat"s. By adding such
terminators, we can make it a lot less ambiguous to all readers.) In
otherwords, we're basically right on track: removing the quirks of
Python, and making it higher-level.
Bearophile
.
- Follow-Ups:
- Re: Pseudocode in the wikipedia
- From: Terry Reedy
- Re: Pseudocode in the wikipedia
- From: Peter Hansen
- Re: Pseudocode in the wikipedia
- Prev by Date: Re: Case-insensitive dict, non-destructive, fast, anyone?
- Next by Date: Re: Ternary Operator in Python
- Previous by thread: Re: ANN: BigDecimal - decimal arithmetic on very large intergers
- Next by thread: Re: Pseudocode in the wikipedia
- Index(es):
Relevant Pages
|