<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bussorenre</author_name>
  <author_url>https://blog.hatena.ne.jp/bussorenre/</author_url>
  <blog_title>bussorenre Laboratory </blog_title>
  <blog_url>https://bussorenre.hatenablog.jp/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>どんな事もまずは世界に挨拶することから始まる。 Scala で 雑に Hello World を書くとこうなる。 object HelloWorld { def main(args: Array[String]): Unit = { println(&quot;Hello, Scala world!&quot;) } } 基本的にScala は Java class コードに変換されるので、JVM の制約を多少なりとも受ける。例えば、main(args: Array[String]) 型のメソッドを持つクラスをエントリーポイントに持つ等。 型定義は後置。Swift やgo も後置なので違和感はない。 Unit 型…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbussorenre.hatenablog.jp%2Fentry%2F2018%2F08%2F02%2F122541&quot; title=&quot;Hello world in Scala - bussorenre Laboratory &quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-08-02 12:25:41</published>
  <title>Hello world in Scala</title>
  <type>rich</type>
  <url>https://bussorenre.hatenablog.jp/entry/2018/08/02/122541</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
