Skip to content

Commit e29f01c

Browse files
committed
cleanup
1 parent cfb6636 commit e29f01c

File tree

57 files changed

+350
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+350
-111
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"Bash(sed:*)",
1212
"Bash(fi)",
1313
"Bash(__NEW_LINE__ sed -i '' 's/title: \"\"Getting Started with Io\"\"/title: \"\"Getting Started\"\"/' 02-getting-started.md)",
14-
"Bash(if [[ \"$file\" != \"_index.md\")"
14+
"Bash(if [[ \"$file\" != \"_index.md\")",
15+
"Bash(unzip:*)",
16+
"Bash(do sed -i '' '/^\\*Next:/d' \"$file\")"
1517
],
1618
"deny": [],
1719
"ask": []

01-introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Chapter 1: Introduction - The Philosophy of Io
22

3-
> "The limits of my language mean the limits of my world." - Ludwig Wittgenstein
3+
> "The limits of my language mean the limits of my world."
4+
> - Ludwig Wittgenstein
45
56
Every programming language embodies a philosophy—a set of beliefs about how programs should be structured, how complexity should be managed, and what concepts are fundamental versus incidental. Java believes in protective encapsulation and type safety. Lisp believes in code as data. Haskell believes in mathematical purity.
67

website/content/docs/00-preface.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ Let's begin.
112112

113113
---
114114

115-
*Next: [Chapter 1 - Introduction: The Philosophy of Io](01-introduction.md)*

website/content/docs/01-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ weight: 20
77

88
# Chapter 1: Introduction - The Philosophy of Io
99

10-
> "The limits of my language mean the limits of my world." - Ludwig Wittgenstein
10+
> "The limits of my language mean the limits of my world."
11+
> — Ludwig Wittgenstein
1112
1213
Every programming language embodies a philosophy—a set of beliefs about how programs should be structured, how complexity should be managed, and what concepts are fundamental versus incidental. Java believes in protective encapsulation and type safety. Lisp believes in code as data. Haskell believes in mathematical purity.
1314

@@ -243,4 +244,3 @@ Ready to challenge everything you know about objects? Let's begin.
243244

244245
---
245246

246-
*Next: [Chapter 2 - Getting Started with Io](02-getting-started.md)*

website/content/docs/02-getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,4 +548,3 @@ In the next chapter, we'll dive deep into Io's object model and understand what
548548

549549
---
550550

551-
*Next: [Chapter 3 - Everything is an Object](03-everything-is-an-object.md)*

website/content/docs/03-everything-is-an-object.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,3 @@ Next, we'll explore how objects relate to each other through Io's prototype-base
522522

523523
---
524524

525-
*Next: [Chapter 4 - Prototypes, Not Classes](04-prototypes-not-classes.md)*

website/content/docs/04-prototypes-not-classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,4 +544,3 @@ In the next chapter, we'll dive deeper into how objects communicate through Io's
544544

545545
---
546546

547-
*Next: [Chapter 5 - Messages and Slots](05-messages-and-slots.md)*

website/content/docs/05-messages-and-slots.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,3 @@ Understanding messages and slots deeply is essential to mastering Io. They're no
617617

618618
---
619619

620-
*Next: [Chapter 6 - Cloning and Inheritance](06-cloning-and-inheritance.md)*

website/content/docs/06-cloning-and-inheritance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,4 +668,3 @@ Understanding cloning and inheritance deeply is essential for effective Io progr
668668

669669
---
670670

671-
*Next: [Chapter 7 - Control Flow](07-control-flow.md)*

website/content/docs/07-control-flow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,4 +676,3 @@ The cost is performance and perhaps initial unfamiliarity. But the benefit is a
676676

677677
---
678678

679-
*Next: [Chapter 8 - Collections](08-collections.md)*

0 commit comments

Comments
 (0)