はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ChatGPT

『Gleam programming language』

  • 人気
  • 新着
  • すべて
  • Gleam JavaScript gets 30% faster

    10 users

    gleam.run

    Gleam is a type-safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v1.11.0 has been published. 30% faster? Really? The title of this article makes a bold claim: Gleam compiled to JavaScript being 30% faster! Gleam doesn't add any additional runtime when compiling to JavaScript, and the generated code is very much like the JavaScript a human would write,

    • テクノロジー
    • 2025/06/03 11:46
    • Gleam
    • Hello echo! Hello git!

      3 users

      gleam.run

      Gleam is a type-safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v1.9.0 has been published. Let's take a look! Echo debug printing There are debuggers you can use with Gleam, however the most popular ways to understand the runtime behaviour of a Gleam program is through writing tests and through print debugging. The standard library function io.debug i

      • テクノロジー
      • 2025/03/09 23:36
      • Gleam
      • Fault tolerant Gleam

        6 users

        gleam.run

        Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v1.2.0 has been published, a release that focuses on improving the language server and developer experience. It's a big one both in terms of size and impact, so let's take a look as what it includes. Fault tolerant compilation Gleam's compiler has traditionally halted immediately when a c

        • テクノロジー
        • 2024/05/28 12:22
        • Gleam
        • Gleam version 1

          17 users

          gleam.run

          Today Gleam v1.0.0 has been released! This is the first "stable" release of the language (more on what that means later) and a big milestone for the ecosystem. It has been a long journey and I'm proud of both the technology and the community that we've built here with Gleam. Thank you so much to everyone who has taken part in any way, you've all contributed to the project getting here in meaningfu

          • テクノロジー
          • 2024/03/04 23:06
          • Gleam
          • 言語
          • Gleam's new interactive language tour | Gleam programming language

            3 users

            gleam.run

            Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam's new language tour has been launched, a way to try and to learn Gleam without having to install anything on your computer. Check it out, it looks like this: The language tour guides you through the language, from the basics to the most advanced features, introducing each concept in a way

            • テクノロジー
            • 2024/01/20 01:06
            • Gleam
            • JavaScript
            • Multi-target projects | Gleam programming language

              4 users

              gleam.run

              Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v0.34.0 has been published. Let's take a look at what's new! Multi-target projects Gleam can compile to one of two targets: Erlang or JavaScript. Some packages may only support one of the two targets, possibly because they make use of Erlang features that are not available in JavaScript,

              • テクノロジー
              • 2024/01/16 22:53
              • JavaScript
              • あとで読む
              • Polishing syntax for stability | Gleam programming language

                3 users

                gleam.run

                Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v0.32.0 has been published, a release that focuses on getting Gleam ready for a v1.0 release by making some breaking changes before the language is declared stable. Resolving import ambiguity Here is what Gleam's import syntax looks like: import gleam/option.{Option, Some, None} pub fn gr

                • テクノロジー
                • 2023/11/02 13:14
                • Programming
                • あとで読む
                • Incremental compilation, and hello Deno! | Gleam programming language

                  3 users

                  gleam.run

                  Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v0.26.0 has been released, let's take a look at what's new. Incremental compilation A Gleam project is made of packages, typically a top level package and several dependency packages fetched by the package manager, and each package contains a collection of modules of Gleam code. In the ve

                  • テクノロジー
                  • 2023/01/19 21:45
                  • Gleam
                  • Introducing use expressions! | Gleam programming language

                    3 users

                    gleam.run

                    Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v0.25.0 has been released, featuring a long-awaited new feature: use expressions. The motivation Two of Gleam's main goals are to be easy to learn and easy to work with. In aid of these goals Gleam the language is designed to be as small and consistent as possible, drawing inspiration fro

                    • テクノロジー
                    • 2022/11/24 23:53
                    • Gleam
                    • Gleam compiles to JavaScript! | Gleam programming language

                      5 users

                      gleam.run

                      Gleam is a type safe and scalable language for the Erlang virtual machine, and as of today's v0.16.0 release Gleam compiles to JavaScript as well! Show me! What's the introduction of a new way to write front end web code without some cliché examples? Here's a collection of interactive widgets you've probably seen countless times before, along with their Gleam source code and the JavaScript it comp

                      • テクノロジー
                      • 2021/06/17 23:51
                      • Gleam
                      • JavaScript
                      • Gleam v0.14 released! | Gleam programming language

                        3 users

                        gleam.run

                        Hot on the heels of Gleam v0.13 comes another release, Gleam v0.14! As always, let's take a look at some of the highlights. Dialyzer & Erlang typespecs Many dynamically typed BEAM languages support Erlang's typespecs, type annotations that can be analysed with the Dialyzer tool. While not as powerful or reliable as Gleam's type system it can be a useful tool for finding problems with your Erlang o

                        • テクノロジー
                        • 2021/02/19 11:16
                        • Gleam
                        • Gleam programming language

                          32 users

                          gleam.run

                          Gleam is a friendly language for building type-safe systems that scale! The power of a type system, the expressiveness of functional programming, and the reliability of the highly concurrent, fault tolerant Erlang runtime, with a familiar and modern syntax. Reliable and scalableRunning on the battle-tested Erlang virtual machine that powers planet-scale systems such as WhatsApp and Ericsson, Gleam

                          • テクノロジー
                          • 2019/11/10 00:02
                          • erlang
                          • gleam
                          • Programming Language
                          • プログラミング言語
                          • language
                          • programming
                          • reference

                          このページはまだ
                          ブックマークされていません

                          このページを最初にブックマークしてみませんか?

                          『Gleam programming language』の新着エントリーを見る

                          キーボードショートカット一覧

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

                          • 総合
                          • 一般
                          • 世の中
                          • 政治と経済
                          • 暮らし
                          • 学び
                          • テクノロジー
                          • エンタメ
                          • アニメとゲーム
                          • おもしろ
                          • アプリ・拡張機能
                          • 開発ブログ
                          • ヘルプ
                          • お問い合わせ
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について

                          公式Twitter

                          • 公式アカウント
                          • ホットエントリー

                          はてなのサービス

                          • はてなブログ
                          • はてなブログPro
                          • 人力検索はてな
                          • はてなブログ タグ
                          • はてなニュース
                          • ソレドコ
                          • App Storeからダウンロード
                          • Google Playで手に入れよう
                          Copyright © 2005-2025 Hatena. All Rights Reserved.
                          設定を変更しましたx