Based on our record, Kakoune should be more popular than CodeRunner. It has been mentiond 10 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.
Https://coderunnerapp.com is a good lightweight alternative if you want to try out snippets of Swift code. Source: over 3 years ago
BTW, if you're just start learning C++, get CodeRunner. Xcode is for project development, not a good learning tool. Source: over 3 years ago
I'm going to presage this by saying that if what you want from an IDE is that you can open a tab, tap in some C++, add some breakpoints if necessary and hit run, and if you're willing to spend $20, then I highly recommend CodeRunner. You can also set it up to invoke whatever you want to invoke for building, allowing you to use it as a full project-management IDE, but I usually don't bother with that. But it's... Source: almost 4 years ago
Mine is simple, probably wont win but I made this my username cause I like code, conuidentley coderunner is a program editor for macOS. Source: about 4 years ago
Fascinating idea! To summarize for those who know [Kakoune](https://github.com/mawww/kakoune), the idea is that every command has the form ["selection mode" -> "movement" -> "action"](https://ki-editor.github.io/ki-editor/comparisons/modal-editors.html) instead of Kakoune's movement->action. So, instead of having separate commands for "next character", "next word", "next structural element", there is one command... - Source: Hacker News / 8 months ago
Helix's modal editing is based on Kakoune's modal editing which is like an evolution to Vim's modal editing. You can think of it as being always in selection (visual) mode. https://github.com/mawww/kakoune?tab=readme-ov-file#selectio.... - Source: Hacker News / about 1 year ago
You might like kakoune (https://github.com/mawww/kakoune), which does exactly that: first you select the range (which can even be disjoint, e.g. All words matching a regex), then you operate on it. By default, the selected range is the character under cursor, and multiple cursors work out of the box. It also generally follows the Unix philosophy, e.g. By using shell... - Source: Hacker News / almost 2 years ago
It might be worth checking out kakoune if you are experimenting with editors. It’s supposed to be equally powerful to vim but much easier to learn. Source: over 2 years ago
For that, try Kakoune[1], which is modal with a mostly-postfix language instead of vi's usually-prefix one and uses this to also be a multiple-selections editor with immediate visual feedback. It falls too much into the uncanny valley of almost-but-not-quite-vi for some people, though. [1] https://kakoune.org/, https://github.com/mawww/kakoune. - Source: Hacker News / over 2 years ago
VS Code - Build and debug modern web and cloud applications, by Microsoft
Vim - Highly configurable text editor built to enable efficient text editing
SlickEdit - SlickEdit is a cross-platform, multi-language source code editor text editor that allows programmers to developer in over 40 languages on seven platforms.
Light Table - Light Table is a new interactive IDE that lets you modify running programs and embed anything from...
BBEdit - BBEdit is a professional HTML and text editor for Macintosh that provides features for editing, searching, and minipulation of text for web authors and software developers.
GNU Emacs - GNU Emacs is an extensible, customizable text editor—and more.