Skip to main content

Configuring Pigeon – Akka Actors for .NET

· 2 min read
Founder, Asynkron Systems

When I began to write the configuration support for my Akka Actors port “Pigeon”, I used JSON for the config files.
I’ve now managed to get some nice progress porting Typesafe’s Configuration library too.
So Pigeon now uses HOCON notation for the config files, and thus, allows for re-use of real Akka config files in Pigeon.

Pigeon – Akka Actors for .NET

· 2 min read
Founder, Asynkron Systems

I’m working on a port of the Java/Scala framework Akka, or rather the Actor Model part of it.
As of now, this is only a bit more than a weekend hack, so don’t expect too much.
But I already have a couple of nice features in: