yeah it's true. They are just nothing but a sophisticated calculator :D.
Anyway, if you write this in mathematica (I'm using 6.0)
Antisymmetrize[f_] := Module[{p = Permutations[f]}, Signature[f]Signature/@ p . p] .
it will antisymmetrize your operation, i.e Antisymmetrize[f[a,b,c]] will...