Re: [GEN] Random Thoughts, Item 7 FORTH still exists
- Posted by mic _ <stabmaster_ at HOTMAIL.COM> Oct 17, 2000
- 507 views
>scheme looks like this :- > >( define ( fib n) > (if ( <= 2 n ) > 1 > ( + ( fib ( - n 1 )) > ( fib ( - n 2 )) > ) > ) > ) > tsk tsk.. haven't you been taught to use 'cond' instead of 'if'? :) _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.