{"id":15981290,"url":"https://github.com/boxed/readable_lisp","last_synced_at":"2026-05-17T19:36:24.428Z","repository":{"id":8426734,"uuid":"10014568","full_name":"boxed/readable_lisp","owner":"boxed","description":"Readable Lisp","archived":false,"fork":false,"pushed_at":"2014-08-15T16:59:42.000Z","size":148,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T06:29:21.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-12T14:22:39.000Z","updated_at":"2014-08-04T17:58:50.000Z","dependencies_parsed_at":"2022-07-30T00:37:52.275Z","dependency_job_id":null,"html_url":"https://github.com/boxed/readable_lisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boxed/readable_lisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Freadable_lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Freadable_lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Freadable_lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Freadable_lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxed","download_url":"https://codeload.github.com/boxed/readable_lisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Freadable_lisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280424213,"owners_count":26328462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T00:43:11.775Z","updated_at":"2025-10-22T10:48:13.880Z","avatar_url":"https://github.com/boxed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"For a much more useful and, I think, nice way to do something like this I have a new project: https://github.com/boxed/indent-clj\n\n\nReadable Lisp\n=============\n\nAn implementation of a subset of the Readable Lisp Project ( http://readable.sourceforge.net/ ). \nCurrently only tested with some Clojure code and only supports the indent-instead-of-parenthesis \npart of the Readable Lisp spec. Even those parts are probably rather buggy :P\n\nExample:\n\n```clojure\nns timelike.node\n    :refer-clojure\n        :exclude\n        [time future]\n    :import\n        java.util.concurrent\n            ConcurrentSkipListSet\n            CountDownLatch\n            LinkedBlockingQueue\n            LinkedTransferQueue\n            TimeUnit\n    :use\n        timelike.scheduler\n        clojure.math.numeric-tower\n        [incanter.distributions :only [draw exponential-distribution]]\n```\n\nis turned into this (although not pretty-printed like this):\n\n```clojure\n(ns timelike.node\n    (:refer-clojure\n        :exclude\n        [time future])\n    (:import\n        (java.util.concurrent\n            ConcurrentSkipListSet\n            CountDownLatch\n            LinkedBlockingQueue\n            LinkedTransferQueue\n            TimeUnit))\n    (:use\n        timelike.scheduler\n        clojure.math.numeric-tower\n        [incanter.distributions :only [draw exponential-distribution]]))\n```\n\nUsage\n=====\n\n```untab test.clj-readable``` \n\nwill output standard Clojure source code for the file test.clj-readable\n\nRationale\n=========\n\nI wrote this because I wanted to play around with the concept of Readable Lisp but \ngetting that project to build on my machine took me a long time and at the end I \ncouldn't even get it to work. Then I found the Parsley library which seemed to make\nit a bit easier to write parsers so I thought I'd give it a shot since I've never \nplayed with parser libraries before :P\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Freadable_lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxed%2Freadable_lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Freadable_lisp/lists"}