Software Alternatives & Reviews

ale VS Vim Adventures

Compare ale VS Vim Adventures and see what are their differences

ale logo ale

Asynchronous Lint Engine

Vim Adventures logo Vim Adventures

Learning Vim while playing a game
  • ale Landing page
    Landing page //
    2023-08-02
Not present

ale videos

ALE Tips & Tricks by Ar. Lei Ramos : Foundree x Zubu DA

More videos:

  • Review - ALE Reviewer | PROFPRAC Practice Exam Part I
  • Review - 5 Things I Learned During My ALE Review Season (June 2019)

Vim Adventures videos

VIM Adventures

Category Popularity

0-100% (relative to ale and Vim Adventures)
Text Editors
38 38%
62% 62
Coding Games
11 11%
89% 89
Productivity
100 100%
0% 0
Online Learning
0 0%
100% 100

User comments

Share your experience with using ale and Vim Adventures. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Vim Adventures should be more popular than ale. It has been mentiond 122 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

ale mentions (59)

  • Laravel code-quality tools
    Support for code quality tools are provided by the ALE plugin. These are supported for PHP:. - Source: dev.to / 3 months ago
  • A Humble Request for Assistance Maintaining ALE
    Hello Everyone! W0rp here. I thought I'd ask on Reddit if there's anyone out there would like to help maintain ALE. It would be nice to have another willing volunteer who is up for providing relevant feedback on PRs, answering common questions, merging good PRs, and managing GitHub issues. I'll mention to anyone interested that I have a general policy of never closing issues, no matter how old, unless they are... Source: 6 months ago
  • Tell HN: Vim Has Autocomplete
    Ctrl-X Ctrl-L is line based completion, see :help CTRL-X_CTRL-L for details. :help ins-completion gets the useful docs, Vim's own docs are very good and worth spending some time learning how to use, so you can learn Vim itself better. Another favorite of mine is 'gf' to open the filename under the cursor, very useful combined with ^X ^F. Omni completion is also useful: https://vim.fandom.com/wiki/Omni_completion... - Source: Hacker News / 7 months ago
  • LazyVim
    FWIW, I still use regular vim with ale [0] and it does everything I want. It formats files with Black and isort, shows ruff and pyright errors, supports jumping to definitions, and has variable information available on hover. I have collected my config over the past several years, but I pretty rarely encounter errors with it. [0]: https://github.com/dense-analysis/ale. - Source: Hacker News / 10 months ago
  • How to configure vim like an IDE
    At some of those syntax things neovim behaves better, and like. But there is https://github.com/dense-analysis/ale. Source: 10 months ago
View more

Vim Adventures mentions (122)

  • Practical Vim Command Workflow
    It surprises me how few people are aware of https://vim-adventures.com Beat that game and hjkl will feel just as natural as arrow keys, and so will a ton of vim commands. I think the creator does himself a disservice by selling 6 month licenses rather than lifetime. But 6 months is more than enough to play through it. I think it only took me a couple days. - Source: Hacker News / 8 days ago
  • Any fun ways to learn Emacs?
    I do not know any for emacs, but for Vim there is one: https://vim-adventures.com/. - Source: Hacker News / 10 days ago
  • Obsidian 1.5 Desktop (Public)
    That’s a good question. The built in tutorial is actually really good, you can launch it with “vimtutor” on the command line. It doesn’t give you everything, but its instructions and text to try things out on in the editor itself, which I find a good way to learn. It isn’t particularly programming focused either. For getting used to the motions especially https://vim-adventures.com can be a fun way, in its game... - Source: Hacker News / 4 months ago
  • Flexbox Froggy
    Very cool! As an aside, I've learned so many things via games like this. Including vim (via https://vim-adventures.com/), which I now basically can't live without. - Source: Hacker News / 7 months ago
  • How to Transform Vim to a Complete IDE?
    If you want to become thoroughly familiar with the commands of Vim and remember them forever, there is a browser game that can help you achieve this: https://vim-adventures.com. - Source: dev.to / 8 months ago
View more

What are some alternatives?

When comparing ale and Vim Adventures, you can also consider the following products

fugitive (via vim) - Free - VIM license

Vim Awesome - Awesome Vim plugins from across the universe

Vim-Plug - :hibiscus: Minimalist Vim Plugin Manager. Contribute to junegunn/vim-plug development by creating an account on GitHub.

vim.so - Learn vim fast with interactive exercises in the browser

pathogen.vim - pathogen.vim: manage your runtimepath. Contribute to tpope/vim-pathogen development by creating an account on GitHub.

CodeCombat - Learn programming with a multiplayer live coding strategy game.