{"id":21439478,"url":"https://github.com/missingfaktor/lox-in-clojure","last_synced_at":"2025-10-11T08:46:41.466Z","repository":{"id":146995540,"uuid":"128131094","full_name":"missingfaktor/lox-in-clojure","owner":"missingfaktor","description":"Tree-walking interpreter for Lox language, from the book \"Crafting Interpreters\"","archived":false,"fork":false,"pushed_at":"2018-04-29T17:27:36.000Z","size":42,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T10:11:20.554Z","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/missingfaktor.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-04T22:46:17.000Z","updated_at":"2019-07-23T02:31:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ca83479-50a3-4b2d-8f64-914776acdeaf","html_url":"https://github.com/missingfaktor/lox-in-clojure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingfaktor%2Flox-in-clojure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingfaktor%2Flox-in-clojure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingfaktor%2Flox-in-clojure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingfaktor%2Flox-in-clojure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/missingfaktor","download_url":"https://codeload.github.com/missingfaktor/lox-in-clojure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950939,"owners_count":20373665,"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","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-11-23T00:41:54.938Z","updated_at":"2025-10-11T08:46:36.416Z","avatar_url":"https://github.com/missingfaktor.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lox-in-clojure\n\n[![Build Status](https://travis-ci.org/missingfaktor/lox-in-clojure.svg?branch=master)](https://travis-ci.org/missingfaktor/lox-in-clojure)\n\nThis is a Clojure implementation of a tree-walking interpreter for Lox language from [Bob Nystorm](https://twitter.com/munificentbob)'s excellent book [\"Crafting Interpreters\"](http://craftinginterpreters.com/).\n\n# Running\n\nIf you wish to play with this project, simply run `lein run` from within the project directory, and you will be greeted with a barebone Lox REPL.\n\n# Deviations\n\nSince the only aim of this project is learning, I am deviating from the book in a number of ways: experimenting with things not covered in the book, making different choices with syntax and semantics, dropping bits I am not particularly interested in learning. A few of these deviations:\n\n- I didn't hand-roll a scanner and a parser. I used a parser combinator library instead.\n- I picked Lisp syntax for my version of Lox.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissingfaktor%2Flox-in-clojure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmissingfaktor%2Flox-in-clojure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissingfaktor%2Flox-in-clojure/lists"}