Lisp
I am partial to guile, but for ease of use chicken is a recommendation.
Gerbil is nice, and batteries are included the thing that talks against it is that it is not really standard scheme. It has everything you need though.
First time i hear of Gerbil.
Could you explain why do you say its a non standard scheme? the Gerbil website says:
> Supports current R*RS standards and common SRFIs
As far as i understand if language implements at least one of R*RS specifications, its considered scheme. right?
First time i hear of Gerbil.
Could you explain why do you say its a non standard scheme? the Gerbil website says:
> Supports current R*RS standards and common SRFIs
As far as i understand if language implements at least one of R*RS specifications, its considered scheme. right?
CHICKEN Scheme is a very pragmatic and useful Scheme, with a lot of useful packages (which it calls eggs).
Will you have a look at the developing environment? For example, racket, chez scheme and guile they all have language server. But their server has their own ability and disability.
I recommend reading Andy Wingo's recommendations. Make sure to read the comments, too.