{"id":20527265,"url":"https://github.com/raulil/snek","last_synced_at":"2026-06-06T10:32:01.444Z","repository":{"id":76063355,"uuid":"291930396","full_name":"RauliL/snek","owner":"RauliL","description":"Kinda like Python meets TypeScript","archived":false,"fork":false,"pushed_at":"2025-02-10T21:20:09.000Z","size":487,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T21:34:52.537Z","etag":null,"topics":["interpreter","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RauliL.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-01T07:40:01.000Z","updated_at":"2025-02-10T20:55:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"b268bcde-1625-44fc-8be4-78fc7dfbed15","html_url":"https://github.com/RauliL/snek","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/RauliL%2Fsnek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fsnek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fsnek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fsnek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RauliL","download_url":"https://codeload.github.com/RauliL/snek/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242133481,"owners_count":20077097,"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":["interpreter","programming-language"],"created_at":"2024-11-15T23:18:03.159Z","updated_at":"2026-06-06T10:32:01.411Z","avatar_url":"https://github.com/RauliL.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snek\n\n![Build](https://github.com/RauliL/snek/workflows/Build/badge.svg)\n\nExperimental functional programming language which combines TypeScript typing\nsystem with Python like syntax. Still a work in progress.\n\n## Features\n\n- Syntax inspired by [Python].\n- Typing system inspired by [TypeScript].\n- Supports following builtin data types, all immutable:\n  - Booleans\n  - Functions\n  - Numbers (separate integers and floats)\n  - Strings (full Unicode support)\n  - Lists\n  - Records (think of dictionaries in python or objects in JavaScript)\n  - Null\n- [Prototype-based programming] just like in [JavaScript].\n- Module system where functions, values and types can be imported from other\n  files located on your file system. In the future possibly from the Internet\n  as well.\n- [REPL].\n- Relatively easy to embed into other C++ libraries/applications.\n\n[Python]: https://www.python.org\n[TypeScript]: https://www.typescriptlang.org\n[Prototype-based programming]: https://en.wikipedia.org/wiki/Prototype-based_programming\n[JavaScript]: https://en.wikipedia.org/wiki/JavaScript\n[REPL]: https://en.wikipedia.org/wiki/REPL\n\n## How to compile?\n\nYou need to have [CMake] and C++17 compiler installed on your system, then do\nthis:\n\n```bash\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make\n```\n\nAnd tada! You can either execute `build/cli/snek` directly or install the\nexecutable to your system by running `sudo make install`. Head over to the\n`examples` directory to see what this language has to offer.\n\n[CMake]: https://cmake.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fsnek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulil%2Fsnek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fsnek/lists"}