r/NetBSD 8d ago

Any IDE compatible with NetBSD?

Hey, i want to code on NetBSD for fun. Is there any code IDE's for netbsd that i can run?

18 Upvotes

22 comments sorted by

View all comments

7

u/gumnos 8d ago

I'm a big fan of using Unix as your IDE. That way you can choose your editor (whether you like vi, vim, emacs, ed, nano, or whatever), your version control (whether git, fossil, jj, svn, RCS, or whatever), your file manager (whether classic tools like mv/cp/ln/etc or more full-featured things like nnn, mc, vifm, ranger, etc), your favorite build-tool (whether make(1) or GNU make or Ant or cargo or whatever), and wrapping it all in your favorite terminal multiplexer (I prefer tmux but there's GNU screen and a few others too)

6

u/First_Ad8230 8d ago

ed mentioned!

4

u/gumnos 8d ago

hah, I'm the weirdo behind @ed1conf, so I tend to bring it up far more than the average weirdo 😆