8 ms·
i would really like to use rust for a project. but i don't know what i can do with it. any ideas? or which project can i join to work with rust?
by magg 12y ago
i would really like to use rust for a project. but i don't know what i can do with it. any ideas? or which project can i join to work with rust?
- steveklabnik 12y ago> i don't what i can do with it. any ideas? Well, like any turing-complete language, technically anything, though Rust tends to be lower-level than most. What kinds of programming do you like to do?
- magg 12y agoI've used Ruby and Python and PHP for web related projects. I've used C for low level programming, Linux modules and SCADA programming running on QNX. So I guess I like pretty high level and low level programming
- steveklabnik 12y agoWell, there are a number of web frameworks being worked on, maybe checking them out and helping out would be a good idea? https://github.com/iron/iron https://github.com/iron/iron was on HN asking for help the other day.
- rmc 12y agoWork through project euler?