Learn to Koad

Make a hello world program using a language you don't already know.

Say something nice about the language.

Attached: famaleprogramme-760x570.jpg (760x570, 91K)

Other urls found in this thread:

emojicode.org/
pastebin.com/R82gnTiw
twitter.com/SFWRedditImages

Hello World

holly shit it, Jow Forums doesn't support emoji: emojicode.org/
beautiful language

it's kinda hard to say something meaningful about a language based on a hello world, don't you think?

Attached: 2018-05-08_49:51.jpg (291x32, 9K)

No. Not OP but the idea of hello world is getting the program to work. It's different to copypaste a hello world for i don't know, perl, than it is to install perl on your machine and actually run the hello world. In that sense it's a good exercise.

pastebin.com/R82gnTiw
It's very simple

t.fizzbuzzer

Trying for Golang
import "fmt"

func main() {
fmt.Println("Hello world!")
}

At least it's not java?

fn main(){
println!("Hello world.");
}

Rust feels like a mix between C++ and Python/JavaScript. It least it has taste in syntax format.

KYS

Perl:
print "Hello, world!"

>something nice
the syntax provides built-in code obfuscation

>kys in all caps
wasted trips m8

>famaleprogramme-760x570.jpg

Attached: still not gay though.jpg (1010x356, 80K)

kys

that's better
nice doubles

str equ "Hello World\r\n"
ldr r5, =str
out_str
ldr r4, =uart_transmit_register
ands r4, #32
beq out_str
ldrne r0, [r5], #1
strbne r0, [r4]
END


ARM has the nicest asm syntax

mane halfsians are a blessing

Attached: serveimage.jpg (1080x1080, 103K)

What's wrong with just typing "Kill yourself"?

putStrLn "Hello, world!"

Astonishing. The beauty and elegance of Haskell is truly staggering, and my appreciation for functional programming has increased a thousandfold.

Haskell shall become the new meme. More chosen ones need to convert and praise the one true programming language to become A S C E N D E D

Attached: 4e82916.jpg (591x480, 55K)

HAI 1.2
CAN HAS STDIO?
VISIBLE "HAI WORLD!!!1!"
KTHXBYE

Lolcode is a meme.

say : (s:String) -> {auto ok : (=) s "Hello, world!"} -> IO ()
say s = putStrLn s

main : IO ()
main = say "Hello, world!"

Less bugs

Attached: 4e82916.jpg (591x480, 86K)

Oh my god. Split your fricking lines or go back to kitchen.

amen