What are the differences between Bigloo and ECL?
- by Pubby
I've been looking to embed Lisp in some C++ code. Two options I'm interested in is Bigloo Scheme and ECL. Reading through the docs they seem to support a very similar feature set. Obviously Bigloo is Scheme and ECL is CLisp, but what other differences do they have?
In particular I'm interested in the following criteria:
Ease of embedding (for C++, not just C)
Performance
Style of coding
Size
Tail call support
I'm targeting this question towards someone who has used both.