Ring (programming language): Difference between revisions

Content deleted Content added
No edit summary
Criticism
Line 256:
 
Also there is Japanese translation.
 
==Criticism==
 
Ring critics <ref name="Ciklum">{{cite web |url=https://www.ciklum.com/blog/new-programming-languages-a-hype-or-reality/ |title=New Programming Languages – A Hype Or Reality? |author=Ciklum |date=12 December 2017 |work=ciklum.com |publisher=[[Ciklum]]}}</ref>
assert that:
 
* The list index starts from 1, which messes up indexing math.
* Dynamic typing, coupled with weak typing is the straight way to lots of bugs.
 
==See also==