30

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.

all 16 comments
sorted by: hot top controversial new old
[-] agressivelyPassive@feddit.de 26 points 6 months ago

That's why you use a proper IDE, that checks everything as you type.

[-] t3rmit3@beehaw.org 14 points 6 months ago

Yeah, like Vim. Who uses nano to code?

[-] JustARegularNerd@aussie.zone 7 points 6 months ago

Well, in my defense I just wanted to initially try out Rust and on this particular computer, I don't have any IDE set up on it yet. However, definitely seems like an IDE is in order for me haha

[-] t3rmit3@beehaw.org 2 points 6 months ago

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

[-] JustARegularNerd@aussie.zone 4 points 6 months ago

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

[-] robinm@programming.dev 6 points 6 months ago

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.

[-] t3rmit3@beehaw.org 2 points 6 months ago* (last edited 6 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.

[-] jarfil@beehaw.org 2 points 6 months ago* (last edited 6 months ago)

That's not a command line editor, this is a command line editor ๐Ÿ˜œ

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

[-] hallettj@beehaw.org 7 points 6 months ago

I did not realize nano implemented syntax highlighting!

[-] JustARegularNerd@aussie.zone 4 points 6 months ago

I'm not sure what does and doesn't control it, but I've installed nano on some Linux distros and it has no syntax highlighting at all, then other distros (currently using LMDE) just have it by default.

[-] Fal@yiffit.net 5 points 6 months ago

Seriously. I can't imagine writing rust without an IDE, that's absurd. Rustrover is amazing

[-] Cwilliams@beehaw.org 1 points 6 months ago* (last edited 6 months ago)

What is Rustrover? Whatever it is, that's an awesome name

[-] Fal@yiffit.net 1 points 6 months ago

Jetbrain's rust IDE

[-] Ephera@lemmy.ml 4 points 6 months ago

Once you're happy with your own implementation, you may be interested in this rather rustic implementation I created a little while ago: https://codeberg.org/trem/erastothenes-iter/src/branch/master/src/lib.rs

It's actually just an iterator for primes, but building a function around it which checks whether a given number is prime shouldn't be difficult.

It's probably quite overwhelming, but you don't have to learn all these concepts all at once. I started out much like you and then learnt many of the nuances hidden in there over the course of multiple years. It's fine, if it doesn't look all idiomatic from the start. Just as a bit of a pre-taste where your journey might lead. ๐Ÿ™ƒ

this post was submitted on 20 Jan 2024
30 points (96.9% liked)

Programming

13269 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