Python Forum
Killer features/libraries of various languages
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Killer features/libraries of various languages
#9
I've been looking into Erlang recently, and one really cool thing it has built into the language itself, is distributed processing. As a language construct, you can pass messages not only between processes on a machine, but running processes on separate machines. https://erlang.org/doc/getting_started/c...rogramming

From a function's perspective, there is no difference at all between a function running in the current process, or one running on a different machine. I think that's really cool.
Reply


Messages In This Thread
RE: Killer features/libraries of various languages - by nilamo - Apr-30-2021, 06:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  New Features In WP5.9 ; What Happens If One Sticks To A Old Theme? apollo 1 1,739 Feb-16-2022, 03:18 PM
Last Post: Rixter112
  How many languages do you use. Jan_97 5 2,821 Feb-24-2020, 08:57 PM
Last Post: ndc85430

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020