{"id":13776337,"url":"https://github.com/bburdette/schelme","last_synced_at":"2025-10-28T01:50:01.813Z","repository":{"id":52692555,"uuid":"176318093","full_name":"bburdette/schelme","owner":"bburdette","description":"A minimal scheme-esque language written in Elm.  ","archived":false,"fork":false,"pushed_at":"2021-04-20T21:12:03.000Z","size":204,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-19T12:29:49.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bburdette.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-18T15:42:07.000Z","updated_at":"2023-10-27T20:41:11.000Z","dependencies_parsed_at":"2022-08-22T04:01:35.945Z","dependency_job_id":null,"html_url":"https://github.com/bburdette/schelme","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bburdette/schelme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bburdette%2Fschelme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bburdette%2Fschelme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bburdette%2Fschelme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bburdette%2Fschelme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bburdette","download_url":"https://codeload.github.com/bburdette/schelme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bburdette%2Fschelme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281371742,"owners_count":26489526,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-03T18:00:23.324Z","updated_at":"2025-10-28T01:50:01.788Z","avatar_url":"https://github.com/bburdette.png","language":"Elm","funding_links":[],"categories":["Languages"],"sub_categories":["Interpreters"],"readme":"# Schelme \n\nSchelme is a scheme-inspired scripting language for Elm.  \n\nSchelme is written with incremental execution in mind.  Running a schelme program consists of creating an EvalBodyStart state instance, then calling evalBodyStateStep on that instance again and again until either an EvalBodyFinal or EvalBodyError is returned.  This way you are free to execute as many evals as you have time for, then move on to other tasks.  With this method running multiple schelme programs simultaneously is no problem - you just have to store the latest state for each program. \n\nThe Run module contains functions to compile and execute schelme code.  Also check the examples to see how to get schelme to call your own custom functions.\n\nYou can try out the basic language [here](https://bburdette.github.io/schelmeex3.html).  The prelude functions are listed in the initial namespace, and there's a minimal language reference.\n\nHere's a [robot battle demo](https://bots.practica.site).  This shows off the incremental execution feature.  Its in a [separate repo](https://github.com/bburdette/schelme-bots) now.\n\nAnd there's [spreadsheet and markdown demos](https://www.github.com/bburdette/cellme) too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbburdette%2Fschelme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbburdette%2Fschelme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbburdette%2Fschelme/lists"}