Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raydsameshima/0f4d3d2fb5bccee01e4be4812ee805a7 to your computer and use it in GitHub Desktop.
Save raydsameshima/0f4d3d2fb5bccee01e4be4812ee805a7 to your computer and use it in GitHub Desktop.
Haskell's ($) in Maxima
infix("$$", 2, 1);
"$$" (f,x) := f ( x );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment