Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Train ML Models With SQL You Already Know
BigQuery automates data prep, analysis, and predictions with built-in AI assistance.
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
otl is a text processor for generating markup from plain text. Much of both the input and output formats can be customized. otl supports structures such as nested ordered lists, headers and footers, and tables.
DACML stands for Digital Audio and Computer Music Language.
It is implemented as a Common Lisp library and low level C routines for efficiency.
The aim is to apply functional paradigm to Computer Music composition.
Licensed under GPL v. 3 or later.
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Written in ANSI Common Lisp. A public multiple-connection server which allows the playing of Solitaire through a text-based protocol. This is basically so that you can make your own graphical client and use this as the back-end.
A Common Lisp framework for the Semantic Web, offering parsers and printers for the following Semantic Web standards: OWL 2 Functional, OWL 2 XML, OWLlink XML, OWLlink functional, and OWLlink S-Expression. Contains an OWLAPI-like ontology-framework.
The OKlibrary is a research platform for generalised SAT solving.
It provides tools to tackle "intractable problems" at the Maxima computer-algebra level and at the C++ level.
It also automatically installs a wide range of external software.
Snow is a Lisp-based GUI description DSL for Swing. It supports declarative layout, data binding, event listeners implemented in Java or Lisp. NOTE: the project is now hosted on common-lisp.net.
Latrunculi is a 3D OpenGL implementation of an ancient Roman strategy game by the same name. It is written using Common Lisp (with the cl-opengl and lispbuilder-sdl libraries), and aims to work on Windows or any POSIX system.
The IEEE 1619 Committee open-source reference implementations of encryption algorithms, plus testing and certification suites, for each encryption algorithm included in the standard.
This is a documentation tool for making FAQs in which each question has multiple answers. These answers are written by known authors and can respond to each other. Users are also able to rate answers.
Game Savvy Lisp (GSL) is a library of game creation tools and functions. The aim is to allow fast expressive programming, and quick prototyping. Please go here to get the latest version: http://code.google.com/p/gamesavvylisp/
There are not so many chess implementations in LISP (at least, to my knowledge)
Here is one.
No hay muchas implementaciones del ajedrez en LISP (que yo sepa)
Ahí va una.
ECL-READLINE provides top-level readline support for ECL (Embeddable
Common-Lisp) in the form of an ASDF package. It does this by creating a CLOS input-stream that wraps the GNU Readline library.
sexpreader is a library which can be used by compiler or interpreter writers who want to read LISP-like constructs. This library can read in various tokens like integers, floats, symbols, strings, characters, booleans and parenthesis.
This is the programm for sudoku solving.
On input it has array of numbers. On output it gives all variants of right solves.
It can be used for crossword verification and difficulty assesment.
I devote it to patience of my wife :).
LispSharp is a fully compiled lisp implementation for the .NET Framework.
It uses a Lisp dialect similar to ISO Lisp, it has a Command-line toplevel
compiler with Read Compile Print Loop.It references any .NET DLL and produces standard .NET assembly.
A CLOS common lisp implementation motivated by Python's datetime and related classes. The Lisp datetime objects will include conversion between epochs measured in days and seconds, date arithmatic, and string formatting and parsing operations in a singl