Vim window logic, slimv
This commit is contained in:
parent
babcc9e44b
commit
515847d07e
791 changed files with 51552 additions and 86 deletions
|
|
@ -0,0 +1,37 @@
|
|||
;;;; package.lisp
|
||||
|
||||
(defpackage #:let-plus
|
||||
(:use #:cl #:alexandria #:anaphora)
|
||||
(:export ; basic user interface
|
||||
#:let+
|
||||
#:&ign
|
||||
#:&accessors
|
||||
#:&accessors-r/o
|
||||
#:&slots
|
||||
#:&slots-r/o
|
||||
#:&structure
|
||||
#:&structure-r/o
|
||||
#:&values
|
||||
#:&array-elements
|
||||
#:&array-elements-r/o
|
||||
#:&flet #:&labels
|
||||
#:¯olet
|
||||
#:&symbol-macrolet
|
||||
#:&plist
|
||||
#:&plist-r/o
|
||||
#:&hash-table
|
||||
#:&hash-table-r/o)
|
||||
(:export ; defining new forms
|
||||
#:let+-expansion
|
||||
#:let+-expansion-for-list
|
||||
#:define-let+-expansion)
|
||||
(:export ; extensions
|
||||
#:&flet+
|
||||
#:&labels+
|
||||
#:lambda+
|
||||
#:defun+
|
||||
#:define-structure-let+
|
||||
#:&fwrap
|
||||
#:&once-only
|
||||
#:&with-gensyms
|
||||
#:&complex))
|
||||
Loading…
Add table
Add a link
Reference in a new issue