{"id":26148942,"url":"https://github.com/dr-nekoma/salem","last_synced_at":"2025-04-14T03:41:18.912Z","repository":{"id":200085420,"uuid":"704789302","full_name":"Dr-Nekoma/salem","owner":"Dr-Nekoma","description":"An interpreter for the Sal programming language written in Zig","archived":false,"fork":false,"pushed_at":"2025-03-22T22:43:57.000Z","size":33,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T23:25:23.307Z","etag":null,"topics":["concatenative","interpreter","language","programming-language","public-domain","unlicense","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dr-Nekoma.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":"2023-10-14T05:16:39.000Z","updated_at":"2025-03-22T22:44:01.000Z","dependencies_parsed_at":"2023-10-15T17:32:37.406Z","dependency_job_id":"534d8d5a-82b9-42c7-9ba8-fae152d1070f","html_url":"https://github.com/Dr-Nekoma/salem","commit_stats":null,"previous_names":["dr-nekoma/salem"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dr-Nekoma%2Fsalem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dr-Nekoma%2Fsalem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dr-Nekoma%2Fsalem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dr-Nekoma%2Fsalem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dr-Nekoma","download_url":"https://codeload.github.com/Dr-Nekoma/salem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248818525,"owners_count":21166438,"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":["concatenative","interpreter","language","programming-language","public-domain","unlicense","zig"],"created_at":"2025-03-11T05:22:14.550Z","updated_at":"2025-04-14T03:41:18.892Z","avatar_url":"https://github.com/Dr-Nekoma.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Salem\n\nSalem is the Sal Execution Model. It is a Zig implementation of the\n[Sal](intro-to-sal.md) programming language.\n\n## Data model\n\n* Basic data types:\n  * [RRB-Trees](https://hypirion.com/thesis.pdf) for arrays and byte arrays\n  * B-Trees, for dictionaries, sets and multisets\n  * Pairs and Variables\n  * Primitive and constructed functions\n  * A very minimal object system (needed for efficient mutual recursion)\n  * Promises for lazy evaluation\n\n* Numeric tower:\n  * Fixnums\n  * Arbitrary precision integers\n  * Ratios\n  * Complex numbers and quaternions (restricted to rational coefficients)\n  * [Multisets (we will treat numbers as a proper subtype of multisets)](https://www.youtube.com/playlist?list=PLIljB45xT85D94vHAB8joyFTH4dmVJ_Fw)\n  * We are explicitly not supporting IEEE 754 Floats, but we may at some point support [Posits](https://posithub.org/)\n\n## Inspirations\n\n* [Clojure](https://clojure.org/)\n* [John Shutt's Kernel](https://ftp.cs.wpi.edu/pub/techreports/pdf/05-07.pdf) and [Vau Calculus](https://web.cs.wpi.edu/~jshutt/dissertation/etd-090110-124904-Shutt-Dissertation.pdf)\n* [Racket](https://racket-lang.org/)\n* [colorForth](https://colorforth.github.io/cf.htm)\n* [RetroForth](https://retroforth.org/)\n* [Joy](https://www.kevinalbrecht.com/code/joy-mirror/joy.html)\n* [Factor](https://factorcode.org/)\n* [Mercury](https://mercurylang.org/)\n* [Lua](https://www.lua.org/)\n* [Erlang](http://www.erlang.org/)\n* [Haskell](https://www.haskell.org/)\n* [Zig](https://ziglang.org/)\n* [Roc](https://www.roc-lang.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-nekoma%2Fsalem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdr-nekoma%2Fsalem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-nekoma%2Fsalem/lists"}