gleam icon indicating copy to clipboard operation
gleam copied to clipboard

⭐️ A friendly language for building type-safe, scalable systems!

Results 441 gleam issues
Sort by recently updated
recently updated
newest added

Today we use this format: ```gleam some_function( 123, 456, fn(x) { let y = x + 1 y }, ) ``` We want to support this format: ```gleam some_function(123, 456,...

help wanted
good first issue
area:formatter

The Github Actions release workflow has gone through a few changes. The nightly release workflow should be updated as well

help wanted
good first issue
area:ci

@lpil will need to do this one https://github.com/exercism/gleam/issues/23#issuecomment-1174758195

area:tooling

It would be fun and also useful if we could compile Gleam to native code. This comes up frequently in our discord chats, so let's keep some notes here for...

discussion

in `foo.gleam`: ```gleam pub fn bar() { "called foo.bar()" // Having __MODULE__ and __FUNCTION__ and __LINE__ would be useful here } ``` I would use this in production for things...

help wanted
good first issue
area:type-analysis
area:codegen
area:formatter
area:parser

I have a Gleam app inside an Elixir/Phoenix project, and I'm using the MixGleam project to compile the Gleam code when I start up the Elixir application. I can compile...

help wanted
area:tooling

It'd be cool to support `1 -> True` and `0 -> False` (and vice versa) in bit string patterns and values.

help wanted
good first issue
area:codegen

gleam_pgo fails to compile under windows, for some reason or another. here be the logs: ``` Compiling pgo ===> Analyzing applications... ===> Compiling pgo ===> Compiling src/pgo_type_server.erl failed src/pgo_type_server.erl:{13,14}: can't...

bug
help wanted
area:tooling

Whenever a request is sent to the language server ony my PC, which is running Windows 10,, an error saying that the path of the specified file cannot be found...

bug
help wanted
area:tooling

Currently we recompile the entire top package each time there is a change, resulting in module being compiled even if they and none of their dependants having changed. Change it...

help wanted
area:tooling