Hacker News new | past | comments | ask | show | jobs | submit login

Curious how this compares to Guile.

Guile is designed for embedding. But it is vanilla Scheme, which might not be as modern as the Fennel flavor.

Maybe, the Fennel all gets lowered to Lua at build time, so you don't need a (maybe more expensive) Guile runtime? Or, Lua has a more comprehensive library ecosystem?




If I recall correctly, you can do both. You can compile your fennel code to lua, or you can use fennel as a library in your lua application so it will understand your fennel code.


Correct, it's all converted to Lua, Fennel has no runtime.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: