Re: Info.
- Posted by Rolf Schroeder <r.schr at T-ONLINE.DE> Jun 08, 2001
- 367 views
gbas18 at hotmail.com wrote: > ... > Im new with euphoria, i'd like you to tell me some information about the > place where i can get beginners tutorials for euphoria, please somebody help > me. > Giancarlo Bassanini Hi Giancarlo, I would like to give you (possibly unusual) recommendation: make a printout of the reference manual (and maybe the library manual too), sit down relaxed and take some time to read it from the beginning. You will not only learn quite easy the language but also find some more general about computer and computer languages (in case you are a newbee to computers). Try to understand the editor ED (part of the Euphoria package), type in some statements you find in the manual and print the result with the '?' instruction, i.e.: atom a, b, c a = 3 b = 4 c = sqrt(a*a + b*b) ? a ? b ? c There is also a tutorial program made by David Gay: "Beginner's Guide to Euphoria" which you find in the archive under the Euphoria page. Also, don't hesitate to ask here on the mailing list! Have a nice day, Rolf