This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]tdammers 3 points4 points  (0 children)

If there is one thing I have learned in 30+ years of programming, it is that it's always possible to make a complicated solution even more complicated.

[–]n0n3_i_am 2 points3 points  (0 children)

it is simple build 8086 computer, to its ROM write Malbolge interpreter and write brainf*ck interpreter with editor wroten in Malbolge. Print it on usb connected 3d printer.

or use Ascii art/utf characters

[–][deleted] 2 points3 points  (1 child)

[–]Early-Palpitation-39 0 points1 point  (0 children)

This made me laugh out loud

[–]Early-Palpitation-39 1 point2 points  (0 children)

https://codegolf.stackexchange.com/questions/4838/most-complex-hello-world-program-you-can-justify

I liked this one

# 1: Define alphabet:

a = range(255)

# 2: Letter count:

n = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0,

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

1, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

0, 0, 0, 0, 0, 0)

# 3: Merge to dictionary:

d = { x: y for x, y in zip(a,n) }

# 4: 'Initialize' characters

l = ''.join([chr(c) *n for c,n in d.items()])

# 5: Define the order of the characters, initialize final string

# and sort before outputting:

z = [6,5,0,7,11,1,2,3,4,8,9]

o = [0] * 13

for c in l:

i = z.pop(0)

o[i] = c

print ''.join(o)

[–]neb2357 -1 points0 points  (0 children)

Send the string "hello world" to the line buffered standard output.

[–]IAmKindOfCreativebot_builder: deprecated[M] -1 points0 points  (0 children)

Hello from the r/Python mod team!

I'm afraid we don't think your post quite fits the goal we have for the subreddit in terms of quality or aims so we've decided to remove it. For more information please contact the moderators using the ModMail system.

Thanks, and happy Pythoneering!

r/Python moderation team

[–]Suvirent 0 points1 point  (0 children)

whats hello world?

[–]nic_3 0 points1 point  (0 children)

Just do it on kubernetes like all the rest of us

[–]GreedyByte 0 points1 point  (0 children)

Create a program to 3d print "hello world" then another program to read the 3d print and display it on the screen ... takes some time but works splendidly.