| Re: FYI - Merlin compiler in Qi II |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.functional · Group Profile
Author: xahleexahlee Date: Aug 12, 2008 06:59
On Aug 10, 7:06 am, Mark Tarver ukonline.co.uk> wrote:
> Merlin (named after the famous British engine of my favourite British
> plane - the Spitfire) is the new compiler for Qi II. It has 4 speed
> settings - 0 to 3. FYI here is the Lisp object code for factorial at
> different settings.
>
> (define factorial
> {number --> number}
> 0 -> 1
> X -> (* X (factorial (- X 1))))
>
> speed 0 - no optimisations
Is there any change Qi will come to elisp?
you gave me explanation about a list processin problem i posted to the
Qi forum... but i couldnt understand none of it. I was hoping some
would give a explanation or tutorial approach. (can i post your
message here or in comp.lang.func? Of course if serious i should read
the manual... but i don't think i'll even learn CL anytime soon. Am
now just curious, then mayble later i'll pickup.)
Xah
∑ http://xahlee.org/
☄
|