Skip to content

nmunro/meq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meq

Meq is 'multiple equals' a few macros for working with equality based functions and turning them from 2-arity to n-arity.

Usage

* (with-multiple-eq 1 1 1)
* T
* (with-multiple-eq 2 1 1)
* nil

Functions

  • with-multiple-eq
  • with-multiple-eql
  • with-multiple-equal
  • with-multiple-equalp

About

Some common lisp equality macros for making eq, eql etc narity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published