{"id":26610482,"url":"https://github.com/iwillspeak/formula-one","last_synced_at":"2025-06-24T04:31:42.137Z","repository":{"id":66263474,"uuid":"195626548","full_name":"iwillspeak/formula-one","owner":"iwillspeak","description":"An Experimental LISP","archived":false,"fork":false,"pushed_at":"2022-07-14T06:47:34.000Z","size":21,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-19T03:24:28.431Z","etag":null,"topics":["interpreter","lisp","lisp-interpreter","programming-language"],"latest_commit_sha":null,"homepage":"https://willspeak.me/2019/07/10/lisp-in-two-days-with-rust.html","language":"Rust","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/iwillspeak.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":"2019-07-07T08:14:28.000Z","updated_at":"2024-12-15T17:39:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ae010eb-1101-45c7-9c30-305cfc52b24b","html_url":"https://github.com/iwillspeak/formula-one","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iwillspeak/formula-one","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillspeak%2Fformula-one","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillspeak%2Fformula-one/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillspeak%2Fformula-one/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillspeak%2Fformula-one/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwillspeak","download_url":"https://codeload.github.com/iwillspeak/formula-one/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillspeak%2Fformula-one/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261604097,"owners_count":23183593,"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":["interpreter","lisp","lisp-interpreter","programming-language"],"created_at":"2025-03-24T01:48:26.632Z","updated_at":"2025-06-24T04:31:42.129Z","avatar_url":"https://github.com/iwillspeak.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏎 Formula One - An Experimental LISP 🏎\n\nFormula One is an experiment in ways to ergonomically build syntax trees and transformations in Rust.\n\n```\n🏎  \u003e (begin (define foo 1007) (define bar 330) (+ foo bar))\n ~\u003e 1337\n```\n\n## Blog Post\n\nThe early development of this language is discussed on my blog in [Lisp in Two Days with Rust][blogpost]\n\n [blogpost]: https://willspeak.me/2019/07/10/lisp-in-two-days-with-rust.html\n \n## Features\n\nThe language is a small subset of the LISP described in \u003chttps://norvig.com/lispy.html\u003e. Notably it supports the following special forms:\n\n * `(if \u003ccond\u003e \u003cthen\u003e \u003celze\u003e)` for conditional evaluation of `\u003cthen\u003e` or `\u003celze\u003e`\n * `(define \u003csym\u003e \u003cexpr\u003e)` binding a value to a symbol\n * `(\u003csym\u003e \u003cargs\u003e...)` for calling a named function `\u003csym\u003e`\n\nAll evaluation takes place in a single global environment. The language does not support user-defined functions with `labda` or the nested environments that they would entail. Quoting of values with `'` or `quote` is also not supported. The parser recognises comments and whitespace but is yet to bind them to primary tokens as trivia.\n\n## 🐉 Here be Dragons 🐉\n\nThis is only intended as an experiment to develop techniques for building syntax trees in code. It isn't intended as a production use language.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwillspeak%2Fformula-one","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwillspeak%2Fformula-one","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwillspeak%2Fformula-one/lists"}