Hello from North Carolina

Come in and say hi. Let us know a little about you and where you heard about the Commander X16 or this forum.
SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

Hello from North Carolina

Post by SlithyMatt »



13 hours ago, Chad Windham said:




Haven't messed with Python much, but have created various CLI's via Node, Ruby and Rust



Python and Ruby are pretty interchangeable, but Python just has more traction now. So then, I would suggest taking some of your simpler CLI programs and try doing them in C before doing them in assembly.

Chad Windham
Posts: 4
Joined: Mon Nov 23, 2020 9:37 pm

Hello from North Carolina

Post by Chad Windham »



13 hours ago, SlithyMatt said:




Python and Ruby are pretty interchangeable, but Python just has more traction now. So then, I would suggest taking some of your simpler CLI programs and try doing them in C before doing them in assembly.



Unless I'm missing something, wouldn't Rust pretty much check all the boxes that C would?

rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

Hello from North Carolina

Post by rje »



7 minutes ago, Chad Windham said:




Unless I'm missing something, wouldn't Rust pretty much check all the boxes that C would?



It certainly would.

 

SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

Hello from North Carolina

Post by SlithyMatt »



3 hours ago, Chad Windham said:




Unless I'm missing something, wouldn't Rust pretty much check all the boxes that C would?



Not quite. Rust still has a bunch of black magic behind it managing memory and references. C is just you and the bare metal with syntax making it easier than assembly programming. Rust may be a good intermediary between Python and C, if that's too large a step to take, or a good starting point if you are already comfortable with it.

Post Reply