1. needs
------=_NextPart_000_0010_01BFD3BB.AFFB72A0
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
What Euphoria needs:
1. A good developing enviroment, a windows
editor, not dos like now
2. A good debugger, so that you can edit
code while you are debugging it
and see the changes right away
3. Structures
developing enviroment could be written by users who would work with each =
other, other two would have to be implemented by Robert Craig, and i =
think it wouldn't be difficult task for him, nor would it take him much =
time.
translator to C is a great thing
------=_NextPart_000_0010_01BFD3BB.AFFB72A0
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>What Euphoria needs:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>1. A good developing enviroment, a =
windows</FONT></DIV>
<DIV><FONT face=3DArial size=3D2> editor, not dos like =
now</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>2. A good debugger, so that you can=20
edit</FONT></DIV>
<DIV><FONT face=3DArial size=3D2> code while you are =
debugging=20
it</FONT></DIV>
<DIV><FONT face=3DArial size=3D2> and see =
the changes right=20
away</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>3. Structures</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>developing enviroment could be written =
by users who=20
would work with each other, other two would have to be implemented by =
Robert=20
Craig, and i think it wouldn't be difficult task for him, nor would it =
take him=20
much time.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>translator to C is a great=20
------=_NextPart_000_0010_01BFD3BB.AFFB72A0--
2. Re: needs
--------------7E7FCB02A144963271F45C81
Content-Transfer-Encoding: 8bit
Hi all,
©koda wrote:
> What Euphoria needs: 1. A good developing enviroment, a windows editor,
> not dos like now2. A good debugger, so that you can edit code while you
> are debugging it and see the changes right away3. Structures developing
> enviroment could be written by users who would work with each other, other
> two would have to be implemented by Robert Craig, and i think it wouldn't
> be difficult task for him, nor would it take him much time. translator to C
> is a great thing
Yes a good IDE ( WIN or DOS) could be great, but a error trap method
is what Euphoria needs, IMHO. All is nice in Euphoria, but it's lack of
error trapping will generate a lot of inexpected breaks in largue programs,
without you don't check all the time looking for extrange values or
responses.
If someone knows how to trap errors, please let me know, maybe there is a
way, but I'm starting to learn Euphoria and I don't know that yet.
Juan
--------------7E7FCB02A144963271F45C81
Content-Transfer-Encoding: 8bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body bgcolor="#FFFFFF">
Hi all,
<p>©koda wrote:
<blockquote TYPE=CITE><style></style>
<font face="Arial"><font size=-1>What
Euphoria needs:</font></font> <font face="Arial"><font size=-1>1.
A good developing enviroment, a windows</font></font><font face="Arial"><font
size=-1>
editor, not dos like now</font></font><font face="Arial"><font size=-1>2.
A good debugger, so that you can edit</font></font><font face="Arial"><font
size=-1>
code while you are debugging it</font></font><font face="Arial"><font
size=-1>
and see the changes right away</font></font><font face="Arial"><font size=-1>3.
Structures</font></font> <font face="Arial"><font size=-1>developing
enviroment could be written by users who would work with each other, other
two would have to be implemented by Robert Craig, and i think it wouldn't
be difficult task for him, nor would it take him much
time.</font></font> <font face="Arial"><font size=-1>translator
to C is a great thing</font></font></blockquote>
Yes a good IDE ( WIN or DOS) could be great, but a error trap method
<br>is what Euphoria needs, IMHO. All is nice in Euphoria, but it's lack
of
<br>error trapping will generate a lot of inexpected breaks in largue programs,
<br>without you don't check all the time looking for extrange values or
responses.
<br>If someone knows how to trap errors, please let me know, maybe there
is a
<br>way, but I'm starting to learn Euphoria and I don't know that yet.
<p>Juan
<br>
</html>
--------------7E7FCB02A144963271F45C81--
3. Re: needs
- Posted by Caballero Rojo <pampeano at ROCKETMAIL.COM>
Jun 11, 2000
-
Last edited Jun 12, 2000
Hello Juan,
You can use the command trace. To use it, first you should add
the line "with trace" in the top of your program or file to
trace, and call the command "trace(1)" to activate it where u
want to and "trace(0)" to deactivate it (the last is not always
necessary).
That's all.
P.D.: You can send a mail to my private email if you want me to answer
is spanish, i'm from Argentina too.
--
Best regards, ICQ Number: 3198249
Caballero Rojo mailto:pampeano at rocketmail.com
Sunday, June 11, 2000, 2:53:56 PM, you wrote:
JdlCB> Hi all,
JdlCB> ©koda wrote:
>> What Euphoria needs: 1. A good developing enviroment, a windows editor,
>> not dos like now2. A good debugger, so that you can edit code while you
>> are debugging it and see the changes right away3. Structures developing
>> enviroment could be written by users who would work with each other, other
>> two would have to be implemented by Robert Craig, and i think it wouldn't
>> be difficult task for him, nor would it take him much time. translator to C
>> is a great thing
JdlCB> Yes a good IDE ( WIN or DOS) could be great, but a error trap method
JdlCB> is what Euphoria needs, IMHO. All is nice in Euphoria, but it's lack of
JdlCB> error trapping will generate a lot of inexpected breaks in largue
programs,
JdlCB> without you don't check all the time looking for extrange values or
JdlCB> responses.
JdlCB> If someone knows how to trap errors, please let me know, maybe there is a
JdlCB> way, but I'm starting to learn Euphoria and I don't know that yet.
JdlCB> Juan
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com