| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fennel | 2020-07-12 | 190.4 kB | |
| 0.4.2.tar.gz | 2020-07-12 | 138.7 kB | |
| 0.4.2.zip | 2020-07-12 | 167.8 kB | |
| README.md | 2020-07-12 | 613 Bytes | |
| Totals: 4 Items | 497.5 kB | 0 | |
0.4.2 / 2020-07-11
- Fix a bug where multiple
includecalls would splice locals incorrectly - Support varargs in hashfn with
$...(#298) - Add
with-openmacro for auto-closing file handles (#295) - Add
--native-moduleand--native-libraryto--compile-binarycommand - Make autogensym symbols omit "#" when appending unique suffix
- Fix a bug where autogensyms (using
#) couldn't be used as multisyms (#294) - Add
fennel.searchModulefunction to module API - Fix a bug causing
includeto ignore compiler options - Fix a bug causing the repl to fail when
$HOMEenv var was not set