Re: Fibonacci solution on RosettaCode
- Posted by coconut Jan 30, 2011
- 1627 views
bruce1961 said...
I really like Euphoria! So incredibly expressive ...
I just put together a solution for Fibonacci Sequence, using an embedded byte-coded interpreter approach. I can see myself using this for quite a number of the other tasks.
Kind regards, Bruce.
Be serious, they where not asking for a compiler design exercice they were just asking for a fibonacci function. I added iterative and recursive version of it.