Hacker News new | ask | show | jobs
by rocqua 1967 days ago
My experience with distributed computing is that the biggest issue isn't passing functions with data. Instead the biggest issue is sharing state between systems. This is part of why immutability is very nice.