-
Notifications
You must be signed in to change notification settings - Fork 0
On to the Language
Michael Smith edited this page Jun 27, 2014
·
2 revisions
On the surface it doesn’t seem too difficult actually. After looking at it for a while (I bought books) I’m starting to see how it works. For simple things at least.
(+ 2 3)returns 5. You have your function (+) and the two parameters passed into it (2 & 3). Everything seems to be list based. The hard part is going to be learning the keywords I think. I’m going to keep some kind of appendix document to track keywords and oddities and such. I’ll define as best I can.