Open
Description
Issue #1908 is a plea for CTR in LPython in the distant future. CTR enables macros. However, even a special-purpose, simplified macro system à la macropy would be immediately useful for cases like the following:
assert a_char == '(', "a_char == '('"
With even very simple macros, this could be shortened to
assertm a_char == '('