On a related note, it would be cool if there was a "coding mode" mobile keyboard option. We have built-in keyboards for phone number and formatters for particular things. It would be cool to have a built-in coding keyboard that adapts to the language being written via plugins, etc.
Replit Mobile App
21–30 of 212 posts
Re: Replit Mobile App
#22Re: Replit Mobile App
#23This is one of those examples for me where the idea is far superior than the implementation. The idea of anyone being able to quickly write code from anywhere, as the main promo video suggests, is fantastic and greatly motivating. In practice, coding on an iPhone (even with an innovative new joystick), is gimmicky at best, given how deeply ingrained good ergonomics are in the coding process. I struggle to see this as…
This is mostly aimed at people who don't have the luxury of coding from a computer. See this tweet from the CEO: https://twitter.com/amasad/status/1582754947480793093 > We partnered with @TeamMindjoy to test the app by teaching girls how to code in a South African township and we made a video about it. During this time the wifi was super unstable and the few laptops they had were unusable, but kids continued to code…
Additionally there are also lots of cases were fairly well off folks with access to desktop computers and wifi that find themselves with a phone and want to prototype an idea or make a quick change to a project. I’ve been using it and I find it relaxing to lay back on the couch and do some fun coding. Especially with Ghostwriter (our Copilot-like thing: https://blog.replit.com/ai) it’s super usable. I built large part of my toy Lisp in Python in the app while in the park, waiting at the doctor’s office, or simply relaxing after a long day: https://replit.com/@amasad/Lisp-in-Python
Re: Replit Mobile App
#24Very little innovation is done in the area of coding on a small-form mobile device. Early attempts are needed in order to get feedback and learn from experience what works and what doesn't. It's nice to see repl.it is at least attempting to address this "market". Their previous mobile app was so bad I uninstalled it and used the web site directly instead. Hopefully this works better.
Still doesn't work. 1. Already have an account 2. Continue with Github 3. Blank white screen and just stays there. I think I'll wait.
Re: Replit Mobile App
#25I struggle to see what this is good for, besides solving LeetCode and/or other small, isolated, well defined puzzles on a small screen.
Re: Replit Mobile App
#26A keyboard and mouse probably solve most of the complaints in this thread.
Re: Replit Mobile App
#27Re: Replit Mobile App
#28On a related note, it would be cool if there was a "coding mode" mobile keyboard option. We have built-in keyboards for phone number and formatters for particular things. It would be cool to have a built-in coding keyboard that adapts to the language being written via plugins, etc.
Re: Replit Mobile App
#29Re: Replit Mobile App
#30I'm excited to get my students trying this, many of them only have a school issued iPad. I'm also curious about how well the autocomplete can be tuned. I think right now suggestions are a bit rough, I'm hopeful they'll start using language server suggestions soon. (Something like System.out.println, you should definitely get out as an option after System.)