yuhang2685 / FirstScalaCode

In this demo, we explored some fundamental features of Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FirstScalaCode

Author: Dr. YUHANG ZHAO

Introduction: In this demo, we explored some fundamental features of Scala

Overview:

  • Installation of Scala plug-in into Eclipse;
  • Interpreter;
  • Worksheet;
  • Type as a class and variable as an object;
  • Primitive types;
  • var and val;
  • Class, object, constructor, method;
  • List methods;
  • Lambda functions;
  • Type hierarchy;
  • Tuple;

Future Work: After exploration for fundamental features, we will try to do some real work.

System Configuration:

  • Windows 7
  • Eclipse 4.12.0
  • Scala 4.7 RELEASE

Reference:

About

In this demo, we explored some fundamental features of Scala


Languages

Language:Scala 100.0%