I think it depends on the coding environment — so make sure they don't have to muck around with dependencies (i.e. get them going on Replit without much fuss).
For me I'd go Ruby because I think you can get a lot of mileage with the basics. Get them into an IRB session and start showing them how to code:
Start here, and then the follow-on story is that you combine this with a lot of other stuff you're building on top of, and this is how programming works.
If you get them nodding along with this, I think you can get them to install a simple Sinatra server (it won't be simple to them, but if you set it up for them, the important parts would be simple) and render some HTML based on a parameter. Now you've got them thinking in code!
The last thing you send them off with — in this day and age — is the knowledge that "These days AI might be able to do a lot of this for you, so if you have the basics, you can use modern tools to tie together what you know and don't know and soon you'll be doing surprising stuff!"
Ruby was my first language that I actually learned (not counting playing around with PHP and Javascript), I don't think I would have learned to program without it.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I think it depends on the coding environment — so make sure they don't have to muck around with dependencies (i.e. get them going on Replit without much fuss).
For me I'd go Ruby because I think you can get a lot of mileage with the basics. Get them into an IRB session and start showing them how to code:
Start here, and then the follow-on story is that you combine this with a lot of other stuff you're building on top of, and this is how programming works.
If you get them nodding along with this, I think you can get them to install a simple Sinatra server (it won't be simple to them, but if you set it up for them, the important parts would be simple) and render some HTML based on a parameter. Now you've got them thinking in code!
The last thing you send them off with — in this day and age — is the knowledge that "These days AI might be able to do a lot of this for you, so if you have the basics, you can use modern tools to tie together what you know and don't know and soon you'll be doing surprising stuff!"
i thought ruby was hard...
it actually doesn't look that bad
Ruby was my first language that I actually learned (not counting playing around with PHP and Javascript), I don't think I would have learned to program without it.