modularize

Module system

A framework for organizing and managing reusable code components in Common Lisp applications.

A modularization framework for Common Lisp

GitHub

8 stars
4 watching
2 forks
Language: HTML
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
shinmera/filesystem-utils A collection of utility functions for working with the file system. 14
shinmera/ubiquitous A library providing persistent configuration storage through an easy-to-use API. 28
shinmera/float-features Provides additional IEEE floating point features not covered by the Common Lisp standard. 29
shinmera/multiposter An application to post content simultaneously to multiple online services. 13
shinmera/promise A promise mechanism library for asynchronous operations with a focus on reliability and simplicity. 11
shinmera/plump A parser for HTML/XML-like documents with lenient handling of invalid markup 120
shinmera/staple A tool for generating documentation pages from source code 60
shinmera/file-select Provides a way to invoke native file dialogs on various platforms for selecting or creating files. 20
shinmera/trivial-benchmark A tool for quickly measuring performance of code snippets 39
jeroenmols/modularizationexample Demonstrates modularizing an Android app into logical vertical slices using multiple modules and hierarchical architecture 733
shinmera/file-notify Libraries that provide file change detection functionality across multiple operating systems 28
shinmera/definitions A general definitions introspection library 19
shinmera/deeds An event delivery system with efficient filtering and flexible handler configuration 23
shinmera/file-attributes Provides functions to retrieve and set file attributes in a platform-independent manner. 18
shinmera/mmap Provides a portable way to map files into the address space of a process without manual memory copying. 33