Skip to content

Instantly share code, notes, and snippets.

@andeemarks
Created February 10, 2018 10:56
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 andeemarks/8a7536777d874c4ee5310637f0d741a1 to your computer and use it in GitHub Desktop.
Save andeemarks/8a7536777d874c4ee5310637f0d741a1 to your computer and use it in GitHub Desktop.
3 3 * 4 4 * + .
3 sq 4 sq sqrt .
[ dup ] dip
"Hello, " swap append >upper
{ 1 4 17 9 11 } 0 [ + ] reduce .
100 [1,b] 0 [ + ] reduce .
10 [1,b] [ sq ] map .
42 [ 10 /i ] [ 10 mod ] bi .
1234 number>string [ 1string string>number ] each
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment