1 / 9

Batak Programming Language

Batak Programming Language. Executive Summary. Objective : People, Productivity, Profit. People Less burden in mastering language Productivity Developer concentrate on the problem domain, not the syntax Profit Implication of higher productivity. Meeting the Needs.

inari
Télécharger la présentation

Batak Programming Language

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Batak Programming Language Executive Summary

  2. Objective : People, Productivity, Profit • People • Less burden in mastering language • Productivity • Developer concentrate on the problem domain, not the syntax • Profit • Implication of higher productivity

  3. Meeting the Needs • Language with less complexity, yet (almost) the same EXPRESSIVE power of existing languages • Achieved by • Conformance to the ‘Basic concepts of computation’ • Carefully selected terms (e.g., module, not unit or package) • Exploit the fullest extent of similarity between natural language and programming language • EASIEST WAY OF TYPE CONVERSION (value-type conversion)

  4. Basic Type Value Object Variable Constant Operation Advanced Expression Primitive type Composite type Collection type Punctuation Qualifier Concepts of computation

  5. No fancy (& hard-2-grasp) keyword/symbol • Public • Private • Protected • Static • Include directive • Final • Const (in type declaration) • ::

  6. Programming support • Encapsulation (information hiding) • Even better than C++, Java, and Pascal • A real information hiding • Inheritance • Polymorphism

  7. RTFM (Read The F* Manual) • Batak manual (language description) will be shorter than C++, Java, or Pascal • No fancy (yet unnecessary) terms: • Instance, instantation, constructor, method • Conversion by calling the type expression • No need to memorize operation names • 500 pages C++/Java book • Equals to at most 100 pages of Batak book

  8. Business perspective • Making it (the compiler) happen • Through open source community • Through companies like Bell Labs, Rational • Through university projects • Alliances with publishers, e.g., O’Reilly • Mixed (CCSC first, then with others) • How to get money • Courses • Books • Consultation / support

  9. Summary • Language is important • What else the means of communication ? • Good language improves communication • Bad language hinders • Good communication boosts productivity • And the PROFIT too • Shall we step there ? • Rational is an example

More Related