{"id":18762266,"url":"https://github.com/endeyshentlabs/exses","last_synced_at":"2025-12-04T19:30:16.122Z","repository":{"id":167311287,"uuid":"642231505","full_name":"EndeyshentLabs/EXSES","owner":"EndeyshentLabs","description":"WIP. Yet another questionable programming language","archived":false,"fork":false,"pushed_at":"2024-02-14T07:40:14.000Z","size":193,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T05:08:52.085Z","etag":null,"topics":["compiled-language","compiler","hacktoberfest","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EndeyshentLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2023-05-18T05:35:12.000Z","updated_at":"2023-10-07T16:06:34.000Z","dependencies_parsed_at":"2023-11-02T18:35:19.516Z","dependency_job_id":null,"html_url":"https://github.com/EndeyshentLabs/EXSES","commit_stats":null,"previous_names":["endeyshentlabs/exses"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndeyshentLabs%2FEXSES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndeyshentLabs%2FEXSES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndeyshentLabs%2FEXSES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndeyshentLabs%2FEXSES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndeyshentLabs","download_url":"https://codeload.github.com/EndeyshentLabs/EXSES/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239656612,"owners_count":19675631,"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":["compiled-language","compiler","hacktoberfest","programming-language"],"created_at":"2024-11-07T18:20:21.245Z","updated_at":"2025-12-04T19:30:16.061Z","avatar_url":"https://github.com/EndeyshentLabs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CMake](https://github.com/EndeyshentLabs/EXSES/actions/workflows/cmake.yml/badge.svg)](https://github.com/EndeyshentLabs/EXSES/actions/workflows/cmake.yml)\n\n# EXSES\n\n**WARNING: THIS PROGRAMMING LANGUAGE IS UNFINISHED! EVERYTHING MAY CHANGE IN THE FUTURE!** \n\n\u003cimg src=\"./assets/logo1.png\" alt=\"EXSES logp\" width=\"128\" /\u003e\nEXSES - smol stack-oriented concatenative programming language. Development have just started: do not expect something revolutionary new.\n\n## [Language Reference](./REFERENCE.md) \n\n## Example\n\n### Hello, World!\n\n```python\n[Hello,\\sWorld!] !\n```\n\n### Basic\n\n```python\n20 10 + ! # Will output the '30'\n# Raise 5 to the power of 2\n5 \u0026 # `\u0026` will duplicate top value e.g '5'\n* # Multiply\n! # Output\n```\n\n### Control flow\n\n```python\n500 80 \u003e ( # if 500 is less than 80 do following code block\n    99 !\n) # close the block\n```\n\n### More advanced\n\n#### Bindings\n\n```python\n# bind 500 to '1100'. NOTE: You can use strings as names\n1100 500 \u003c-\n# bind 80 to '1101'\n1101 80 \u003c-\n\n# load value of '1100' (e.g 500)\n1100 ^\n# load value of '1101' (e.g 80)\n1101 ^\n- # subtract\n! # print (420)\n```\n\n#### Procedures\n\n```python\n1100 ' # int  # create a procedure named \"1100\". NOTE: You can use strings as names\n    80 - ! # body of the procedure. subtract 80 from the value that was on top of the stack when procedure was invoked and print the result\n\" # close the procedure\n\n500 1100 : # `:` call a procedure\n```\n\n## Build-it\n\nDependencies:\n\n- CMake \u003e= 3.14\n- Any C++ compiler with C++20 (I use GCC 12.2)\n\n```console\n$ cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release\n$ cmake --build build --config Release\n$ vim test.xes\n... WRITING ...\n$ ./build/exsi test.xes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendeyshentlabs%2Fexses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendeyshentlabs%2Fexses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendeyshentlabs%2Fexses/lists"}