Browse Source

Merge branch '0.10-prep' into 'master'

0.10 prep

See merge request spritely/goblins!30
fix-gitlab-ci v0.10
Christine Lemmer-Webber 3 years ago
parent
commit
bb1d207971
  1. 2
      goblins/info.rkt
  2. 12
      goblins/scribblings/goblins.scrbl
  3. 3
      goblins/scribblings/intro.scrbl

2
goblins/info.rkt

@ -20,7 +20,7 @@
"racket-doc"))
(define pkg-desc
"A transactional, distributed actor model environment")
(define version "0.9")
(define version "0.10")
(define pkg-authors '("cwebber"))
(define scribblings '(("scribblings/goblins.scrbl" (multi-page))))
(define license 'Apache-2.0)

12
goblins/scribblings/goblins.scrbl

@ -24,6 +24,18 @@
Be mindful of that before using this for anything that goes into
production!}
@emph{
@bold{New in 0.10:} @link["https://spritely.institute/goblins/"]{Goblins}
is now under the stewardship of the
@link["https://spritely.institute/"]{Spritely Institute}!
We also now have a
@link["https://gnu.org/s/guile"]{Guile} version of Goblins,
which is now the primary implementation of Goblins.
Both Racket and Guile versions of Goblins can speak to each other,
and the Racket version of Goblins is going to be maintained, but the
Guile version is considered the canonical version now!
@link["https://spritely.institute/goblins/"]{Read more!}}
@table-of-contents[]
@include-section["intro.scrbl"]

3
goblins/scribblings/intro.scrbl

@ -20,7 +20,8 @@
@title[#:tag "intro"]{What is Goblins?}
Goblins is a quasi-functional distributed object system, mostly
@link["https://spritely.institute/goblins/"]{Goblins}
is a quasi-functional distributed object system, mostly
following the @seclink["what-is-an-actor"]{actor model}.
Its design allows for object-capability security, allowing for safe
distributed programming environments.@intro-note{

Loading…
Cancel
Save