Skip to content

Nirvikalpa108/scala-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playful beginner Scala scripts

These scala scripts are my first forays into Scala, coming from the Ruby programming language. All scripts are written using TDD. Expect lots of fun, mistakes and experimentation!

Getting started with Scala

It's easy to get started with Scala, follow the below steps and if you get stuck just send me a message.

  • Let's install Java. In our console, run java. If this runs, you already have java installed, if not, you will be prompted to install Java and you can follow the steps.
  • We can install SBT, an open source tool, which compiles our Scala code and manages our dependencies amongst other things. If you have Homebrew, you can run brew install sbt. If not, you can find instructions here.
  • Install a text editor, we use IntelliJ IDEA, the Community version, which you can install here.

Run this project

  • Fork this repo (for instructions, see here).
  • In your console, navigate to the project root and run sbt.
  • Run the programme with run.
  • Run the tests with test.

Contributions

If there are ways that I can improve this repo, please do raise an Issue and I will attend to it as soon as I can. If you are new to raising issues, see these instructions here.

Get help!

If you get stuck or there's anything I can help with, just send me a message.

About

Playful beginner Scala scripts, written using TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages