More from Build In Public Newsletter
From retail managers to fund accountants, how vibe coders are shipping real products using tools like Bolt, Cursor, v0 and Lovable etc.
Featured: Exclusive interview with CEO of Zown who is turning hidden real estate fees into buyer cash
Just hunted Boxo AI on Product Hunt which offers a key missing puzzle piece for mobile app developers
Plus my new AI tool and the latest AI + Video tool I helped hunt on Product Hunt
More in indiehacker
Michael MacLeod has successfully monetized his interest in local news with two newsletters for Edinburgh and London in the UK.
From retail managers to fund accountants, how vibe coders are shipping real products using tools like Bolt, Cursor, v0 and Lovable etc.
I’m looking for a new programming language to learn this year, and Gleam looks like the most fun. It’s an Elixir-like language that supports static typing. I read the language tour, and it made sense to me, but I need to build something before I can judge a programming language well. I’m sharing some notes on my first few hours using Gleam in case they’re helpful to others learning Gleam or to the team developing the language.
I’ve been experimenting a bit with Gleam and Elixir lately as part of my search for a new programming language. One of Gleam’s flagship features is that it can call Elixir code and libraries, but I couldn’t find any examples of how to do that. I wrote a simple example of calling an Elixir library from a Gleam project, based on my beginner’s understanding of the Gleam/Elixir/Erlang ecosystem. Install dependencies For this example, I’m using