|
|
|
|
|
by dogprez
870 days ago
|
|
> [Fennel] also lacks Common Lisp's debuggability, given that it sits entirely within Lua's runtime. I'm not sure exactly what feature the OP was referring to. It sounds like they don't think you can get a REPL for an executing Fennel process? You can. If you are only using it for AOT Fennel->Lua you can't, you have to include its runtime. |
|