Name: Anonymous 2011-10-21 5:04
What software absolutely needs the x86 performance from the user and programmer perspective? Why can't we switch to ARM even if it was ~4 times slower but much cheaper?
quotes are not that difficult to understand. ' marks literal data, ` is just like ', but parts of it can be evaluated with unquotes: ,expr simply evaluates expr at runtime, and its result is added to the list, ,@ is just like ,, but the result must be a list whose elements are spliced inside the quasiquoted list. #' denotes a procedure used in a ``simple value'' context in CL.