Obliq

Obliq

История цены История цены
 
998 Р
25785584
В наличии
30/06/2015
 
High Quality Content by WIKIPEDIA articles! Obliq is an interpreted, object-oriented programming language designed to make distributed, and locally multi-threaded, computation simple and easy for the programmer, while providing program safety and implicit type system. The interpreter is written in Modula-3, and provides Obliq with full access to Modula-3´s network objects capabilities. A type inference algorithm for record concatenation, subtyping and recursive types has been developed for Obliq, more important it has been proved to be NP-complete and its lowest complexity to be ?(n3) or if under other modeling up to certain conditions down to ?(n2) and its best known implementation runs in ?(n5). Obliq´s syntax is very similar to Modula-3, the biggest difference being that Obliq has no need of explicit typed variables (i.e., a variable can hold any data type allowed by the type checker and if does not accepts one, i.e., a given expression execution error will be thrown) although...