You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, splicing in (up '?a '?b) should create a pattern matcher that checks for up status and interprets the entries, when the structure is turned into a seq, as matcher grammar.
This would be helpful with quaternions, hypercomplex numbers, structures, series (for some prefix matches!) and matrices.
There are clues for this in the "Software Design for Flexibility" book's implementation, for sure.
The text was updated successfully, but these errors were encountered:
For example, splicing in
(up '?a '?b)
should create a pattern matcher that checks forup
status and interprets the entries, when the structure is turned into aseq
, as matcher grammar.This would be helpful with quaternions, hypercomplex numbers, structures, series (for some prefix matches!) and matrices.
There are clues for this in the "Software Design for Flexibility" book's implementation, for sure.
The text was updated successfully, but these errors were encountered: