Published another #Gleam package, this time it's #Glemplate, a simple template engine: https://hex.pm/packages/glemplate
Needed one for my own web stuff. It's very minimal because I'm not too good at writing parsers and honestly I don't want to think of a full template language. But it should serve simple use cases fine.
#gleam #glemplate #mygleamstatus
Hosting a #BEAM meetup in #Tampere on the 16th of March: https://trelixir.fi/event-2023-03-16.html
Talking about #Gleam and working on getting other presentations too. Welcome! :)
#beam #tampere #gleam #trelixir #myelixirstatus #mygleamstatus
I made a wrapper to use the #Finch #Elixir HTTP client from #Gleam: https://hex.pm/packages/finch_gleam
Now I have 5 packages on #Hex already. :)
#finch #elixir #gleam #hex #myelixirstatus #mygleamstatus
Released a new package, an HTML entity encoder/decoder for #Gleam: https://hex.pm/packages/glentities
Just finished writing my first ever template parser. 😊 Now I have a parser and a renderer, I just need to add HTML utilities for it and I can start rendering some web pages!
Found a great laptop sticker for #BEAM developers. 😁
#beam #elixir #erlang #gleam #myelixirstatus #mygleamstatus
So I started writing a template engine for #Gleam. I'm calling it #Glemplate. Yay for silly naming.
#gleam #glemplate #mygleamstatus
I'm writing a #Gleam wrapper for the #Elixir HTTP client #Finch, just pushed the initial commit to https://gitlab.com/Nicd/finch_gleam
I need Finch in my projects (and I'm using it on the Elixir side of things), so I thought I'd release a wrapper for everyone to use. :) Let me know if you have thoughts on the code. I need to write more tests and document it properly before pushing it to Hex.
#gleam #elixir #finch #myelixirstatus #mygleamstatus
I have achieved #Gleam on my Android phone, using elixir-desktop. https://gitlab.com/Nicd/geo-therminator has (some) core code rewritten in Gleam and is now a mixed Gleam and #Elixir application. Just got the first working version built.
#gleam #elixir #myelixirstatus #mygleamstatus