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 What is Rust? Safe, fast, and easy software development Unlike most programming languages, Rust doesn't make you choose between speed, safety, and ease of use. Find out how Rust delivers better code with fewer compromises, and a few downsides to consider before learning Rust. By Serdar Yegulalp Nov 20, 2024 11 mins Rust Programming Languages Software Development how-to Kotlin for Java developers: Classes and coroutines Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to modernize concurrency. By Matthew Tyson Nov 20, 2024 9 mins Java Kotlin Programming Languages analysis Azure AI Foundry tools for changes in AI applications Microsoft’s launch of Azure AI Foundry at Ignite 2024 signals a welcome shift from chatbots to agents and to using AI for business process automation. By Simon Bisson Nov 20, 2024 7 mins Microsoft Azure Generative AI Development Tools news Microsoft unveils imaging APIs for Windows Copilot Runtime Generative AI-backed APIs will allow developers to build image super resolution, image segmentation, object erase, and OCR capabilities into Windows applications. By Paul Krill Nov 19, 2024 2 mins Generative AI APIs Development Libraries and Frameworks Resources Videos