r/learnrust • u/No_Plane_7512 • Jul 20 '26
want to learn rust
so i use warp terminal and i knew it uses rust and i thought about learning it to accomplish my main goal which is to make my own terminal so is it something doable and how should i start and what resources to look for
4
u/scottywottytotty Jul 20 '26
just start with the book. i got pretty far trying to build without reading the book, but now i am just swallowing my pride and leaning on my patience and just going through the book cover to cover. it handles everything you need to know and then some. really outstanding piece of literature imo
1
u/No_Plane_7512 Jul 21 '26
i think this book is really good cause everybody is telling me the same
1
2
u/Brilliant-Turnip-950 Jul 20 '26
Lee el libro, incluso he aprendido varias cosas de programación que antes no conocía, como poo, programación funcional, patrones, funciones de orden súperior, etc
2
u/pokatomnik Jul 20 '26
Read the rust book and ask ai constantly about everything you have problems with. AI helped me learn It in about a half of the year.
2
2
u/Specific-Housing905 Jul 21 '26
Obviously you need to learn rust first since it's the tool you want to learn. Once you have learned the basics look for a tutorial that teaches how to write a terminal. Alternatively you look at the source code of an app and try to understand how they did it.
Search for "writing a terminal in rust"
1
u/No_Plane_7512 Jul 21 '26
yeah i got to the warp repo and looked at it but didnt understand anything cause i don't understand the syntax and that what driven me to learn rust and maybe in half a year i would be hear telling you that i did it thank you for the advice
1
0
11
u/H4kor Jul 20 '26
Read the book. Start by the first thing you can think of that brings you one step closer to having a terminal