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. | 47 |
krukow/clj-ds | Provides data structures modified from Clojure to be usable outside of the language in a Java context | 219 |
tani/papyrus | A literate programming tool that enables users to write executable code snippets in Markdown with Common Lisp | 48 |
digikar99/py4cl2 | A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 41 |
drewc/smug | A parser combinator library for creating recursive descent parsers in Common Lisp | 108 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 309 |
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. | 136 |
leoven/c-macro-collections | A set of header-only data structures and utilities for C. | 534 |
hipeta/arrow-macros | Provides a set of macros for creating expressive and concise code in Common Lisp | 125 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
tlikonen/cl-decimals | A package that provides 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 | 197 |
yitzchak/trivial-do | Provides additional dolist style macros for iterating over various data structures in Common Lisp | 18 |