Is aniseed and hotpot present the same time in the system? Would that be a problem? #96
-
As title, I realize that both hotpot and aniseed(which is required by conjure)is present. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The two don't conflict, so it isn't an issue. Nyoom itself is going to use hotpot to compile modules, code, run things like However, I do plan on adding a |
Beta Was this translation helpful? Give feedback.
The two don't conflict, so it isn't an issue. Nyoom itself is going to use hotpot to compile modules, code, run things like
nyoom repl
, etc. Aniseed is only loaded when you're actively evaluating fennel code with conjure. Even then, if yourequire
a fennel file from the evaluation session that is already compiled loaded into nyoom's env (e.g. nyoom's stdlib), its going to first check if it has a cached version with hotpot, and only then is it going to use aniseed to compileHowever, I do plan on adding a
hotpot
client for conjure, that uses hotpot to compile and evaluate fennel code instead of aniseed. This is far in the future though