{"id":51676450,"url":"https://github.com/lhitori/maeel","last_synced_at":"2026-07-15T06:34:31.307Z","repository":{"id":63126955,"uuid":"565409903","full_name":"lhitori/maeel","owner":"lhitori","description":"The maeel programming language","archived":false,"fork":false,"pushed_at":"2025-03-23T10:54:28.000Z","size":718,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-15T06:34:29.645Z","etag":null,"topics":["concatenative","concatenative-language","functional","functional-programming","interpreter","language","lexer","programming-language","stack","stack-based","stack-oriented","tokenizer"],"latest_commit_sha":null,"homepage":"","language":"OCaml","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/lhitori.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,"zenodo":null}},"created_at":"2022-11-13T10:19:16.000Z","updated_at":"2026-05-15T15:53:38.000Z","dependencies_parsed_at":"2023-02-10T20:45:44.656Z","dependency_job_id":"316da807-b2cb-42ea-b7d4-856c94909d45","html_url":"https://github.com/lhitori/maeel","commit_stats":null,"previous_names":["lhitori/maeel"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/lhitori/maeel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhitori%2Fmaeel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhitori%2Fmaeel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhitori%2Fmaeel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhitori%2Fmaeel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lhitori","download_url":"https://codeload.github.com/lhitori/maeel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhitori%2Fmaeel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35494971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"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":["concatenative","concatenative-language","functional","functional-programming","interpreter","language","lexer","programming-language","stack","stack-based","stack-oriented","tokenizer"],"created_at":"2026-07-15T06:34:30.774Z","updated_at":"2026-07-15T06:34:31.295Z","avatar_url":"https://github.com/lhitori.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n\n|\\  /|                    /|\n| \\/ |                   ' |\n| ;; |  ___   ___   ___  | |\n| ;' | ,-- \\ / ,_\\ / ,_\\ | |\n| ; '| \\___/ \\___/ \\___/ | |\n| '                      | |\n|'                        '|\n\n```\n\n\n# maeel\n\n### a minimalistic stack based programming language.\n\nThe interpreter (including lexer) is made up of 500 lines of code (with default rustfmt options).\n\n## Compile\n\n`$ make test` (c.f. [tests.maeel](./stdlib/tests.maeel))\n\n`$ make bench`\n\n`$ make`\n\n## Run program\n\n`$ ./maeel program.maeel`\n\n## Implemented in maeel\n\n- Stack functions (drop, dup, rot, over, swap)\n- Booleans functions (and, or, not)\n- Conditions (ifelse, then)  (s/o Turring)\n- Loops (while, for)\n- Lists definition (List ... end)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhitori%2Fmaeel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flhitori%2Fmaeel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhitori%2Fmaeel/lists"}