GNU Scheme ecosystem = guile + goblins + hoot + fibers.
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
Part of: repl-commons. Family canonical: guile.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer