{"id":17212516,"url":"https://github.com/jackfirth/set-exp","last_synced_at":"2026-01-06T05:05:47.354Z","repository":{"id":26488425,"uuid":"29940549","full_name":"jackfirth/set-exp","owner":"jackfirth","description":"A Racket meta-language for adding set literals to a language, i.e. making {1 2 3 4} a set of four elements.","archived":false,"fork":false,"pushed_at":"2019-02-04T23:26:37.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T05:17:15.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Racket","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/jackfirth.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":"2015-01-27T23:30:48.000Z","updated_at":"2019-02-04T23:26:39.000Z","dependencies_parsed_at":"2022-07-24T11:01:51.271Z","dependency_job_id":null,"html_url":"https://github.com/jackfirth/set-exp","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/jackfirth%2Fset-exp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fset-exp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fset-exp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fset-exp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackfirth","download_url":"https://codeload.github.com/jackfirth/set-exp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245467157,"owners_count":20620209,"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-10-15T03:00:20.909Z","updated_at":"2026-01-06T05:05:42.328Z","avatar_url":"https://github.com/jackfirth.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"set-exp [![Build Status](https://travis-ci.org/jackfirth/set-exp.svg)](https://travis-ci.org/jackfirth/set-exp) [![Coverage Status](https://coveralls.io/repos/jackfirth/set-exp/badge.svg)](https://coveralls.io/r/jackfirth/set-exp)\n=====================\n[Documentation](http://pkg-build.racket-lang.org/doc/set-exp/index.html)\n\nA Racket meta-language for adding set literals to a language, i.e. making `{1 2 3 4}` a set of four elements.\n\n```racket\n#lang set-exp racket\n\n(define some-set {1 2 3 4})\n\n(set-member? some-set 5)\n(set-member? some-set 'foo)\n```\n\nTo install, run `raco pkg install set-exp`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fset-exp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackfirth%2Fset-exp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fset-exp/lists"}