Now available in v1.0.0, Gleam is a small, simple, opinionated, type-safe programming language that runs on the Erlang virtual machine and JavaScript runtimes. Credit: Jurik Peter / Shutterstock Gleam, a programming language designed to ease the development of type-safe, scalable systems, is now available in version 1.0.0, the language’s first stable release. Compiling to Erlang or JavaScript, Gleam was created by London-based developer Louis Pilfold. Gleam 1.0.0 was announced March 4. Developers can try Gleam from the Gleam Language Tour page. Public APIs can be found in the main GitHub repository for Gleam, covering areas such as language design, compiler, build tool, and the package manager. There are 234 packages available for the language. In a post describing the language, Pilfold said Gleam has a small surface area that makes the language easy to learn in one afternoon. Gleam has static analysis and a type system inspired by languages such as Elm, OCaml, and Rust, Pilfold said. The compiler serves as a programming assistant, offering additional context to help developers make changes; Pilford described refactoring in Gleam as low-risk and low-stress. The language runs on the Erlang virtual machine and JavaScript runtimes, enabling Gleam code to run in the browser, mobile devices, or elsewhere. Future plans for Gleam include improving the Gleam language server and providing libraries that users will want when making production systems in Gleam, with an initial focus on websites and web services. Goals include continuously improving the developer experience, maintaining simplicity, avoiding language bloat, and not introducing breaking changes. Pilford stressed that Gleam was a community project with a host of sponsors. The largest contributor is Fly.io, provider of the Fly micro-VM platform. Related content feature 14 great preprocessors for developers who love to code Sometimes it seems like the rules of programming are designed to make coding a chore. Here are 14 ways preprocessors can help make software development fun again. By Peter Wayner Nov 18, 2024 10 mins Development Tools Software Development feature Designing the APIs that accidentally power businesses Well-designed APIs, even those often-neglected internal APIs, make developers more productive and businesses more agile. By Jean Yang Nov 18, 2024 6 mins APIs Software Development news Spin 3.0 supports polyglot development using Wasm components Fermyon’s open source framework for building server-side WebAssembly apps allows developers to compose apps from components created with different languages. By Paul Krill Nov 18, 2024 2 mins Microservices Serverless Computing Development Libraries and Frameworks news Go language evolving for future hardware, AI workloads The Go team is working to adapt Go to large multicore systems, the latest hardware instructions, and the needs of developers of large-scale AI systems. By Paul Krill Nov 15, 2024 3 mins Google Go Generative AI Programming Languages Resources Videos