From c33fdf4cbb9c006994aece008831c31c82b82bdd Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 10 Jun 2025 14:10:05 -0400 Subject: [PATCH] tweak --- acl.cool/site/OVERVIEW_GP1.html | 2 +- acl.cool/site/writings/culture-order.dj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acl.cool/site/OVERVIEW_GP1.html b/acl.cool/site/OVERVIEW_GP1.html index 2b4e7c8..5270701 100644 --- a/acl.cool/site/OVERVIEW_GP1.html +++ b/acl.cool/site/OVERVIEW_GP1.html @@ -149,7 +149,7 @@ value can be used as a literal in this fasion.

string is a unicode string. String literals are double-quoted, e.g. "Hello, World.".

Arrays

-

GP supports typical array operations.

+

GP1 supports typical array operations.

var tuples : (int, int)[]; // declare array of tuples
 var strings : string[];    // declare array of strings
 
diff --git a/acl.cool/site/writings/culture-order.dj b/acl.cool/site/writings/culture-order.dj
index 26632b6..711f08c 100644
--- a/acl.cool/site/writings/culture-order.dj
+++ b/acl.cool/site/writings/culture-order.dj
@@ -10,7 +10,7 @@ I've generated a dependency graph for the Culture series reading order. The idea
 - _Excession_ before _The Hydrogen Sonata_--- _Hydrogen Sonata_ is dual to _Excession_ in many ways that can't be explained here without abject spoilage. This one is not a hard rule, but HS is better if you know _Excession_.
 - _Excession_ before _Matter_--- GSV Sleeper Service is mentioned in _Matter_ as "The granddaddy, the exemplary hero figure, the very God...", referencing events in _Excession_.
 - _Use of Weapons_ before _Surface Detail_--- you must know who Zakalwe is, the main character of UoW, to fully appreciate the ending of _Surface Detail_.
-- _Look to Windward_ before _Surface Detail_--- These book deal with some common themes and subjects. Some will disagree with me here, but LtW is more impactful _without_ certain knowledge revealed in _Surface Detail_.
+- _Look to Windward_ before _Surface Detail_--- These books deal with common themes and subjects. Some will disagree with me here, but LtW is more impactful _without_ certain knowledge revealed in _Surface Detail_.
 
 Assuming one agrees with the graph, the set of ideal reading orders (that is, the set such that for all orders it contains, no order exists which is strictly better) is the set of [topological sorts](https://en.wikipedia.org/wiki/Topological_sortinghttps://en.wikipedia.org/wiki/Topological_sorting) of the graph.