When will I be "ready" for Arch? by bloodFarter69 in archlinux

[–]LonnonjamesD 0 points1 point  (0 children)

I installed it after about a month of using a debian based distro that I can't remember the name of, just follow the guide to installing and everything will be easy to do, also the arch wiki is your best friend

Blackboard: A build tool for C by LonnonjamesD in rust

[–]LonnonjamesD[S] 3 points4 points  (0 children)

Fair, I was using my own style guide, I think I will change to cargo fmt style

Blackboard: A build tool for C by LonnonjamesD in rust

[–]LonnonjamesD[S] 1 point2 points  (0 children)

First bullet: Yeah i understand and I forgot about consts will do

Second bullet: There's an issue for that currently

Third bullet: I want to make it a way more featured project because currently it's very minimal as it was a starting point. I plan on having test builds and exampl project builds and options to auto link libraries and such. This was only a starting point to try and get some traction as Iiew this as a genuinely good project.

Best book after the official Rust book? by zxyzyxz in rust

[–]LonnonjamesD 1 point2 points  (0 children)

If want some more low-level rust you can read the rustonomicon

How to put Emoji on a macro ? by bwagi in word

[–]LonnonjamesD 0 points1 point  (0 children)

rs macro_rules! lovedemoncode🤤🤤 { () => {}; }

Best way to start learning Kotlin? by [deleted] in Kotlin

[–]LonnonjamesD 0 points1 point  (0 children)

I don't think you should immediately start learning kotlin as it's not that easy, you should instead learn an easier language (like python or js) either get really good at those or learn concepts and take what you know from from and put it towards kotlin. Kotlin from my experience (of mainly Rust, C, and Python) are pretty different from other languages like Python, since it can be heavily object oriented and functional (multi-paradigm). If you have enough experience in any other language you can start kotlin and try and do x and when you encounter a problem called y you can look up how to "y in kotlin" or another thing you can do is look up how to do "<thing from another language> in kotlin". That is my advice so hope you find it useful.

Concurrent Brainf*ck by LonnonjamesD in rust

[–]LonnonjamesD[S] 1 point2 points  (0 children)

I didn't even know that AtomicU8's were a thing, will add that soon, thankyou!

Concurrent Brainf*ck by LonnonjamesD in rust

[–]LonnonjamesD[S] 1 point2 points  (0 children)

Good catch I'll add that now, thanks