I've been focusing on Clojure recently as a possible functional language to do systems scripting. Until, it dawned on me that having the JVM underneath means I'm limited to Java's capability.
So, how do I create a symlink? Or a hard link? I mean without (sh "ln" ...)
.