jbzfn, to programming
@jbzfn@mastodon.social avatar

:blobwizard: Prolog, Erlang, Elixir, a side-by-side reference sheet | Hyperpolyglot

https://hyperpolyglot.org/logic

#Prolog #Erlang #Elixir

vascorsd, to programming
@vascorsd@mastodon.social avatar
lpil, to programming
@lpil@hachyderm.io avatar

Gleam v1.2.0 is out! And oh boy is it a good one! You're gunna like it a whole bunch

https://gleam.run/news/fault-tolerant-gleam/

wolf4earth, to programming

For a new podcast I'm looking for guests from marginalized and underrepresented groups in the / / community.

My co-host Adi Iyngar and me are looking to shine a light on the lived experiences of these communities. We're more than the tech we use and far too often folks are not able to bring their whole selves. This podcast is meant to be our little contribution towards changing that!

Boosts appreciated!

Di4na, to elixir
@Di4na@hachyderm.io avatar

I am looking for a new job. Elixir/erlang SWE and/or ops/SRE related. Size of the company does not matter. I have some ethical rules (gambling, blockchain and probably most AI company,...). I only work remotely from France. Yes I would prefer a FTE french contract, but I can do self employed contracts.

You can find more about my career at https://www.softwaremaxims.com/resume

frescosecco, to programming
@frescosecco@mastodon.social avatar

Blog post by the team: Erlang/OTP 27 Highlights.
https://www.erlang.org/blog/highlights-otp-27/

frescosecco, to programming
@frescosecco@mastodon.social avatar

With the OTP 27.0 release, now has year-2038-safe timestamps.
Phew, close call!

TheErlef, to programming
@TheErlef@genserver.social avatar

Don’t miss the chance to participate in the Erlang Workshop!

The Erlang Workshop brings together the open source, academic, and industrial communities of Erlang, other BEAM-related languages, actor model programming, distribution, and concurrency to discuss techniques, technologies, languages, and other relevant topics.

Important dates:

Paper submission: May 30
Notification: June 27
Camera Ready: July

Get to know more at this link: https://icfp24.sigplan.org/home/erlang-2024#Call-for-Papers

krisajenkins, to programming
@krisajenkins@mastodon.social avatar

From to and beyond, there are coders that love the actor model. But how does it work? How do you design systems in an actor-based world?

Hugh McKee joins me to talk about the best patterns and approaches he's found for breaking the problem down and building an actor-system back up.

📺 Watch on YouTube: https://youtu.be/CBUWcUuG6Ss

🎧 Listen on Spotify: https://open.spotify.com/episode/6LvibKMNLLiJA1f1bfgzYI

hrefna, to Java
@hrefna@hachyderm.io avatar

It's fascinating to me looking at beginning language guides and thinking "what does this say about the culture of the language"

When I was delving into it was (with affection) "here's hello world and here's a dense academic paper on implementing event systems in OCaml 5!"

guides used to be centered on the assumption that you were a web programmer looking to do applets, even long after that assumption died.

generally seems to assume a background in programming w/ a CLI.

hrefna,
@hrefna@hachyderm.io avatar

Thinking about cultures of languages for a second:

My experience with people (not elixir, I have only limited experience with elixir and less with the community) is that you were looking at practical people with a hard problem to solve, some niche elements to that problem, and who didn't get hung up on niceties (like having strings cough).

There's a massive degree of enthusiasm for the model and everyone kind of glossed over the language because of the runtime and model.

tetrislife,

@hrefna I know syntax matters to people (and I haven't yet written , only some ), but it is just a language. Just pattern-matching and immutability make it better than most by a long shot. So, I think the Erlang inventors got the language quite all right, and Elixir might just be a nicer way to write OTP style.

TheErlef, to programming
@TheErlef@genserver.social avatar

Join @codebeamio to celebrate the 30th anniversary of the Erlang/OTP User Conference!

Don't miss the insightful talk: Documenting Erlang/OTP ⌨

In Erlang/OTP 27 a new way of documenting code will be added, documentation attributes. @garazdawi will go through what the new documentation attributes look like, what makes it different from what we had before and how it may effect your project.

https://codebeamstockholm.com/participants/lukas-larsson/

TheErlef, to programming
@TheErlef@genserver.social avatar

Why Erlang?!

Join Kiko Fernandez and Ingela Andin in their talk at @codebeamio!

As Erlang/OTP developers for Ericsson and the Erlang/OTP team, they will provide insights into the history of Erlang/OTP, focusing on what happened after it became open source.

This talk is for anyone interested in Erlang/OTP and computer science! Learn more here: https://codebeamstockholm.com/keynotes/why-erlang/

furmans, to FunctionalProgramming

We are super glad to inform you that LAMBDA WORLD CADIZ is BACK...

🗓️2-4 October 2024
📌Palacio de Congresos de Cadiz
🎟️Early Camarón at €150
🪩lambda.world

#functionalprogramming #Scala #Erlang #Haskell #Clojure #Kotlin #fsharp

Should the best Rock-Funky-Hard SolYNaranjaS band make a noise there...? Should not ?

changelog, to programming
@changelog@changelog.social avatar

🕺New Changelog interview!

We’re joined by Louis Pilfold, creator of the Gleam programming language!

We discuss Gleam's inspiration, how it compares to other languages, where it shines, the overwhelming support Louis is getting through GitHub Sponsors & what’s next 🔮

🎧 https://changelog.fm/588

vascorsd, to programming
@vascorsd@mastodon.social avatar

The Optimizations in Erlang/OTP 27 - Erlang/OTP - https://www.erlang.org/blog/optimizations/

mononcqc, to programming
@mononcqc@hachyderm.io avatar

Good blog post from the team on optimizations coming in Erlang/OTP 27: https://www.erlang.org/blog/optimizations/

frescosecco, to programming
@frescosecco@mastodon.social avatar

Hm, there seems to be support in Facebook's static code analyzer Infer (without being officially listed, though): https://github.com/facebook/infer

leobm, to programming German
@leobm@norden.social avatar

Gleam version v1.1 released.

  • Language server improvements
  • Compilation batching
  • Bun support
  • Rebar support
  • Clearer dependency requirements
  • Dead code elimination
    and more
    https://gleam.run/news/gleam-v1.1/

mononcqc, to programming
@mononcqc@hachyderm.io avatar

If anyone in the community has been using the rich compiler error option in Rebar3 over the last year, I’m looking for any feedback or opposition before turning it on by default in the next release: https://github.com/erlang/rebar3/pull/2881

andrew_chou, to elixir
@andrew_chou@toot.cafe avatar

Ongoing thread dedicated to thoughts as I read "Elixir in Action" (Volume 3)

https://www.manning.com/books/elixir-in-action

andrew_chou,
@andrew_chou@toot.cafe avatar

Been learning Erlang a lot at the same time (one could say...concurrently 🤪). Regarding syntax and language decisions, I find it much more approachable and consistent. Maybe more verbose (as the author of this book asserts), but I think I generally prefer that if we're not talking about extremes

83r71n, to Cybersecurity

A critical vulnerability, named BatBadBut, was discovered in the Rust programming language, affecting not just Rust but also Erlang, Go, Python, Ruby, and potentially others. This vulnerability, with a severity score of 10/10, could allow attackers to execute arbitrary commands on Windows systems by exploiting how Rust handles batch files. The issue arises from Rust's standard library improperly escaping arguments when invoking batch files on Windows, leading to potential command injection. The vulnerability has been addressed with a fix in Rust version 1.77.2, which developers are urged to update to. Other programming languages and systems, including Node.js, PHP, and Java, are also affected and are working on patches.

https://flatt.tech/research/posts/batbadbut-you-cant-securely-execute-commands-on-windows/

https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html

jrthreadgill, to elixir

If you're new to Elixir, here's a great Øredev intro talk from @lawik --> https://youtu.be/wWRDysIpMFQ?si=GTv_IcXb9jJhVVi3

Really good evaluation of Elixir/BEAM in comparison to other developer tools like Ruby/Rails, ASP.NET, Golang, etc..

There IS a bit of Elixir hype in the video, but it's mostly warranted 😜 And by Lars's own admission, he's a bit overenthusiastic.

krisajenkins, to programming
@krisajenkins@mastodon.social avatar

I love the ideas in , but I’ve never quite gelled with the language. So when I heard someone was porting the runtime to , my ears pricked up.

Leandro Ostera joins me this week to explain how he's borrowing BEAM's best bits. 😅

📺 https://youtu.be/IxQ586TS8Gw

frescosecco, to programming
@frescosecco@mastodon.social avatar

Release Candidate 2 for OTP 27.0 is out: https://github.com/erlang/otp/releases/tag/OTP-27.0-rc2
And now has its own JSON lib.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • Durango
  • ethstaker
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • Leos
  • osvaldo12
  • tacticalgear
  • cubers
  • cisconetworking
  • anitta
  • provamag3
  • modclub
  • mdbf
  • GTA5RPClips
  • tester
  • megavids
  • normalnudes
  • lostlight
  • All magazines