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

Gambit now supports `macro-case-target` which allows you to conditionally expand code for specific targets. We should add support for it as well, because it is very useful to introduce logic...

So that we can directly genreate js code without having to jump through hooks. Also very useful as the native backend is maturing. cc @drewc

fare's poo in the clan package is a maturing and is becoming very promising for mainline gerbil inclusion. Make this happen!

Improvements for `:std/getopt`: - [ ] Support multi options -- see #648. - [ ] Support nested commands - [ ] Support customizable help display

backlog

Currently it is very cumbersome to build native code in C and link it correctly when use `:std/make`. Ideally we would have rules with building with the C compiler and...

We currently have a flat static directory and mangle module names to mimick the hierarchy. This creates problems with user includes with ffi as these names cannot be mangled and...

The user lib directory is currently unversioned, which leads to an array of segfaults when Gerbil is updated. We need to start keeping the lib version (gerbil+gambit) in order to...

I think this should just be as simple as ```scheme (export alias) (define-alias alias define-alias) ``` but I can’t test it right now.

When a package foo is rebuilt by gxpkg, gxpkg automatically rebuilds all packages that depend on foo. Unhappily, it doesn't do it in a correct order such that if baz...

bug

Getting the following error when importing :std/misc/alist. No issues importing other modules such as "list" or "hash" in the "misc" directory. *** ERROR IN (console)@22.2 -- Syntax Error *** ERROR...