Jean-Philippe Paradis (not-yet-ready projects)
Pinned Loading
Repositories
- ensure-method-combination Public
STUB. Provides an ENSURE method combination type that allows for concise and flexible instantiation and reinitialization of dependent objects.
Hexstream-not-yet-ready/ensure-method-combination’s past year of commit activity - explicit-bind Public
UNSUPPORTED. UNSTABLE? INCOMPLETE? explicit-bind is a Common Lisp library that effectively enables intermixing of any number of LET, LET*, (an enhanced version of) FLET, MULTIPLE-VALUE-BIND and DESTRUCTURING-BIND constructs, at the cost of only one level of indentation.
Hexstream-not-yet-ready/explicit-bind’s past year of commit activity - complex-slots Public
INCOMPLETE. Provides a new slot allocation type whose instances are represented as an arbitrary object.
Hexstream-not-yet-ready/complex-slots’s past year of commit activity - first-class-lambda-lists Public
INCOMPLETE. Provides a simple unified extensible way of processing lambda lists.
Hexstream-not-yet-ready/first-class-lambda-lists’s past year of commit activity - hexstream-html-doc-mode Public
A simple Emacs major mode (my first), specializing html-mode to help me write documentation related to Common Lisp.
Hexstream-not-yet-ready/hexstream-html-doc-mode’s past year of commit activity - evaluated-flet Public
INCOMPLETE. Provides alternatives to FLET and FLET* that behave analogously to LET and LET* except they bind values in the function namespace. Intended to reduce conceptual differences between lexical binding of variables and functions. Makes functional programming more natural in some cases.
Hexstream-not-yet-ready/evaluated-flet’s past year of commit activity - bigname Public
This library converts potentially very big integers and fractions into their text representation. At this time, only conversion to french cardinal and ordinal is supported.
Hexstream-not-yet-ready/bigname’s past year of commit activity