dev:scala

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
dev:scala [2022/08/14 14:57] Henrik Yllemo
Line 1: Line 1:
 +<button type="primary" size="xs" icon="glyphicon glyphicon-bookmark">[[programming_lagugages| Programming Language]]</button> 
 +====== Scala ======
 +  * https://www.scala-lang.org/
 +<data programminglanguage>
 +Full Name: Scala
 +Short Name: Scala
 +Description: general-purpose programming language providing support for functional programming and a strong static type system
 +Company: Unkown
 +Web: No
 +Mobile: No
 +Enterprise: Yes
 +Embedded : Yes
 +</data>
  
 +{{wp>Scala_(programming_language)}}
 +<jumbotron>
 +===== Hello World =====
 +
 +<sxh >
 +object HelloWorld extends App {
 +  println("Hello, world!")
 +}
 +</sxh>
 +<WRAP column right><wrap lo>Source: [[https://en.wikibooks.org/wiki/Computer_Programming/Hello_world|Wikibooks]]</wrap></WRAP>
 +</jumbotron>
 + 
 +
 +
 +
 +
 +See also: [[dev:programming_lagugages]]
 +
 +{{tag>programminglanguage}}
  • dev/scala.txt
  • Last modified: 2023/03/25 18:02
  • by Henrik Yllemo