<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="xslt/home.xslt" type="text/xsl"?>
<cs17>
	<home>
		<welcome><div xmlns="http://www.w3.org/1999/xhtml">
			<p>Algebraic! CS 17/18 is one of two year-long introductory adventures in computer science. On this page you'll find important information related to the spring quest, CS 18.</p>

		<h2>Course Overview</h2>
<p>
A continuation of CSCI 0170.  CSCI0180 starts with Java, as a vehicle
for teaching the object-oriented programming paradigm, which
emphasizes modularity, flexibility, and extensibility.  Halfway
through the semester, students transition to Scala, so that they can
practice mutiple programming paradigms.  The fact that CSCI0170/0180
is multilingual and multiparadigmatic helps students recognize that
programming, and computer science more generally, transcends the
syntax and idiosyncrasies of any one language.
</p>
		</div></welcome>

		<links name="Course Documents">
			<doc name="missive">Course Missive</doc>
			<doc name="collaboration">Collaboration Policy</doc>
			<doc name="pair-programming">Pair Programming Guide</doc>
		</links>

		<links name="Helpful Links">
			<link href="http://java.sun.com/javase/6/docs/api/">Sun Javadocs</link>
            <link
                href="http://www.scala-lang.org/api/current/index.html">Scaladocs</link>
			<link href="http://www.simplyscala.com/">Scala Tutorial</link>
			<link href="/system/ergo/">Ergonomics Guide</link>
<!--
			<link href="http://www.cs.brown.edu/system/software/latex/doc/lshort.pdf">Not So Short Introduction to LaTeX2e</link>
			<link href="http://www.cs.brown.edu/system/software/latex/doc/symbols.pdf">LaTeX Symbols</link>
			<link href="http://detexify.kirelabs.org/classify.html">Detexify</link>
-->
		</links>

		<links name="Working From Home">
			<link href="content/remote/remote-windows.pdf">Work from Home Guide (Windows)</link>
			<link href="content/remote/remote-macosx.pdf">Work from Home Guide (Mac OS X)</link>
			<link href="content/remote/remote-agnostic.pdf">Work from Home Guide (platform agnostic)</link>
		</links>
		
	</home>
</cs17>

