When comparing Idris vs Guile, the Slant community recommends Guile for most people. In the question“What are the best general-purpose programming languages?” Guile is ranked 9th while Idris is ranked 15th. The most important reason people chose Guile is:
Guile makes it easy for users of your application to write extensions without needing to understand the plumbing of your program.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Full dependent types
Idris not only has support for type classes, but is a fully dependently typed language, giving you the full power to statically verify your code.
Pro Domain driven design and type driven development
Because of full dependent types in Idris, the programmer can focus more on modelling the domain with types and waste less time fixing common bugs that the type checker will catch. Dependent types help apply type driven development and a lot of code auto generation, making the compiler and type checker an ally in developing working software instead of just getting in the way.
Pro Easy to customize and extend applications
Guile makes it easy for users of your application to write extensions without needing to understand the plumbing of your program.
Pro GNU's official extension language
Chances are a system running enough GNU software will already have it installed.
Pro Excellent documentation
The documentation provides conceptual overviews, tutorials, and a detailed reference for all commands, functions, and operators.
Pro Fantastic interface to C, C++ in both directions, embedding guile in C/C++ and embedding C/C++ in guile
Cons
Con Not widely used
Con Not widely used
Con Weaker type inference
As type inference is undecidable for dependently-typed languages, Idris cannot offer the full type inference that Haskell supports, and so more type annotations will be needed.
Con Different semantics from Haskell
Idris, while similar to Haskell, has strict semantics, which may cause some confusion if your backend is done in Haskell. If using Idris, it would make sense to do the backend in Idris as well, if not for the fact that Idris currently has fewer libraries available for web development than Haskell.
Con Weak copyleft
LGPL