{"id":31595281,"url":"https://github.com/escherize/historia","last_synced_at":"2025-10-06T03:59:09.215Z","repository":{"id":62432581,"uuid":"326457874","full_name":"escherize/historia","owner":"escherize","description":"SQLite to remember what data functions expect to see","archived":false,"fork":false,"pushed_at":"2021-08-04T18:15:22.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T09:21:18.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/escherize.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-03T17:03:58.000Z","updated_at":"2022-02-14T15:17:48.000Z","dependencies_parsed_at":"2022-11-01T21:00:46.644Z","dependency_job_id":null,"html_url":"https://github.com/escherize/historia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/escherize/historia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escherize%2Fhistoria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escherize%2Fhistoria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escherize%2Fhistoria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escherize%2Fhistoria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escherize","download_url":"https://codeload.github.com/escherize/historia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escherize%2Fhistoria/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556181,"owners_count":26006081,"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-06T02:00:05.630Z","response_time":65,"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":"2025-10-06T03:58:57.321Z","updated_at":"2025-10-06T03:59:09.202Z","avatar_url":"https://github.com/escherize.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# historia\n\nA defn macro to observe and remember what args, body, output and more have been passed to what functions, using sql lite.\n\n## Installation\n\n[escherize/historia \"0.1.1\"]\n\n## Usage\n\n``` clojure\n(defn-historia ink [x]\n  (let [k (let [k (let [k (* 10 x)] k)] k)] k))\n\n(ink 1)\n(one \"ink\")\n\n;;=\u003e {:id 434,\n;;    :fn_name \"ink\",\n;;    :arguments [x],\n;;    :argument_values [1],\n;;    :body [(let [k (let [k (let [k (* 10 x)] k)] k)] k)],\n;;    :end_time 1609624096662,\n;;    :start_time 1609624096662,\n;;    :output 10}\n\n(count (many \"ink\"))\n;;=\u003e 10\n```\n\n\n\n\n## License\n\nCopyright © 2020 Bryan Maass\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescherize%2Fhistoria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescherize%2Fhistoria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescherize%2Fhistoria/lists"}