Dependencies for husk-scheme-3.11

library
huski
huskc

Flags

Automatic Flags
NameDescriptionDefault
useffi

Haskell Foreign Function Interface (FFI). Allows husk to import and call into Haskell code directly from Scheme code. Turn off FFI to decrease build times and minimize executable sizes

Disabled
uselibraries

R7RS-style libraries.

Enabled
useptrs

Turn off pointers to increase performance at the expense of severely restricting the functionality of mutable variables. Setting this flag to false will revert back to the behavior from previous versions of husk.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info