|
|
|
|
|
by morelisp
1454 days ago
|
|
It's also not especially performant to do the naive (i.e. short) implementation like this, since you'll likely end up parsing/processing path elements left-to-right rather than in whatever order makes the most sense for your loading. |
|