https://github.com/galdor/tungsten
A Common Lisp toolkit.
https://github.com/galdor/tungsten
common-lisp lisp
Last synced: 27 days ago
JSON representation
A Common Lisp toolkit.
- Host: GitHub
- URL: https://github.com/galdor/tungsten
- Owner: galdor
- License: isc
- Created: 2023-01-24T20:56:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T16:30:56.000Z (10 months ago)
- Last Synced: 2025-02-03T13:13:58.916Z (3 months ago)
- Topics: common-lisp, lisp
- Language: Common Lisp
- Homepage:
- Size: 3.39 MB
- Stars: 32
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tungsten
## Introduction
Tungsten is a Common Lisp toolkit providing a wide range of features. It is
developped as the foundation for server software and associated tools.It currently runs on either [SBCL](http://sbcl.org/) or
[CCL](https://ccl.clozure.com/). I might port it to other implementations in
the future.Tungsten does not have any dependency. The only external component is
[ASDF](https://asdf.common-lisp.dev/) which is used for system management.## Versioning
Tungsten is currently in development. Anything can change at any moment
without any notice.**You should not use Tungsten in production.**
## Licensing
Tungsten is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.## Contributions
### Open source, not open contribution
[Similar to SQLite](https://www.sqlite.org/copyright.html), Tungsten is open
source but not open contribution for multiple reasons:- It avoid potential intellectual property and licensing issues.
- It removes the burden of reviewing patches and maintaining the resulting
code.
- It helps keeping the software focused on a clear vision.While this might be disappointing to you, this choice helps me continue to
build and maintain Tungsten.### Bug reporting
I am thankful for any bug report. Feel free to open issues and include as much
useful information as possible. I cannot however guarantee that I will fix
every bug.Commercial support will be offered once a first stable version has been
finished.### Ideas and feature suggestions
Ideas about current systems and suggestions for new ones are welcome, either
on GitHub discussions or by [email](mailto:[email protected]).You can also [hire me](mailto:[email protected]) to develop specific
features.