François-René Rideau

Results 219 comments of François-René Rideau

Note that in this case, `vector-set` is available without `##` in `gsi` (in upstream gambit) and in `gxi`, but not from `gxc`. We should focus on the symbols available without...

I suppose all the modules loaded when your gerbil process is started—visible somehow by introspection, I presume—or else by looking at the source for what the runtime, prelude, expander and...

^ @vyzo can you advise on whether there is introspection available for what modules exist? Maybe through the `__*modules*` variable defined in `runtime/eval.ss` ? And if not, what we should...

`:` or `::` is a widely accepted standard for type annotations (including return type annotations), and I see no reason to depart from it. For other annotations, sure do our...

Don't we need a regular prefix syntax, too? Or are we becoming Rhombus? Better read the Rhombus paper, then... is it out?

Nice syntax, but... what's the semantics?

Is it not "just" a matter of using mkdir -p and otherwise making build steps idempotent? Which step fails?

Aha, this works: ``` (defclass (Child Mixin Base) ()) ```

Also, it is probably poor form to store an unversioned copy of the file in ~/.racket/llncs.cls — what if a version incompatibility were introduced at some point? scribble/llncs probably needs...

If the license is compatible, I'd suggest including the cls file in the racket/scribble git repository, or a separate repository (if needed for license reasons) that can used as a...