Skip to content

Instantly share code, notes, and snippets.

@kinnala
Last active September 18, 2020 07:43
Show Gist options
  • Save kinnala/5ae04c836cf1f548f242 to your computer and use it in GitHub Desktop.
Save kinnala/5ae04c836cf1f548f242 to your computer and use it in GitHub Desktop.
A function for making Mathematica syntax more Lisp'y (joke)
$[x_] := If[SameQ[Head[x], List], x[[1]] @@ Map[$, Rest[x]], x]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment