{"id":17177248,"url":"https://github.com/lexi-lambda/racket-tulip","last_synced_at":"2026-01-06T05:01:37.407Z","repository":{"id":62424418,"uuid":"51934767","full_name":"lexi-lambda/racket-tulip","owner":"lexi-lambda","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-22T16:52:03.000Z","size":33,"stargazers_count":15,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T02:10:03.935Z","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/lexi-lambda.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":"2016-02-17T15:57:52.000Z","updated_at":"2022-10-30T14:30:13.000Z","dependencies_parsed_at":"2022-11-01T18:01:17.573Z","dependency_job_id":null,"html_url":"https://github.com/lexi-lambda/racket-tulip","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/lexi-lambda%2Fracket-tulip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexi-lambda%2Fracket-tulip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexi-lambda%2Fracket-tulip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexi-lambda%2Fracket-tulip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexi-lambda","download_url":"https://codeload.github.com/lexi-lambda/racket-tulip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245359253,"owners_count":20602322,"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-15T00:03:04.867Z","updated_at":"2026-01-06T05:01:32.358Z","avatar_url":"https://github.com/lexi-lambda.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌷 Tulip as a Racket `#lang`\n\nThis is a Racket implementation of the [Tulip][tulip] programming language. It implements Tulip as a Racket `#lang`. This is an extreme work-in-progress, so the language support is currently somewhat poor (and Tulip itself is still a work in progress, itself).\n\nTo install, just run `raco pkg install tulip`. You should then be able to write Tulip programs simply by writing `#lang tulip` at the top of your modules.\n\n```tulip\n#lang tulip\n\n@import tulip/math\n\ntest = {\n  is-even = [ 0 =\u003e .t; x =\u003e decr x \u003e is-odd  ]\n  is-odd  = [ 0 =\u003e .f; x =\u003e decr x \u003e is-even ]\n  [ .even x =\u003e is-even x; .odd x =\u003e is-odd x ]\n}\n\ntest (.even 3)\ntest (.odd  3)\n```\n\n[tulip]: https://github.com/tulip-lang/tulip\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexi-lambda%2Fracket-tulip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexi-lambda%2Fracket-tulip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexi-lambda%2Fracket-tulip/lists"}