Tag: git
Further adventures in iPad coding
Coding on an iOS device (in my case, a 9.7 inch iPad Pro) can be frustrating, but I’ve found some tricks to get things done. For Advent of Code I have been working in rust, and while home for the holidays, I am developing from an iPad. As such my requirements for development are as follows: An iPad based text editor A way to build rust code A way to quickly test rust code and see the results Ideally auto-completion for rust code While iPad code editing apps exist, as well as some capable IDEs (looking at you Pythonista), you usually are confined to writing your own code in the app and using a few standard libraries. Read More
Wed, Dec 23, 2020