1. Emphasis on safety of OpenEuphoria
- Posted by rneu Jun 20, 2017
- 1211 views
On the right upper part of the main page http://openeuphoria.org/ one finds example code coming up showing OE's good features:
- Euphoria is Inovative
- user-defined types made simple
- Euphoria has powerful sequences
- Euphoria is cross platform
Another feature people are interested in knowing about is "Safety" before they start experimenting with a new language. Does this language have garbage-collection or other methods so that major crashes and disk data losses are avoided?
The third paragraph on main page does mention that "Euphoria provides subscript checking, uninitialized variable checking, garbage collection, and numerous other run-time checks" but I feel this is an important aspect that should also be highlighted at the top as above mentioned points.