Please support our Legacy and Other Languages advertiser: Programming Forums
Views: 2997 | Replies: 8
![]() |
•
•
Join Date: Jul 2005
Location: massachusetts
Posts: 12
Reputation:
Rep Power: 4
Solved Threads: 0
•
•
Join Date: Jun 2005
Location: Cambridge, MA
Posts: 1,330
Reputation:
Rep Power: 7
Solved Threads: 44
It's a procedural language and it has few datatypes -- just integers, floating point numbers, and sequences. No mention of struct-like objects or records. My calculator has a more sophisticated programming language.
I don't think it's very good. Maybe it runs faster than Perl and friends but that's because it's incredibly simple. Or simple-minded. I'd pick Ruby over it any day.
I don't think it's very good. Maybe it runs faster than Perl and friends but that's because it's incredibly simple. Or simple-minded. I'd pick Ruby over it any day.
•
•
Join Date: Jul 2005
Location: massachusetts
Posts: 12
Reputation:
Rep Power: 4
Solved Threads: 0
•
•
•
•
Originally Posted by Rashakil Fol
It's a procedural language and it has few datatypes -- just integers, floating point numbers, and sequences. No mention of struct-like objects or records. My calculator has a more sophisticated programming language.
I don't think it's very good. Maybe it runs faster than Perl and friends but that's because it's incredibly simple. Or simple-minded. I'd pick Ruby over it any day.
Ideally you should have an application first and than find the best language to code it in. This in turn means you need to know the basics about a number of languages.
I have used C, C++, C#, Delphi/Pascal and Python for some major projects. I keep looking at Ruby. Ruby is very powerful, but also somewhat cryptic. Let's call it the Perl malaise.
I have used C, C++, C#, Delphi/Pascal and Python for some major projects. I keep looking at Ruby. Ruby is very powerful, but also somewhat cryptic. Let's call it the Perl malaise.
May 'the Google' be with you!
•
•
•
•
Originally Posted by vegaseat
Ideally you should have an application first and than find the best language to code it in. This in turn means you need to know the basics about a number of languages.
I have used C, C++, C#, Delphi/Pascal and Python for some major projects. I keep looking at Ruby. Ruby is very powerful, but also somewhat cryptic. Let's call it the Perl malaise.
•
•
Join Date: Sep 2006
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
I think you are being slightly unfair to Euphoria. I have just begun to look into it and I am impressed by the enthusiam of the user community who have submitted a large amount of code consisting of applications, games and extensions to the language into a common repository. Studying other peoples code is a great way to learn.
It seems to be a lightweight language like lua or rexx.
The native datatypes are not so limiting. Sequences allow you to build quite complex structures - a bit like Lisp. The interpreter is very fast and it can also be compiled to C. It has recently become open-source.
It seems to be a lightweight language like lua or rexx.
The native datatypes are not so limiting. Sequences allow you to build quite complex structures - a bit like Lisp. The interpreter is very fast and it can also be compiled to C. It has recently become open-source.
•
•
Join Date: Jun 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 1
I strongly doubt that this "Euphoria" language is any good. It appears extremely outdated, and shouldn't be used anymore, with the advanced systems we have now. I believe that JustBASIC (http://www.justbasic.com) and LibertyBASIC (http://www.libertybasic.com) are the easiest around.
•
•
Join Date: Jun 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 1
•
•
•
•
Ideally you should have an application first and than find the best language to code it in. This in turn means you need to know the basics about a number of languages.
I have used C, C++, C#, Delphi/Pascal and Python for some major projects. I keep looking at Ruby. Ruby is very powerful, but also somewhat cryptic. Let's call it the Perl malaise.
I agree with Vegaseat. When I'm coding a shell, or a complex command-line app, I use C++, Python, or Ruby. If I'm trying to make a GUI app, I use Liberty BASIC, or wxWidgets for C++.
Last edited by gamingfan1993 : Jun 8th, 2007 at 10:41 pm. Reason: :P
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode