Discover the most intuitive programming language

With Till you’ll be able to make logical and mathematical programs, access computer file system, communicate with external electronic devices, activate other programs, using all programmatic features as functions, classes, loops and conditional statements.

Till aims to simplify code writing by using symbols instead of keywords, thus enabling easy declaration of its entities, and omitting various types of braces.

Till tries to achieve strong-typeness and yet be free from the need to typify anything. So it eases the declaration mechanisms to the minimum required to interpret (infer) the declared type, thus creating an auto inferred variables declarations.

Till enables keywordless coding. To enable coding without keywords, it was needed to come by a solution that will be implementable. The using of symbols as replacement for keywords, is what enabling to code without keywords, thus freeing the code from considerable amount of keywords.

Till is a software language that aims to be free as much as possible from all sorts of braces: rectangular, curled and rounded. Though in the price of a somewhat obscure readability of the code, the benefits of clean code is much more valuable. So in order to achieve braceless coding, Till has a statement composition mechanism that enables code interpretation for all language functionalities.

Till strives to integrate all of its programmatic or specialized functionalities, and an extensive framework is developed that gives the programmer the ability to do yet more task driven applications.