| I've been annoyed that Arc doesn't let you open files beginning with ~ on Linux/Mac systems. So I fixed that, using Racket's expand-user-path: https://docs.racket-lang.org/reference/Manipulating_Paths.html#%28def._%28%28quote._~23~25kernel%29._expand-user-path%29%29 It should continue to work fine on Windows as well, but I'd love to have someone test it there. Test instructions in the pr. PR here: https://github.com/arclanguage/anarki/pull/206 |