Skip to content

Instantly share code, notes, and snippets.

@sofakingworld
Last active November 6, 2018 11:51
Show Gist options
  • Save sofakingworld/fbdfdb00b4fc86a2153e0d3de4d8ad4e to your computer and use it in GitHub Desktop.
Save sofakingworld/fbdfdb00b4fc86a2153e0d3de4d8ad4e to your computer and use it in GitHub Desktop.
beauty_kernel_list
Kernel's function with arity BeautyKernel's alias
!=/2 not_eq?
*/2 multiply
++/2 list_concat
+/1 plus
+/2 plus
--/2 list_remove
-/1 minus
-/2 minus
/2 devide
</2 lt?
<=/2 lteq?
<>/2 concat
==/2 eq?
=~/2 match?
>/2 gt?
>=/2 gteq?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment