Objective-C Alternatives, Similar

Objective-C
All Objective-C Alternatives
Python
Python is an interpreted, interactive, object-oriented, extensible programming language. It provides an extraordinary combination of clarity and versatility, and is...
Java
Java is the foundation for virtually every type of networked application and is the global standard for developing and delivering...
Haxe
Haxe is an open source toolkit based on a modern high level strictly typed programming language, a state-of-the-art light-speed cross-compiler,...
Perl
Perl is a high-level, general-purpose, interpreted, dynamic programming language with over 22 years of development.The Perl languages borrow features from...
Lua
Lua is a powerful, fast, lightweight, embeddable scripting language.Lua combines simple procedural syntax with powerful data description constructs based on...
C#
C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
Ruby
Ruby is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby...
C++
C++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose, powerful programming language. It is regarded as an intermediate-level language, as...
D (Programming Language)
D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety...
JavaScript
JavaScript (sometimes shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language...
Haskell
Haskell is an advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows...
Scala
Scala is a modern multi-paradigm programming language based on the Java Virtual Machine (JVM) designed to express common programming patterns...
Dart
Dart (originally called Dash) is a Web programming language developed by Google. It was unveiled at the GOTO conference in...
Rust
Featuring- algebraic data types– pattern matching– closures– type inference– zero-cost abstractions– guaranteed memory safety– concurrency without data races– minimal runtime–...
Go (Programming Language)
Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and...
C (programming language)
C is a general-purpose computer programming language. C is one of the most widely used programming languages of all time.
Objective-C About
The Objective-C language is a simple computer language designed to enable sophisticated object-oriented programming. Objective-C is defined as a small but powerful set of extensions to the standard ANSI C language. Its additions to C are mostly based on Smalltalk, one of the first object-oriented programming languages. Objective-C is designed to give C full object-oriented programming capabilities, and to do so in a simple and straightforward way.