Sign inSign up

100hellos/scala

By 100hellos

Updated 3 months ago

"Hello World!" Written in scala

Image
0

4.5K

100hellos/scala repository overview

Hello World! From scala.

Language page — context, influences, and learning notes on the 100hellos site.

Source on GitHub (100hellos/scala)

Trying it

docker run --rm --platform="linux/amd64" 100hellos/scala:latest

Modifying it

Read the repo README, or fork the project and customize it.

For an interactive shell:

docker run --rm --platform="linux/amd64" --entrypoint="" -it 100hellos/scala:latest zsh

Scala

Scalable + Language = Scala. Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It is also fully interoperable with Java so that libraries written in either language may be referenced directly in Scala or Java code, giving Scala programmers access to the full breadth of Java libraries.

Tag summary

Content type

Image

Digest

sha256:af51d6115

Size

204.8 MB

Last updated

3 months ago

docker pull 100hellos/scala