Calendar - for "REAL" programmers: Difference between revisions

Content added Content deleted
m (→‎[[CALENDAR#ALGOL 68]]: fix typo manipulatory => mandatory)
(→‎Tcl: Omit, with explanation)
Line 1: Line 1:
{{task}}[[Category:Date and time]]
{{task}}Create another algorithm as per the [[Calendar]] task, except the entire code for the algorithm must be presented entirely in UPPERCASE.
Create another algorithm as per the [[Calendar]] task, except the entire code for the algorithm must be presented entirely in UPPERCASE.


This task also is inspired by [http://www.ee.ryerson.ca/~elf/hack/realmen.html Real Programmers Don't Use PASCAL] by Ed Post, Datamation, volume 29 number 7, July 1983.
This task also is inspired by [http://www.ee.ryerson.ca/~elf/hack/realmen.html Real Programmers Don't Use PASCAL] by Ed Post, Datamation, volume 29 number 7, July 1983.
Line 156: Line 157:
31 30
31 30
</pre>
</pre>

[[Category:Date and time]]
{{omit from|Tcl|Real Tcl programmers use lower case! To be exact, a preamble could be written which would transform a Tcl interpreter into using upper case, but that would have to be part of this task's solution and would itself be in lower case, at least initially.}}