lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

66
active users

#Elixir

0 posts0 participants0 posts today
Antonin Delpeuch<p><a href="https://mamot.fr/tags/Mergiraf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mergiraf</span></a> 0.11 is out, with support for <a href="https://mamot.fr/tags/Haskell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Haskell</span></a>, <a href="https://mamot.fr/tags/OCaml" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OCaml</span></a> and <a href="https://mamot.fr/tags/Elixir" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Elixir</span></a>, better <a href="https://mamot.fr/tags/Rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rust</span></a> support, and more! 🦒 </p><p>And we reached 25 contributors! Really happy how this little project is growing 😊</p>
Maikel 🇪🇺 🇪🇸<p>Dear fediverse, I'm available for hiring as a freelance remote coder for 15 to 20 hours per week. The tech stack I want to try alongside Elixir is Rust and would love to work on a project that is Rust based for half the work-week. The best way to learn is on the job. </p><p>I want to become really STRONG on those two languages: Elixir and Rust. </p><p>If interested reply to this toot. </p><p><a href="https://vmst.io/tags/getFediHired" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>getFediHired</span></a> <a href="https://vmst.io/tags/Rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rust</span></a> <a href="https://vmst.io/tags/Elixir" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Elixir</span></a></p>
Replied in thread

I'm starting to see the benefits I could take from doubling...doubling? body doubling? what was the name of that?

F***ing pills make me a COMBINED type.

Does any Elixir dev need a body double ?

Is there a way to print HTML to the console with "dbg(html)" in elixir that looks structure kind-of like a JQ output instead of this God-forsaken awful thing? So one can debug HTML while coding test suites in a more human-friendly manner?

And I don't mean printing the whole html, I've done that already, I mean structuring in a way that makes it easier to read.

So happy to see the project that I have been in love with and contributing to for the last several years getting so much attention.

If you work with ESP32 or RPi Pico devices and want a development platform built with fault tolerance and concurrency at it’s heart that allows you to write sophisticated applications with very little code AtomVM might be just what you are looking for.

atomvm.net

github.com/atomvm/AtomVM

AtomVMAtomVMWelcome to AtomVM, the Erlang virtual machine for IoT devices!
#atomvm#IoT#wasm

I've worked in #PHP for... 12 years now. I still can't remember the difference between `implode` and `explode`. You know why? The function names don't have any damn context built in. You just have to _remember_.

#Elixir on the other hand if you have a List and you want to make a string: `List.to_string`

Nice, right?
Want to split up a string?
`String.split`

Nice, right?

When I tell people I prefer working in Elixir it's because it works better with my brain.