Cobra (programming language)

Cobra is an object oriented programming language. The aim of this development are not experimental features and new concepts, but a clear, practical syntax with extensive and proven support the development process. The implementation is based on. NET.

Cobra rejects its syntax heavily on Python. The language has optional static typing. Next Cobra also offers syntax elements for design by contract and unit testing. These were inspired by Eiffel and D.

Example

The classic Hello World program looks like this:

Class Hello      def main          print ' Hello world!' Web Links

  • Official Website
  • Ted Neward: Reaping the Benefits of Cobra: MSDN Magazine, June 2009, The Polyglot Programmer
  • Object-oriented programming language
195236
de