-21
[-] TadoTheRustacean@programming.dev 3 points 5 months ago

JetBrains Mono Nerd font

77

This is a challenge from https://programming.dev/post/12476471

[-] TadoTheRustacean@programming.dev 5 points 5 months ago

Semicolons. Statement's can be written in multiple lines such as rust io::stdin(&mut foo) .unwrap(). Idk if it would work if the newlines were significant. Also when I paste something, it could be ready hard for the formatter to format it.

[-] TadoTheRustacean@programming.dev 1 points 5 months ago

Bash is a bigger one. Luckily there's nushell

[-] TadoTheRustacean@programming.dev 7 points 5 months ago

Challenge accepted! If I won't procrastinate from this procrastinating, tomorrow will be a version 2 without commas!

[-] TadoTheRustacean@programming.dev 7 points 5 months ago

If you know about rust you know it's a programmable programming language, meaning that you can make macros. There could be a macro that would do that but 1. Macros is rust code to write rust code so they have the complexity of rust squared 2. I said to myself the only macros I will allow myself to use in this challenge is println and allow

[-] TadoTheRustacean@programming.dev 8 points 5 months ago

As you can see, rust allows you to not put semicolons at the end of code blocks. The presence of semicolons is not a language killer. It's a very hard language, but its worth it.

[-] TadoTheRustacean@programming.dev 3 points 5 months ago

JetBrainsMono Nerd Font

104

[-] TadoTheRustacean@programming.dev 11 points 10 months ago

Installing linux. If you are in a more comfortable environment you will be better at working

[-] TadoTheRustacean@programming.dev 1 points 10 months ago

I am hopeless at getting the text_ptr simpler than i64::from_str_radix(&format!("{:p}", my_string)[2..], 16).unwrap(); How can i get it the normal way?

[-] TadoTheRustacean@programming.dev 2 points 10 months ago

Isn't echo a shell builtin?

175
poorPenguin (programming.dev)
270
view more: next ›

TadoTheRustacean

joined 10 months ago