this post was submitted on 20 Jan 2024
31 points (100.0% liked)

Programming

13345 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

Text description (for those with screenreaders):

A portion of a prime number checker written in the Rust programming language, where the first few lines are written correctly including the first if statement in the program. However, the following if statements are written using Python syntax instead of Rust, as the author slipped back into his native tongue.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 8 months ago (2 children)

I was just being facetious by suggesting another commandline editor. ;P

[–] [email protected] 4 points 8 months ago (1 children)

I thought so but as I'm not a huge vim user myself, I thought maybe vim had some error detection like VSCode that could be set up and that's what you meant.

In any case, VSCode will probably be the go for me

[–] [email protected] 6 points 8 months ago (1 children)

vim can have IDE-like capabilities thanks to lsp and tree-sitter. That's a real game changer and is quite easy to set-up with something like kickstart.nvim.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

I actually use Vim to write all my code, but without IDE-ifying it, just syntax highlighting and some navigation tweaks (with Sublime3 for help with bulk edits). For most of my stuff an IDE is overkill.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

That's not a command line editor, this is a command line editor 😜

https://en.m.wikipedia.org/wiki/Ed_(text_editor)