questions
Hot code reloading
Defining lists of type
Types
What are the limits to pre-emption of Erlang processes?
How to decode a BitString as an ASCII string?
`order.break_tie`
Decoding a json object with more than 9 fields?
How do I implement a Multi-prompt Delimited Control Monad in Gleam (for effects)
WASM / WebAssembly
LiveBook is supporting Erlang... and it could support Gleam ;-)
[Exercism] what `treasure` is doing here?
Solved
How to block_on a javascript promise?
recommended http client?
Erlang
running the task.async example from the home page
what's the purpose of the `Type` keyword?
Solved
online playground
Applicative Validation
AST problems
Exercism says there are exhaustive checks, but compiler doesn't complain?
How to deploy to server with sqlite
int.bitwise_and not found in gleam 0.31.0
Solved
how to pass atom/value to external Erlang/Elixir fn
Pattern matching and float comparisons
Yet another API design question
Earlang/OTP interop question
Erlang
Js-like behaviour in Erlang
Erlang
More Elixir/Gleam interop questions
Is this a reasonable way to wrap an Elixir library?
Idiomatic Gleam way to handle Erlang Function Pattern Matching
HTMX + Gleam (Am Newb)
Avoiding circular dependencies
Writing a phoenix style website in gleam?
Gleam <> Elixir interop qs
nibble, messing with lexer
Record / Custom type error: "I can't tell this is always the right constructor"
Solved
Output that should go to stderr is going to stdout instead
A tale of two implementations
Gleam to build command line tool?
Can Gleam ignore building certain deps based on the target?
Do I need to be rolling my own stuff like this
Formatter adds spaces between const
More qs on Gleamy/FP patterns
Defining getters for custom types
Spawning a process makes things not happen
Is this scoping intentional? Doesn't look like it to me, but I can't find docs on it
Types
Solved
All constructors of a type have a property. But `value_of_this_type.property` doesn't seem to work
External function doesn't have an implementation error
JavaScript
Confused about result.then
Type checker requires `assert`, but then throws a warning about the compiled code
Erlang
Types
Interpreting an imperative language: how to deal with an early return from a function?
Why can't a function be called when matching on a case?