satori-com / mzbench

MZ Benchmarking
BSD 3-Clause "New" or "Revised" License
271 stars 78 forks source link

Simplified syntax for proplists #144

Open parsifal-47 opened 6 years ago

parsifal-47 commented 6 years ago

Example:

my_method(a = "1", b = 2)

Currently it works only for functional calls, initially I had an idea that it has no use outside this case, but apparently the following form is also useful:

my_method(a = "1", lst = (a1 = "2", b1 = 3))
parsifal-47 commented 6 years ago

https://github.com/satori-com/mzbench/pull/145