Difference between revisions of "5CS004"
Line 9: | Line 9: | ||
[[Scala With Eclipse]] -- '''CORRECTED''' How to install a working Scala plugin for Eclipse | [[Scala With Eclipse]] -- '''CORRECTED''' How to install a working Scala plugin for Eclipse | ||
+ | |||
+ | [[Command Line Scala]] -- How to use Scala from the command line. | ||
+ | |||
== Basic Scala == | == Basic Scala == | ||
Line 24: | Line 27: | ||
[[String Operations]] -- dealing with String data. '''USEFUL for web server work''' | [[String Operations]] -- dealing with String data. '''USEFUL for web server work''' | ||
+ | |||
+ | [[MIME Types]] -- '''USEFUL for web server work''' | ||
== Advanced Scala == | == Advanced Scala == |
Revision as of 01:38, 21 February 2011
Distributed and Concurrent Systems
Installing and using Scala
Scala In Uni Labs -- Using Scala on the machines in MI. Please test these instructions.
Scala At Home -- UPDATED How to install Scala and Netbeans on a Ubuntu machine AT HOME. If you have problems with this, and you are using a laptop, feel free to bring it in to the Workshops.
Scala With Eclipse -- CORRECTED How to install a working Scala plugin for Eclipse
Command Line Scala -- How to use Scala from the command line.
Basic Scala
Command Line Scala -- How to use Scala from the command line.
Syntax Comparison -- comparison between PHP, Java, Scala and Python languages. You should edit this to fill in all the parts of the table
Hello World -- Hello World! programs in PHP, Java, Scala and Python.
Intermediate Scala
Binary Data -- dealing with binary data. USEFUL for web server work
String Operations -- dealing with String data. USEFUL for web server work
MIME Types -- USEFUL for web server work
Advanced Scala
Coming soon!
Scala for the brave
Coming soon!