Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Created October 8, 2015 16:36
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 shankardevy/72108815b7eada9cb3ad to your computer and use it in GitHub Desktop.
Save shankardevy/72108815b7eada9cb3ad to your computer and use it in GitHub Desktop.
Macro in Tamil language
defmodule Tamil do
defmacro கூட்டு(a + b) do
a + b
end
defmacro போடு(x) do
IO.puts x
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment