Programming Language Gleam

Gleam is a general-purpose, concurrent, functional high-level programming language that compiles to Erlang or JavaScript source code.

Gleam
Programming Language Gleam
Lucy, the starfish mascot for Gleam
ParadigmMulti-paradigm: functional, concurrent
Designed byLouis Pilfold
DeveloperLouis Pilfold
First appearedJune 13, 2016; 7 years ago (2016-06-13)
Stable release
1.1.0 Edit this on Wikidata / 16 April 2024
Typing disciplineType-safe, static, inferred
Memory managementGarbage collected
Implementation languageRust
OSFreeBSD, Linux, macOS, OpenBSD, Windows
LicenseApache License 2.0
Filename extensions.gleam
Websitegleam.run
Influenced by

Gleam is a statically-typed language, which is different from the most popular languages that run on Erlang’s virtual machine BEAM, Erlang and Elixir.

Example

import gleam/io  pub fn main() {   io.println("hello, friend!") }

Gleam supports tail call optimization:

pub fn factorial(x: Int) -> Int {   // The public function calls the private tail recursive function   factorial_loop(x, 1) }  fn factorial_loop(x: Int, accumulator: Int) -> Int {   case x {     1 -> accumulator      // The last thing this function does is call itself     _ -> factorial_loop(x - 1, accumulator * x)   } }

References


Tags:

🔥 Trending searches on Wiki English:

Killers of the Flower Moon (film)MinecraftCatherine ReitmanJoey PorterWednesday (TV series)Chris Evans (actor)Raindrop cake.xxxRay Liotta1337xRenfield (film)Olivia DunneRachel McAdamsWaffle House IndexTom SelleckDarvin HamRui HachimuraChinaBrian Cox (actor)BeyoncéRihannaDiana, Princess of WalesShehzada (2023 film)Mötley CrüeAgent (film)Elliot GraingeMike TysonDonald TrumpSobhita DhulipalaVideo hosting serviceYara ShahidiJames CordenAre You There God? It's Me, Margaret.MoonbinWorld Chess Championship 2023Bad BunnyMadrid Open (tennis)MetallicaMukhtar AnsariAnsel AdamsMurder of Marina SabatierEnglish languageNational League (division)The Last of Us (TV series)Joe PesciAubrey PlazaAngelina JolieThe Eras TourJack NicholsonJustin BieberBlake LivelyD'Andre SwiftEuropeHarry StylesRobert De NiroAaron Rodgers2023 World Snooker ChampionshipVietnam WarAli WongHarry PotterVidyasagar (composer)James MarsdenE. Jean CarrollTucker CarlsonBTSMary-Kate OlsenIndonesiaSpainEric ClaptonAnya Taylor-JoyNeymarAaron Taylor-JohnsonJack BlackAna de ArmasPark Eun-binBijan RobinsonThe Hunger Games (film)Desi LydicFatima Bhutto🡆 More