Skip to content

Instantly share code, notes, and snippets.

@chessai
Last active December 17, 2019 14:07
Show Gist options
  • Save chessai/aa09b7b240460184918da660569aa714 to your computer and use it in GitHub Desktop.
Save chessai/aa09b7b240460184918da660569aa714 to your computer and use it in GitHub Desktop.
{-# LANGUAGE CPP #-}
#define InnieOuttie IO
#define class module
#define begin where
#define mayo main
#define memo putStrLn
#define end --
#define void ()
#define is ::
#define equals_equals ==
#define equals =
#define STR(x) ("x")
class Example begin
mayo is InnieOuttie void
mayo equals memo STR(Hello, World!)
end
@shekeru
Copy link

shekeru commented Dec 17, 2019

sinful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment