this post was submitted on 18 Jul 2024
477 points (97.6% liked)

Programmer Humor

32139 readers
811 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] velox_vulnus@lemmy.ml 6 points 2 months ago (3 children)

Kakoune is probably the only editor that respects the UNIX philosophy, and I love it. But I also don't like how there's no linter and formatter for the same - maybe a daemon-based approach is probably better?

[โ€“] PaX@hexbear.net 3 points 2 months ago* (last edited 2 months ago)

If you like Unixy editors, highly recommend also looking into acme

Russ Cox describes it in this video as more like an "integrating development environment" as in it works with your surrounding operating system rather than an "integrated development environment"

Doesn't shine as much on Unix as in Plan 9 though. Also no linter or formatter built into or distributed with acme but you probably could get your language's usual tools to work pretty well with it

load more comments (2 replies)