Talk:Jørn Jensen

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on Jørn Jensen. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 17:46, 3 December 2017 (UTC)[reply]

Call by name does use procedure parameters.[edit]

The text has "ingenious exploitation of the name parameters to compute numerical series without using procedure parameters – as is necessary in all programming languages, except ALGOL 60, and Simula-67." But in all fairness name parameters do use procedure parameters: they are supplied by the compiler, by the implementation; they are just not directly visible to the programmer. Actually a name parameter is implemented by two procedures, one that yields the value and one that does an assignment. And if the name parameter is passed on in another call, both procedures have to be passed on.

I don't know if it is important enough to modify the text, but it would help explaining the concept.

Dick Grune (talk) 19:35, 5 May 2020 (UTC)[reply]