Re: RapidEuphoria // C#
- Posted by Greg Haberek <ghaberek at gmail.com> Jan 17, 2006
- 493 views
> Can these two be compared? Are there advantages for using RapidEuphoria? Its just Euphoria, and is developed by Rapid Deployment Software (RDS), hence RapidEuphoria.com. And in my opinion, no, you can't really compare them. Euphoria is a simple top-to-bottom, procedure-based, interpreted language. C# is the most abstracted object-oriented language I've ever seen. Euphoria has no built-in object oriented system. You could compare just C to Euphoria, but an app written in C# will follow a completely different structure than one written in Euphoria. ~Greg