GNU Scheme ecosystem = guile + goblins + hoot + fibers.
/plugin marketplace add plurigrid/asi/plugin install plurigrid-asi-skills@plurigrid/asiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
GNU Scheme ecosystem = guile + goblins + hoot + fibers.
| Skill | Lines | Domain |
|---|---|---|
| guile | 67K | Interpreter |
| goblins | 6.5K | Distributed objects |
| hoot | 4K | WebAssembly |
| fibers | 2K | Concurrent ML |
| r5rs | 1K | Standard |
;; guile + goblins + hoot
(use-modules (goblins)
(goblins actor-lib methods)
(hoot compile))
(define-actor (counter bcom count)
(methods
((get) count)
((inc) (bcom (counter bcom (+ count 1))))))
guile -c '(compile-to-wasm "app.scm")'
flox pull bmorphism/effective-topos
flox activate -d ~/.topos