The previously deprecated patterns will now become illegal

38 views
Skip to first unread message

Robert Virding

unread,
Nov 20, 2016, 7:16:46 PM11/20/16
to Lisp Flavoured Erlang
One thing that is coming in the release 1.2.1 this week will be that patterns which don't have constructors will now become illegal. They used generate a deprecated warning but not any longer. So for example this:

(defun foo
  ([(a b)] a))


where the pattern (a b) previously matched a list of 2 elements will not be illegal. You will have to write (list a b) as you do when you construct it.

Another thing which will be in the release is an extended clj module.
Reply all
Reply to author
Forward
0 new messages