gerbil icon indicating copy to clipboard operation
gerbil copied to clipboard

Gerbil Scheme

Results 156 gerbil issues
Sort by recently updated
recently updated
newest added

Hi, I think the instructions say that gerbil should build from a zip in the top level README.md, but the configure fails .... ``` ❯ ./configure fatal: Not a valid...

Move aside gsc and gambuild-C to a libexec directory, or leave them in bin but rename them gxgsc and gxgambuild-C so they clash with an installation of gambit beside gerbil.

``` wget https://raw.githubusercontent.com/mighty-gerbils/gerbil/master/homebrew/gerbil-scheme.rb brew install --formula -vd gerbil-scheme.rb ``` ## Error log: ``` ... compile /private/tmp/gerbil-scheme-20240318-40667-701jwl/build/lib/static/std__ld: Undefined symbols: ____S_any, referenced from: ____LNK_gerbil____expander____stxcase in gerbil__expander__stxcase.o ____LNK_std____srfi____1 in std__srfi__1.o ____LNK_std____srfi____115 in std__srfi__115.o...

We're not interested in requiring a particular format/structure, but an autoformatter is a nice tool to have around. - [ ] Illicit feedback from maintainers and the community for sane...

enhancement
help wanted
discussion
backlog

Currently it is `module/path#module/path::timestamp`, intending to avoid conflicts with user variables. As @feeley suggested, there is a better way to do that: use a `#` local variable in the fully...

My apologies if this has been announced/discussed elsewhere, but does gerbil have an official channel for accepting donations? Options like Liberapay, GitHub Sponsors, and Patreon come to mind. I don't...

On either v0.18.1 or master, from a file with these contents: ``` (import (only-in :std/actor-v18/message message::t) (only-in :std/net/websocket message::t)) (displayln (struct->list message::t)) ``` In the example above, the actor-v18 message...

We introduce and find latent subtle bugs in the compiler, and who knows what dark corners lurk in fringe macro uses? We need a framework and comprehensive test suite for...

We have some core data structures in the runtime that are protected by _spin_ locks. The rationale for this is that they are virtually free (compared to mutexes) in UP,...

WIP -- see #1226