When comparing Xonsh (The Xonsh Shell) vs V, the Slant community recommends V for most people. In the question“What are the best languages to learn for someone coming from Python?” V is ranked 8th while Xonsh (The Xonsh Shell) is ranked 12th. The most important reason people chose V is:
Compile app to run on different OSes.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Easy to understand, Python-like syntax
Xonsh uses a syntax which is a superset of Python 3.4 plus some additional shell primitives. Because of the similarity to Python, which is famously an easy to understand programming language, the syntax of Xonsh is pretty easy to grasp too, even more so for Python programmers.
Pro Extensible
Most parts of xonsh are extensible. You can change tab-completer, prompt, history backend, aliases, functions and pack it to special package (called "xontrib") and put it on Github. The logic are clear and documented well.
Pro Portable
The xonsh shell has AppImage that makes it Linux-portable.
Pro Command history on steroids - including output
Xonsh has one feature that can be considered particularly unique. It stores not just the commands you type, but their output, and doing a search on your history (configurably) can search the output as well.
Pro Cross platform support
Xonsh has native cross-platform support.
Pro Cross-platform
Compile app to run on different OSes.
Pro Sum types
V has sum types.
Pro GUI support
V comes with (simple) GUI support out of the box.
Pro Clear syntax
Highly understandable language.
Pro Safety
V is very safe.
Pro Fast like C
V is easier than C and fast like C.
Pro Closures
V has closures, which gives the user additional options and usefulness.
Pro Generics
V has generics.
Pro Supports concurrency and channels
Can run functions concurrently that communicate over channels.
Pro C Interop
Can import C libraries, structs, and headers.
Pro Fast compile times
Compiles programs fast, less waiting around, so more productive and fun.
Pro Lambdas
Supports using lambdas, which helps write more concise code without having to use so many lines.