"Oh, definitely. You wouldn't believe that extraneous code, always clogging up the air. Thankfully, all that useless code can be recycled, although it is pricier. And as for climate change… well, our whole geography changes as the popularity of coding languages changes in your world." Robert shrugged.
Then like... the coding language must change A LOT because there are new languages that are being developed all the time! Or maybe time runs so slowly over there that it is imperceptible? So like, Sunny is currently worried that maybe she won't go back or something, but maybe when she gets back she'll only be like... missing for about a minute. Or something like that.
Also, I am starting to think that the first guy who came here might have somehow unified the code somehow or made the logic flow so that everyone decided to live in peace. Or something like that?? This is my theory.
And perhaps the reason why heroes come from Sunny's world is because they are the creators of the code. So like... maybe Sunny is more like a god-hero in this world??? This thought amuses me.
"Well, changes usually happen over months, not seconds," Robert said matter-of-factly. "So they don't generally catch people off-guard."
Sunny breathed a small sigh of relief at that.
HOW CONVENIENT.
And yet... there's a tiny part of me that is hoping that the river suddenly changes course or SOMETHING happens to knock the characters through a loop... beyond the loop factory, lol. Like, the little lessons are interesting enough, but like... I sort of want people to experience real conflict beyond sarcastic jibes from Robert. Like, even in the Phantom Tollbooth (which this book very much reminds me of) they go through the doldrums, they meet a variety of interesting monsters which they have to face in some way, occasionally Milo makes a mistake and makes a mess of things (never any BIG mistake... just little mistakes!). And there's little conflicts that happen.
But so far, not a lot has happened. They are going on a quest, Sunny is worried that she might not go home, there is a hint of strangeness with the words disappearing in the error description several chapters back. But nothing really gripping has happened. There hasn't been a conflict that Sunny has struggled to solve or needed someone else to help her solve. She hasn't really made any mistake that accidentally offends anyone enough that they call her out. (I mean, she and Robert have a polite working relationship that isn't particularly close, but. He is still willing to help her out whenever she needs help, so that's not really a problem.) She just seems... a little perfect right now. Too perfect, perhaps. And I realize that she has her guide book that is helping her and everything, but I... um... kind of want to see her fall at this point.
The robot pondered that for a moment. "There's nothing else world-changing that I can think of. But if you do run into something unexpected, I'm sure you'll be able to adapt, being the self-proclaimed hero you are."
...heroes are made through suffering.

"Halt!" A person wearing a neon orange suit of armor held up a hand. "State your names and purpose." Their helmet muffled their voice.
Sunny's eyes widened. "Is that a real suit of armor? Do you have a weapon, too? Can I try it on?"
The person shifted from foot to foot with a clanking sound. After a brief pause, they responded, "Uhh, I mean, we manufactured the armor here? And no, protocol says not to let strangers try on your armor."
Sunny pouted. "Fine. Well, my name's Sunny, and this is Robert. We're here on a quest!"
The armored person seemed at a loss as to what to say.
See, this is what I mean. Like, Sunny says a lot of really... strange things. Like, if I said that to someone who was a security guard for a bank, they would definitely regard me as really strange. And this guard seems to be taken for a loop (PUN TOTALLY INTENDED).
Still, it always works out in the end and there's not a whole lot of consequences for Sunny. (Which means my current hypothesis that Sunny is considered a god or whatever because she is from our world and she can manipulate code is TOTALLY legit, btw, haha.)
Anyway, I sort of want to see someone perhaps not react to her in a friendly way when she's obviously trying to be friendly.
Robert sighed and stepped in. "We're just looking for passage through to the Array Train. And Sunny could probably use a lesson or two on loops, seeing as they're a fundamental part of programming."
"Ah! Now loops are something I can handle. Please, follow me."
Or! Maybe (are you ready for a new conspiracy theory???) it's because of Robert being an ambassador that they treat her the way they do. HMMM.
The person muttered, "Now, what was the code for the gate again? Oh, right. For int i equals zero semicolon i less than five semicolon i plus sign plus sign open curly brace move gate to the right semicolon close curly brace."
for (int i = 0; i < 5; i++) {
move gate to the right;
}
Honestly, this is a terrible way to write out dialogue. Like, I get that when you are writing the dialogue of what Sunny hears, but it would far better for you to do something like this:
Robert sighed and stepped in. "We're just looking for passage through to the Array Train. And Sunny could probably use a lesson or two on loops, seeing as they're a fundamental part of programming."
"Ah! Now loops are something I can handle. Please, follow me." The person muttered, "Now, what was the code for the gate again? Oh, right:
- Code: Select all
for (int i = 0; i < 5; i++) {
move gate to the right;
}
Just so that it makes it look somewhat readable! We format letters like that in a story... why not code? It just makes sense to me...
...OKAY. I GUESS WE'RE GOING ON A TOUR NOW. (For loops... boo!)
Points: 3708
Reviews: 3788
Donate