Created
July 25, 2013 01:15
-
-
Save chrisbarrett/6076095 to your computer and use it in GitHub Desktop.
Usage example of `cal`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Infix algebra in Lisp because yolo | |
(cal | |
sin(2) * ([1,2,3] + [4,5,6]) | |
) | |
; => [0.174497483513, 0.244296476918, 0.314095470323] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment