From 75b61a8dabec46f4d8f5f93c2095cb8e2d0a8e50 Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Mon, 9 Dec 2024 14:59:59 +0100 Subject: [PATCH 1/2] Document the status of project and future --- goblins/scribblings/intro.scrbl | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/goblins/scribblings/intro.scrbl b/goblins/scribblings/intro.scrbl index f0ffa1a..3683f7e 100644 --- a/goblins/scribblings/intro.scrbl +++ b/goblins/scribblings/intro.scrbl @@ -108,18 +108,16 @@ is already all the security system we need). (Okay, actually see the first caveat in the next section.)}] -@section{What's on its way?} +@section{Status of Racket Goblins:} -@itemlist[ - @item{@bold{The rest of CapTP:} - There's still a few things left to CapTP to allow for easier - connection setup, proper disconnect handling, and capability - introductions between multiple machines. - (Coming in v0.8, presumably!)} - @item{@bold{A separate module system:} - While not part of Goblins itself, a future project named - "Spritely Dungeon" will help close the loop on ocap security for - Racket.}] - +Racket Goblins is currently not under active development for new features, but +will receive bug fixes and will maintain OCapN compatibility as described in +specifications developed by @link["https://ocapn.org"]{OCapN Group}. This +means that Racket Goblins will be compatible with Guile Goblins or any other +implementation of OCapN. + +If you'd like to look at another scheme implementation of Goblins which recieves +a lot of active development, please see +@link["https://gitlab.com/spritely/guile-goblins"]{Guile Goblins}. @make-intro-note[] From c7ae56244efdfcabdbaaba955fa7740bf480cfb1 Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Tue, 10 Dec 2024 00:35:15 +0100 Subject: [PATCH 2/2] Capitalize Scheme in docs --- goblins/scribblings/intro.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goblins/scribblings/intro.scrbl b/goblins/scribblings/intro.scrbl index 3683f7e..371143e 100644 --- a/goblins/scribblings/intro.scrbl +++ b/goblins/scribblings/intro.scrbl @@ -116,7 +116,7 @@ specifications developed by @link["https://ocapn.org"]{OCapN Group}. This means that Racket Goblins will be compatible with Guile Goblins or any other implementation of OCapN. -If you'd like to look at another scheme implementation of Goblins which recieves +If you'd like to look at another Scheme implementation of Goblins which recieves a lot of active development, please see @link["https://gitlab.com/spritely/guile-goblins"]{Guile Goblins}.