|
|
|
|
|
by jamesnvc1
6349 days ago
|
|
There was actually some recent discussion about this on the Factor mailing list. Factor's macros aren't really the same as Lisp's, as they are a compile-time optimization of dynamically-generated code, rather than a means of syntax extension. Factor does have a method for extending its syntax (called parsing words), but as of now they are not really first-class citizens in the way that Lisp macros are. There are, however, plans to remedy this and make them more declarative & easy to use. |
|