←back to thread

175 points nateb2022 | 1 comments | | HN request time: 0.205s | source
Show context
glutamate ◴[] No.41521214[source]
Love the idea, but i am having a hard time finding out what the code looks like. Where can i see the code for spawn, receive and send?

> ... a command-line utility designed to simplify the process of generating boilerplate code for your project based on the Ergo Framework

Why is there any boiler plate code at all? Why isn't hello world just a five line programme that spawns and sends hello world somewhere 5 times?

replies(3): >>41521800 #>>41522012 #>>41523043 #
weego ◴[] No.41523043[source]
This was a constant source of confusion for me with Akka. They seemed almost proud of how much boilerplate and how many weird implicit conversions were exposed to the developer.
replies(2): >>41523090 #>>41526889 #
1. theflyinghorse ◴[] No.41523090[source]
That's just Scala community in general.