Re: euphoria 4.0
- Posted by jeremy (admin) Dec 23, 2010
- 1139 views
guys i still use euphoria 3.1.1.i did not want to use any 4.0 stuff until it was finally released.now that it is out finally do i switch immediately to 4.0 and leave 3.1.1.am asking cos i still consider myself to be a beginner going to average eu programmer so am thinking maybe i should switch to get used to the new features at once.what do you think
How much code do you have in 3.1? There are some breaking changes, for example, a new keyword is "label." If you had an old variable name "label", then you will run into a breaking condition. If you are just starting out and have very little code in 3.1 then I would jump right into 4.0 and skip 3.1. With the new standard library, development time is drastically reduced in 4.0.
The only reason I would suggest someone stay with 3.1 is if they have a lot of production code in 3.1. They need to keep it around for a failsafe until they see how their code is going to work in 4.0.
Jeremy