Difference between revisions of "Source Code"

From Serial Experiments Lain wiki
Jump to: navigation, search
(;))
 
m (i messed up)
Line 2: Line 2:
 
[[File:Walker.jpg|300px|thumb|right|Afx-n-nPrv-View.CL]]
 
[[File:Walker.jpg|300px|thumb|right|Afx-n-nPrv-View.CL]]
  
In [[Layer 07]], there is a scene where lain is in class, surreptitiously working on her [[HandiNAVI]] instead of paying attention. For a few seconds, her NAVI screen is visible, and we can see her rapidly scroll through two files of Common Lisp source code, named CRowView.CL and Afx-n-nPrv-View.CL.
+
In [[Layer 07]], there is a scene where Lain is in class, surreptitiously working on her [[HandiNAVI]] instead of paying attention. For a few seconds, her NAVI screen is visible, and we can see her rapidly scroll through two files of Common Lisp source code, named CRowView.CL and Afx-n-nPrv-View.CL.
  
 
Afx-n-nPrv-View.CL is the source for a code walker. This was probably included for its tongue-in-cheek reference to [[Apple Inc. references | Apple]] in a section of code that is commented out. The full file can be found [http://ftp.sunet.se/pub/lang/lisp/code/codewalk/walk/new_walk.cl here.]
 
Afx-n-nPrv-View.CL is the source for a code walker. This was probably included for its tongue-in-cheek reference to [[Apple Inc. references | Apple]] in a section of code that is commented out. The full file can be found [http://ftp.sunet.se/pub/lang/lisp/code/codewalk/walk/new_walk.cl here.]

Revision as of 02:53, 9 January 2014

CRowView.CL
Afx-n-nPrv-View.CL

In Layer 07, there is a scene where Lain is in class, surreptitiously working on her HandiNAVI instead of paying attention. For a few seconds, her NAVI screen is visible, and we can see her rapidly scroll through two files of Common Lisp source code, named CRowView.CL and Afx-n-nPrv-View.CL.

Afx-n-nPrv-View.CL is the source for a code walker. This was probably included for its tongue-in-cheek reference to Apple in a section of code that is commented out. The full file can be found here.

CRowView.CL contains code for John Conway's Game of Life. The creators probably selected this code because of its seemingly omnipotent implications, i.e. creating worlds and life. The full file can be found here.

Other coincidental links between CGoL and Lain include the fact that the recently established Hacker Emblem was inspired by the Game of Life, and Lain can be described as a hacker; and that CGoL also inspired the Poietic Generator, while Lain has been described as an autopoietic entity.