|
|
|
|
|
by IshKebab
700 days ago
|
|
Well, they claim "linear time". Constant time would be impossible. But anyway they achieve that by being much more restrictive than just "not Turing complete", e.g. you can't define functions. It certainly sounds like an attractive feature, but how much benefit is it really to restrict a language so much that it will probably run quickly enough compared to just setting a timeout or computation limit? The only advantage I can think of is that you get some kind of computation constraints that don't depend on the data... But this is a pretty niche requirement. |
|