reader
Data structure reader
Provides reader macros for various data structures and functions in Common Lisp
A utility library intended at providing reader macros for lambdas, arrays, accessors, hash-tables and hash-sets.
13 stars
4 watching
1 forks
Language: Common Lisp
last commit: almost 2 years ago
Linked from 2 awesome lists
common-lisplibraryreader-macros
Related projects:
Repository | Description | Stars |
---|---|---|
sirherrbatka/cl-data-structures | A collection of reusable data structures and streaming algorithms in Common Lisp. | 48 |
krukow/clj-ds | A library that adapts Clojure's persistent data structures to work with the Java programming language. | 219 |
tani/papyrus | A literate programming tool that enables users to write executable code snippets in Markdown with Common Lisp | 49 |
digikar99/py4cl2 | A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 42 |
drewc/smug | A library that enables easy creation of recursive descent parsers for text with a focus on simplicity and extensibility | 108 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 312 |
vale981/practical-cl-beautified | Enhances the online version of Practical Common Lisp with syntax highlighting and interactive features. | 34 |
stylewarning/cl-algebraic-data-type | A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 138 |
leoven/c-macro-collections | A set of header-only data structures and utilities for C. | 536 |
hipeta/arrow-macros | Provides a set of macros for creating expressive and concise code in Common Lisp | 126 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
tlikonen/cl-decimals | A package providing functions to parse and format decimal numbers in Common Lisp. | 21 |
tdrhq/easy-macros | A Common Lisp library to simplify macro writing by automating error-prone patterns and providing a more straightforward API. | 20 |
ghollisjr/cl-ana | A modular Common Lisp framework for data analysis and visualization | 198 |
yitzchak/trivial-do | Provides additional dolist style macros for iterating over various data structures in Common Lisp | 18 |