Skip to content

Instantly share code, notes, and snippets.

@tangentstorm
Created May 2, 2018 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tangentstorm/d542c6364641938a47ef42fa18ed5ce4 to your computer and use it in GitHub Desktop.
Save tangentstorm/d542c6364641938a47ef42fa18ed5ce4 to your computer and use it in GitHub Desktop.
dw =. 10
dw2 =. dw
hw =. 5 50
tl =. '..' ((-,+)/>.-:dw2,~{:hw) } 40 # ' '
bg0 =. hw $ a.i.'.'
bg1 =. 26 | (]+ ] = dw |. ]) hw $? (*/hw)#26
bg1 =. 65 + bg1
bg =. a. {~ bg1
el =. "_1 _
lf =. 15
sp =. 1
ix =. dyad : ', x ,&.> (lf+0,dw) +el sp * i.y'
h =. 'HELLO'
w =. 'WORLD'
tl, (,~w) (3 3 ix #w) } (,~h) (1 1 ix #h) } bg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment