[Python] Fibonacci in Forth

Manlio Perillo manlio.perillo a gmail.com
Gio 11 Dic 2014 22:03:36 CET


2014-12-11 21:19 GMT+01:00 Carlos Catucci <carlos.catucci a gmail.com>:

> Poi amerete ancora di piu' Python e la sua chiarezza
>
> : fib 0 1
>     begin
>         dup >r rot dup r> > \ condition
>     while
>         rot rot dup rot + dup . \ body
>     repeat
>         drop drop drop ; \ after loop has executed
>
>
Python, pero` non lo puoi implementare  con poche righe di assembly:
http://rwmj.wordpress.com/2010/08/07/jonesforth-git-repository/


Ciao  Manlio
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20141211/3e05a581/attachment.html>


Maggiori informazioni sulla lista Python