Development Tools

Snooze – URL router for Common Lisp designed around REST web services

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
HunchentootWeb server and a toolkit for building dynamic websites
CLOGCommon Lisp Omnificent GUI
Caveman2Lightweight web application framework
ClackWeb application environment inspired by Python's WSGI and Ruby's Rack
RadianceWeb application environment, similar to a web framework but more general
ReblocksFork of Weblocks web framework
NinglexReady-to-go micro web framework based on ningle
ningleLightweight web application framework that was forked from Caveman
LucerneWeb application framework built on Clack
SnoozeURL router for Common Lisp designed around REST web services

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments