Skip to content

Instantly share code, notes, and snippets.

@pebblexe
Created March 28, 2017 18:10
Show Gist options
  • Save pebblexe/c4ad33bcad43525f33759379bfde60c6 to your computer and use it in GitHub Desktop.
Save pebblexe/c4ad33bcad43525f33759379bfde60c6 to your computer and use it in GitHub Desktop.
(optima:match message-type ((guard x (eql x (getf msg-type :subscribed))) (format t "do something?")))
Non-linear pattern: (STRUCTURE CL-WAMP::GUARD
(CL-WAMP::X CL-WAMP::X)
(EQL (AND
CL-WAMP::X
(STRUCTURE
GETF
(CL-WAMP::MSG-TYPE
CL-WAMP::MSG-TYPE)
(:SUBSCRIBED :SUBSCRIBED)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment