Skip to content

Comment on Elixir – Phoenix LiveView Nativeparent

Comments

the libraries for interfacing with actual third party services or doing mundane things are a bit lacking

Can you provide concrete examples for this? I work with Elixir every day and your statement does not resonate with me at all.

Integrating with third party services and doing mundane things are generally no harder in Elixir than any other language.

There's plenty of example. Stripity stripe is an example of one of the better integrated examples and even I've been a bit frustrated with it at times. We're currently stuck on a slightly older version and last I checked, it didn't support the latest version of the stripe API. And that's an example of a library thats relatively well maintained. If you want to use authorize.net for instance, you have to roll your own. (there's a hex package but its still very much in beta). If you wanted to do banking and use Synapsefi, be prepared to roll your own.

Now it wouldn't' be any harder to write these libraries in elixir vs ruby or laravel. The difference is there are well polished libraries for both those platforms you can just drop in and use. That makes what could be a week of work in elixir, about half a day in ruby by virtue of the work largely being done for you already.

If the library doesn't exist for either, then I agree, elixir isn't going to be any harder to integrate.

Datadog APM, Segment: both key to building day to day products, none first party support. Community libraries exist, but their bus factor isn’t looking good.

Spent weeks getting spandex (elixir Datadog lib) to work properly. Totally concur.

And then found out it was abandoned. But everyone is moving to open telemetry.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.