Skip to content

Instantly share code, notes, and snippets.

View videah's full-sized avatar
🐺
Feelin' Wolfy

videah

🐺
Feelin' Wolfy
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1DBgtW7HRU9dAEACYmcnUUY8XzxYLQHvyL https://explorer.blockstack.org/address/1DBgtW7HRU9dAEACYmcnUUY8XzxYLQHvyL

Keybase proof

I hereby claim:

  • I am videah on github.
  • I am videah (https://keybase.io/videah) on keybase.
  • I have a public key whose fingerprint is 06E1 EAFE 576F 94B2 C251 AF7D 1CAA FE7A 2FCC A820

To claim this, I am signing this object:

_G['😄'] = 'Happy Face'
print(_G['😄']) -- Happy Face
🖶 = print
👋 = 'Hello '
🌎 = 'World'
🖶(👋..🌎)
😄 = 'Happy Face'
print(😄) -- Happy Face
@videah
videah / howhorrifying.lua
Created October 23, 2015 22:06
LuaJIT supports Unicode characters as variable names. This allows you to do horrific things like this
-- Prints 'helloworld'​
= 'h'
​​ = 'e'
​​​ = 'l'
​​​​ = ​​​
​​​​​ = 'o'
​​​​​​ = 'w'
​​​​​​​ = ​​​​​
​​​​​​​​ = 'r'