>>5 s-expression syntax is what made lisp macros possible
Name:
Anonymous2017-07-06 12:09
>>5 what's a lisp language without all the (()()())(()))?
Name:
Anonymous2017-07-06 19:56
Symta started as a macro DSL for Common Lisp. It supported pattern matching, string interpolation and special `!` macro used like that: (! x = 1 ! y = 2 ! say "x+y = {+ x y}" )