@arisunz Do you mean the protocol Goblins uses (OCapN) or the paradigms Goblins covers?
-
@arisunz Do you mean the protocol Goblins uses (OCapN) or the paradigms Goblins covers?
For the protocol, see https://ocapn.org/ which has an implementation guide here https://github.com/ocapn/ocapn/blob/main/implementation-guide/Implementation%20Guide.md
For the programming environment, there is a heck of a lot in there to unpack. If you wanted to look at it, Goblins' Guile implementation contains a pre-goblins directory which sort of walks through the steps for building up a bare minimum version of Goblins' concepts, though the working version today has much more than that.
-
@arisunz Do you mean the protocol Goblins uses (OCapN) or the paradigms Goblins covers?
For the protocol, see https://ocapn.org/ which has an implementation guide here https://github.com/ocapn/ocapn/blob/main/implementation-guide/Implementation%20Guide.md
For the programming environment, there is a heck of a lot in there to unpack. If you wanted to look at it, Goblins' Guile implementation contains a pre-goblins directory which sort of walks through the steps for building up a bare minimum version of Goblins' concepts, though the working version today has much more than that.
@arisunz I would love to see a Gleam version of OCapN btw :)