Programming Languages
Programming Languages
Python is an interpreted, high-level, general-purpose programming
language. Created by Guido van Rossum and first released in 1991,
Python's design philosophy emphasizes code readability with its notable
use of significant whitespace. Its language constructs and object-
oriented approach aim to help programmers write clear, logical code for
small and large-scale projects.
SWIFT (PROGRAMMING LANGUAGE)
Swift is a general-purpose, multi-paradigm, compiled programming
language developed by Apple Inc. for iOS, iPadOS, macOS, watchOS, tvOS
, Linux, and z/OS. Swift is designed to work with Apple's Cocoa and Cocoa
Touch frameworks and the large body of existing Objective-C code written
for Apple products. It is built with the open source LLVM compiler framework
and has been included in Xcode since version 6, released in 2014. On Apple
platforms,[10] it uses the Objective-C runtime library which allows C
, Objective-C, C++ and Swift code to run within one program.
KOTLIN (PROGRAMMING LANGUAGE)
Kotlin is a cross-platform, statically typed, general-purpose programming language with type
inference. Kotlin is designed to interoperate fully with Java, and the JVM version of
its standard library depends on the Java Class Library,but type inference allows its syntax to
be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript or native
code (via LLVM). Kotlin is sponsored by JetBrains and Google through the Kotlin Foundation.
Kotlin is officially supported by Google for mobile development on Android. Since the release
of Android Studio 3.0 in October 2017, Kotlin is included as an alternative to the standard
Java compiler. The Android Kotlin compiler lets the user choose between targeting Java 6 or
Java 8 compatible bytecode.
C (PROGRAMMING LANGUAGE)