Cobra

Cobra is a discontinued general-purpose, object-oriented programming language. Cobra is designed by Charles Esterbrook, and runs on the Microsoft .NET and Mono platforms. It is strongly influenced by Python, C#, Eiffel, Objective-C, and other programming languages. It supports both static and dynamic typing. It has support for unit tests and contracts. It has lambda expressions, closures, list comprehensions, and generators. Wikipedia

Created Year: 2006

Wikidata: Q608565

Influenced by: Python

Programming paradigms: functional programmingmulti-paradigm programmingobject-oriented programming

Language types: multi-paradigm programming languageobject-based languageoff-side rule language

Cobra Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Cobra

class Hello

    def main
        print 'Hello World'

Search on GitHub


Latest data update: 2024-09-23