Lazy Python: Revision history

From ym2149.org
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 April 2024

24 March 2024

  • curprev 21:0021:00, 24 March 2024Andrzej talk contribs 771 bytes +377 No edit summary
  • curprev 20:1820:18, 24 March 2024Andrzej talk contribs 394 bytes +394 Created page with "For Lurlene to be a useful live coding language, it needs to actually satisfy the live coding requirement. Currently updating a global does not update that global in any object that has previously referred to it. The obvious solution is to refer to a global by indexing into the globals dict every time, but we'd like to be able to write natural code and have Lurlene update the references."