java, kotlin, swift,

New Programming Languages Tour

Cui Cui Follow Jun 01, 2024 · 1 min read
New Programming Languages Tour
Share this

Let’s learn programming in multi-lang mode. Since all languages are trying to express same things just in different grammars.

Hello world

  • ```Java
        var_dump('hello');
    ```
    
  • ```Kotlin
        console.log('hello');
    ```
    
  • ```Swift
        pputs 'hello'
    ```
    

Basic Types

  • ```Java
        var_dump('hello');
    ```
    
  • ```Kotlin
        console.log('hello');
    ```
    
  • ```Swift
        pputs 'hello'
    ```
    
Join Newsletter
Get the latest news right in your inbox. We never spam!
Cui
Written by Cui Follow
Hi, I am Z, the coder for cuizhanming.com!