Raúl Chouza

Results 6 issues of Raúl Chouza

In gleam we're capable of rebinding names to new values or functions, this can be very useful when aliasing a previously defined function or applying a partially applied function: ```gleam...

help wanted
area:type-analysis
area:errors

Hi @lpil Ipil it would be great to have a more "tutorial like" introduction in the docs. Similar to `README.md` but maybe a bit more thorough. Would be happy to...

When generating a new Gleam project: ```shell gleam new exffi ``` And adding an FFI function to Elixir: ```gleam import gleam/io pub fn main() { io.println("Hello from " cwd()) }...

help wanted
discussion
priority:medium

Type Providers are an interesting approach to consuming resources in a type-safe way; it is a feature of the [F# programming language](https://docs.microsoft.com/en-us/dotnet/fsharp/tutorials/type-providers/) and can be used to consume: * [Documents...

area:language
area:tooling

This is meant as an exploratory topic 🗺️ on how the the ideas behind contract programming could fit Gleam; below I try to make a case and summary of the...

area:language

Currently gleam doesn't seem to emit any error or warning for dead code (variables, types and functions). Is there some kind of consensus on dead code detection/elimination? --- I guess...

area:language
area:tooling