Show HN: DatePrefixCopy, prefixing file names with yymmdd_ (code.rosaelefanten.org) 3 points by rhabarba 1y ago ↗ HN Windows-only, written in Lisp. Reasoning: some companies do that for "version control". They all use Windows. This is a zero-click solution.
[–] kagevf 1y ago ↗ The code looks pretty readable, if you're familiar with CL and the Windows API - nice!You might want to consider not :USEing your dependencies, and use the package name prefix when you invoke exported symbols instead, though, like you did with re.Speaking of which, is re this: https://github.com/massung/re?
1 comment
[ 3.5 ms ] story [ 12.4 ms ] threadYou might want to consider not :USEing your dependencies, and use the package name prefix when you invoke exported symbols instead, though, like you did with re.
Speaking of which, is re this: https://github.com/massung/re?