Source Code: Difference between revisions
From Serial Experiments Lain wiki
More actions
m Explained why the backslash is replaced by a yen symbol and some punctuation/grammar fixing. |
No edit summary |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
There are at least three instances of source code being displayed in the [[anime]]. | There are at least three instances of source code being displayed in the [[Serial Experiments Lain (anime)|anime]]. | ||
==Layer 01== | ==Layer 01== | ||
A teacher is seen copying some C code onto the chalkboard in [[Layer 01]] just before Lain's fingertips begin to emit [[Paranormal | A teacher is seen copying some C code onto the chalkboard in [[Layer 01]] just before Lain's fingertips begin to emit [[Paranormal Occurrences in Serial Experiments Lain|ectoplasm]]. It features a yen symbol instead of a backslash in an escape sequence; this is because certain Japanese fonts render the backslash character as the yen symbol, such as the UD Digi Kyokasho font family. It is unclear whether or not this is intentional or holds any significance. Part of the code is not visible because the teacher is standing in the way. It reads as follows: | ||
a='A'; b='B'; | a='A'; b='B'; | ||
| Line 21: | Line 21: | ||
=== CRowView.CL === | === CRowView.CL === | ||
CRowView.CL contains code for John Conway's Game of Life.[http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/fun/life.cl] The | CRowView.CL contains code for John Conway's Game of Life.[http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/fun/life.cl] The staff probably selected this code because of its seemingly [[God|omnipotent]] implications (i.e. creating worlds and life). | ||
=== Afx-n-nPrv-View.CL === | === Afx-n-nPrv-View.CL === | ||
Afx-n-nPrv-View.CL is the source for a code walker.[http://ftp.sunet.se/pub/lang/lisp/code/codewalk/walk/new_walk.cl] This was probably included for its tongue-in-cheek reference to [[Apple Inc. | Afx-n-nPrv-View.CL is the source for a code walker.[http://ftp.sunet.se/pub/lang/lisp/code/codewalk/walk/new_walk.cl] This was probably included for its tongue-in-cheek reference to [[Apple Inc. References|Apple]] in a section of code that is commented out. | ||
== Related Pages == | == Related Pages == | ||