🙏🏽

I write software (C++) for a living.

#Emacs #Prolog #Erlang #SelfHosted

  • pro-communalism
  • anti-consumerism
  • pro-holisticism
  • anti-monism
  • pro-libre software
  • fan of #Plan9 and #HaikuOS

anti-witchhunt, see https://stallmansupport.org/

  • 3 Posts
  • 87 Comments
Joined 1 year ago
cake
Cake day: May 15th, 2025

help-circle


  • eh, it runs on e-mail infrastructure; also, it does a little bit more than messaging.

    You can use your usual e-mail ID, and message anybody else’s e-mail ID, but securely only if they also use Delta Chat. To work around the big servers seeing your social graph, they recommend using randomly-generated IDs on always-encrypted tuned e-mail servers that they call “chat mail” servers.

    Either way, you also get user-to-user web apps called WebXDC. This is something even some XMPP clients have added nowadays.




















  • My ₹1. It may depend on what you plan to write in it (for fun). The BEAM sounds great for long-running processes, but not as much for point tools; Erlang and co supposedly run slower than Python, which isn’t fast either.

    My other ₹ ;-) if you stick to the BEAM: OCaml sort of runs on it, as there is the Caramel project to replicate it (https://caramel.run/). One of the Erlang creators also ported Prolog to the BEAM (erlog), as well as Lua (erlua) and Lisp (LFE). Elixir is probably great, as it is inspired by Ruby (I found Ruby very pleasant, other languages have so much semantic noise).

    Freebie! The BEAM inspired an inspirational design for parallel programming, the Pony language. I am somewhat sad development slowed down, it is a Rust killer.