Objective-C
Objective-C is a general-purpose, object-oriented programming language that is primarily used to develop applications for iOS and macOS platforms.
Hello, world code example:
#import
int main() {
@autoreleasepool {
NSLog(@"Hello, World!");
}
}
Popularity: 2.32% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.
Repositories on GitHub: 539,755