ohai.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A cozy, fast and secure Mastodon server where everyone is welcome. Run by the folks at ohai.is.

Administered by:

Server stats:

1.8K
active users

#elixir

13 posts11 participants1 post today
Replied in thread

@kgaut @Turboconnard le "tuto que tu fais tourner en local" je pense que c'est github.com/rust-lang/rustlings ^^

Je plussoie Rust, après ça dépend de ce qui t'intéresse. Dans les langages qui "mangent le cerveau" je rajoute #Haskell et #Elixir. Haskell est plus véner mais a des concepts connexes avec #Rust (leurs systèmes de type sont très proches), Elixir dans un autre genre, langage fonctionnel avec un influence de Ruby, très cool pour du web.

:crab: Small exercises to get you used to reading and writing Rust code! - rust-lang/rustlings
GitHubGitHub - rust-lang/rustlings: :crab: Small exercises to get you used to reading and writing Rust code!:crab: Small exercises to get you used to reading and writing Rust code! - rust-lang/rustlings
So, what do you guys think about how much effort is going into the elixir on the front-end. Why do you think it is so?
It seems like the language is perfect for the backend. But I don't see much publicity about it on the backend. Instead I see a lot of frontend and data science stuff.

#elixir
Replied in thread

@marick not me, but thanks to your wikipedia link and @k9ox 's link to #elixir / #erlang behaviours, maybe several things are is starting to fall into place.
FYI I remember @marcevers being keen on DCI, but it didn't speak to me at the time. I now see links with the kind of designs that flow from #EventStorming . And somehow behaviours in #elixir make sense. I was programming a distributed system in #PhoenixLiveView without noticing (until the book pointed it out, that is :-) ) .

🚀 New Releases! Along with the roadmap update, I'm happy to announce:

- JSON-LD.ex v1.0 with JSON-LD 1.1 support
- RDF.ex v2.1 with rdf:JSON literal support
- Grax v0.6 with a new JSON type and support for ordered lists based on rdf:List

These updates lay groundwork for the DID implementation and future developments. Please refer to the respective CHANGELOGs for a comprehensive list of the changes.

#rdf#jsonld#elixir

I long for the days of writing straight forward #elixir

I'm dying in this object oriented world that insists constructors can't return a value.

Piss off. I'll return whatever I want if it simplifies the calling of the thing.

I don't _want_ to instantiate everything...

I just want to transform data.