galdor / tungsten

A Common Lisp toolkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or CCL. I might port it to other implementations in the future.

Tungsten does not have any dependency. The only external component is ASDF 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 license.

Contributions

Open source, not open contribution

Similar to SQLite, 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.

You can also hire me to develop specific features.

About

A Common Lisp toolkit.

License:ISC License


Languages

Language:Common Lisp 99.6%Language:C 0.2%Language:Shell 0.2%