並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 22 件 / 22件

新着順 人気順

gleamの検索結果1 - 22 件 / 22件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

gleamに関するエントリは22件あります。 GleamProgrammingJavaScript などが関連タグです。 人気エントリには 『Gleam version 1 - Gleam』などがあります。
  • Gleam version 1 - Gleam

    Published 04 Mar, 2024 by Louis Pilfold 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

      Gleam version 1 - Gleam
    • 【8/26リリース!!】『The Gleam in Your Eyes - Brass Rock BGM -』 - 【 SOSOUSO BLOG 】

      >>> 筆者の楽曲が聴けるSpotify Playlistはこちら <<< ちわ!テラムラだよ!! 2022年8月26日 アルバム3タイトル同時リリース!! ★華やかで軽快なブラスセクションと エネルギッシュなロックのBGM!! 『The Gleam in Your Eyes - Brass Rock BGM -』 ★ Spotify ★ Apple Music ★ LINE MUSIC ★ YouTube Music ★ Amazon Music TRACK LIST 01. Rum and Coke 02. Neon Sign 03. Ready Set Go ! 04. The Great Departure 05. Purple and Pink Stripes 06. The Gleam in Your Eyes 07. Gokigen Rainbow 08. I'll Take

        【8/26リリース!!】『The Gleam in Your Eyes - Brass Rock BGM -』 - 【 SOSOUSO BLOG 】
      • TypeScriptユーザーに贈るGleam入門

        最近v1に到達したGleamという静的型付けな関数型言語があります。 GleamはErlangとJavaScriptをターゲットに実行できるため、今TypeScriptを使っている領域でも使うことができます。 この記事ではTypeScriptユーザー向けにGleamの文法を解説していきます。 記事を通してGleamの良さを感じていただければ幸いです。 Gleamの公式サイトでは以下の言語のユーザー向けのチートシートもあるため、この中に知っている言語があるのならそちらを読んでみるのがオススメです。 Elixir Elm Erlang PHP Python Rust また、個人的にGleamの情報をCosense(Scrapbox)にまとめているので、リファレンスがてら覗いてみてください。 organizationとして管理していきたいと考えているので、編集のリクエスト等も歓迎です。 編集した

          TypeScriptユーザーに贈るGleam入門
        • Gleam, coming from Erlang

          I recently took some time to try Gleam, the type-safe language that runs on the Erlang virtual machine. For a couple of weeks, I used it to build a little open-source feed aggregator that’s now live. These are my notes. why I’m interested in Gleam I spent most of my career working with dynamic languages: Python, JavaScript, Clojure, finally Erlang. I don’t claim to be an expert but the Erlang VM i

            Gleam, coming from Erlang
          • Fault tolerant Gleam - Gleam

            Published 27 May, 2024 by Louis Pilfold 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 t

              Fault tolerant Gleam - Gleam
            • v0.16 - Gleam compiles to JavaScript! – Gleam

              Published 17 Jun, 2021 by Louis Pilfold 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 Glea

                v0.16 - Gleam compiles to JavaScript! – Gleam
              • Multi-target projects - Gleam

                Published 16 Jan, 2024 by Louis Pilfold 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 feature

                  Multi-target projects - Gleam
                • Gleam is Pragmatic

                  I’ve spent the past several years working with functional programming languages in my free time – primarily Haskell and OCaml. I love both languages but also find aspects of each frustrating. Haskell is terse and elegant with type classes providing a powerful mechanism for ad-hoc polymorphism. However, it can also be confusingly implicit and I personally find lazy evaluation to have more downsides

                  • GitHub - bcpeinhardt/learn_otp_with_gleam: A resource for learning the OTP framework with the Gleam programming language

                    Hello! I'm Ben, a software engineer who's fond of the Gleam programming language interested in learning OTP. If you haven't heard: Gleam is a programming language that is statically typed, has great tooling, and an even better community. Gleam can compile to Erlang or JavaScript, depending on your needs. Because the concurrency models of these languages are fundamentally different, concurrency is

                      GitHub - bcpeinhardt/learn_otp_with_gleam: A resource for learning the OTP framework with the Gleam programming language
                    • Erlangにインスパイアされた言語GleamがJavaScriptにコンパイルされるようになった

                      Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                        Erlangにインスパイアされた言語GleamがJavaScriptにコンパイルされるようになった
                      • Gleam's new interactive language tour - Gleam

                        Published 19 Jan, 2024 by Louis Pilfold 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 fea

                          Gleam's new interactive language tour - Gleam
                        • Gleam v0.8 released! – lpil.uk

                          May 7 2020 It’s been a really good couple months for Gleam. The community has been growing, we’ve been getting new features and improvements, and now it’s time for another release. Let’s take a look! HTML Documentation Documentation has been a bit of sore point up until now. If you wanted to write a program in Gleam there was no other way to see what types functions were available to use. More tha

                            Gleam v0.8 released! – lpil.uk
                          • Gleamことはじめ

                            概要 Gleamは、BEAM(Erlang VMとも言う)と呼ばれる仮想マシン上で動作するプログラミング言語です。 BEAM(ビーム)の韻を踏んで、読み方は「グリーム」です。 Gleamは、Rustで書かれています。 特徴として、型安全でスケーラブルなシステムを構築する用途を目指してます。 また、他のBEAM上で動作するプログラミング言語(たとえば、Erlang、Elixir、LFE(Lisp Flavored Erlang))との親和性を有しています。 Gleamは、BEAM上で動作するのでErlangのバイナリ(beamファイル)をコンパイルします。 加えて、JavaScriptのコードも出力できます。 最新バージョンについて Gleamは、2022年5月22日時点での最新バージョンは、「v0.21.0」です。 まだ、正式バージョンがリリースされていません。 正式バージョンのリリースを

                              Gleamことはじめ
                            • My first experience with Gleam Language

                              Over the past few months, I saw a growing amount of posts on X about the Gleam language (probably the X algorithm doing its thing), and decided to give it a try. I was not disappointed, with few exceptions. Disclaimer 1: This post shares my personal experience with the language, and it is not a comprehensive review of the language. It’s not sponsored by anyone, and I’m not affiliated with the Glea

                                My first experience with Gleam Language
                              • Polishing syntax for stability - Gleam

                                Published 01 Nov, 2023 by Louis Pilfold 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 gle

                                  Polishing syntax for stability - Gleam
                                • Gleam v1.4.0がリリースされた話

                                  Gleam 1.4.0がリリースされました。[1] 今回のリリースはこれまでのリリースとは打って変わってラベルまわりの構文の改善が盛り込まれています。 v1.3.0に続いてリリースノートの内容を紹介していきます。 Gleam公式のリリースノートは以下のリンクから見られます。 Gleam v1.4.0の新機能 ラベルの短縮構文 コードアクション フィールドの補完機能の追加 シグネチャのヘルプ 確実な警告の出力 ターゲット毎のドキュメント生成 耐障害性の更なる向上 よくある型定義の間違いに関するヘルプ 定数における文字列の連結をサポート JavaScriptターゲットにおけるビット配列の更なる機能追加 Document symbolsのサポート 他のコードアクションの追加 大文字と小文字の修正 let assertからcaseへの修正 Gleamへの寄付のお願い ラベルの短縮構文 Gleamに

                                    Gleam v1.4.0がリリースされた話
                                  • Gleam v0.14 released! - Gleam

                                    Published 18 Feb, 2021 by Louis Pilfold 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

                                      Gleam v0.14 released! - Gleam
                                    • Incremental compilation, and hello Deno! - Gleam

                                      Published 19 Jan, 2023 by Louis Pilfold 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 collec

                                        Incremental compilation, and hello Deno! - Gleam
                                      • My impressions of Gleam

                                        When I was about to go on paternity leave, the Gleam programming language reached 1.0. It's such a small language that I was able to learn it over the span of two days. I tried to use it to convert a GitHub Action from JavaScript to Gleam, but I ran into issues due to Gleam wanting to be the top of the language stack instead of the bottom. As such I ended up learning and using ReScript. But I stil

                                        • Things I like about Gleam's Syntax

                                          Things I like about Gleam’s Syntax Gleam is a Type-Safe programming language that transpiles to ErlangAnd javascript., so you can run its code on the BEAM. I’ve slept on Gleam for a while because its syntax. It was too much Rust and not enough Elixir for me. Recently, I was reminded of Gleam when someone mentioned that Gleam doesn’t have an if statement, but instead uses case for everything. As a

                                          • Introducing use expressions! – Gleam

                                            Published 24 Nov, 2022 by Louis Pilfold 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 consist

                                              Introducing use expressions! – Gleam
                                            • Hello echo! Hello git! - Gleam

                                              Published 08 Mar, 2025 by Louis Pilfold 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.

                                                Hello echo! Hello git! - Gleam
                                              1

                                              新着記事