1. 3

    Yet Another Text Editor ™

    Sorry, I’m selfishly sticking with vim. I might try emacs before I die.

    1. 4

      Why not neovim? I like it especially for Deoplete. The built-in terminal is a plus, too.

      1. 2

        For me, vim “just works” (for my use cases) so i don’t see the reason to switch to neovim.

        1. 1

          Any idea of what the Haskell support is like? I like the idea of Neovim, but have been leaning toward trying out Spacemacs for the built-in Haskell layer, or Atom and ide-haskell if its Vim support weren’t still subpar (IMO).

          1. 3

            a simple duck duck go search revealed a potential answer https://www.reddit.com/r/haskell/comments/3wiwhs/anyone_using_neovim/

        2. 1

          Yep. I’m about to post some satire.

        1. 1

          I’m writing an AI for the Flood Wars game in C, for a contest. Currently searching for a way to efficiently do minimax/alpha-beta in depth 10.

          1. 3

            This week I’m learning Go with help from the book Introduction in Programming with Go.

            1. 1

              how are you finding it so far? i kinda like Go, have been using it for all my bots and stuff.

              1. 1

                i love it. it’s compiled and it has some really nice features. i like how variables are declared, name first, type second.

            1. 5

              mksh, because it is extremely simple. It only auto-completes file paths and it helped me learn most UNIX commands better. Because of its limited feature set, it encourages me to write POSIX sh scripts. Also, it is very lightweight and fast.