Hello, World!

actor Main
new create(env: Env) =>
env.out.print("Hello, world!")

+core.strings

string+ep main() {
return === "Hello World!"
} as promised

eae mundo

اهلا، يا عالم!

Yo, ghetto

Attached: Velato_HelloWorld.gif (434x607, 39K)

Attached: 1558441024709.png (500x693, 164K)

Hello, World!

fn main(){println!("{}",std::iter::repeat(32..=122).enumerate().map(|(n,i)| i.filter(move |i| match (i,n){(108,2)|(44,5)|(114,9)|(100,11)|(111,4)|(108,10)|(72,0)|(87,7)|(32,6)|(111,8)|(108,3)|(33,12)|(101,1)=>true,_=>false})).flatten().map(|i| char::from(i)).take(13).collect::())}

Lisp?