Skip to content

Is aniseed and hotpot present the same time in the system? Would that be a problem? #96

Answered by shaunsingh
glyh asked this question in Q&A
Discussion options

You must be logged in to vote

conjure (which depends on aniseed)

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 you require 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 compile

However, 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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by glyh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants