Snooze is a URL router for Common Lisp designed around REST web services.
A URL router lets you open URL routes to your application that are friendlier, easier to remember and better supported by other applications, such as search engines. RESTful routes are near universal in web APIs and look like this.
All Snooze does is establish a tight fit between this type of route and plain old Common Lisp. For example, in Snooze, routes are just functions and HTTP conditions are just Lisp conditions.
Since you stay inside Lisp, if you know how to make a function, you know how to make a route. There are no regular expressions to write or extra route-defining syntax to learn.
Snooze is web-server-backend-agnostic: it can work with any web server.
Website: github.com/joaotavora/snooze
Support:
Developer: João Távora
License: Open Source
Snooze is written in Common Lisp. Learn Lisp with our recommended free books and free tutorials.
Related Software
| Lisp Web Frameworks | |
|---|---|
| Hunchentoot | Web server and a toolkit for building dynamic websites |
| CLOG | Common Lisp Omnificent GUI |
| Caveman2 | Lightweight web application framework |
| Clack | Web application environment inspired by Python's WSGI and Ruby's Rack |
| Radiance | Web application environment, similar to a web framework but more general |
| Reblocks | Fork of Weblocks web framework |
| Ninglex | Ready-to-go micro web framework based on ningle |
| ningle | Lightweight web application framework that was forked from Caveman |
| Lucerne | Web application framework built on Clack |
| Snooze | URL router for Common Lisp designed around REST web services |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

