I would like to write a parser for a typesetting language I am helping to develop.
I haven't coded anything in many years and while looking at various language options I came across Dylan.
It looks like a very interesting language to work with - the syntax is clean, it looks rather simple to use, can be used dynamically.
How well-suited would Dylan be for this project?
My idea was to put it on Github so that others can contribute or improve my code (it's been a while!). But everyone seems to be using Lua.
Would I be all alone on this if I choose to develop in Dylan?
I would have to learn Dylan or Lua regardless of which I choose. But it does seem like everyone knows how to program in Lua these days.
Regards