{"id":19917210,"url":"https://github.com/athos/tetrlang","last_synced_at":"2025-05-03T06:30:46.114Z","repository":{"id":964910,"uuid":"756297","full_name":"athos/tetrlang","owner":"athos","description":"an esoteric language inspired by Tetris","archived":false,"fork":false,"pushed_at":"2010-07-08T02:56:19.000Z","size":5140,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T11:51:28.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/athos.png","metadata":{"files":{"readme":"README.mkdn","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":"2010-07-04T13:34:44.000Z","updated_at":"2018-06-30T13:08:07.000Z","dependencies_parsed_at":"2022-07-06T00:01:22.400Z","dependency_job_id":null,"html_url":"https://github.com/athos/tetrlang","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/athos%2Ftetrlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athos%2Ftetrlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athos%2Ftetrlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athos%2Ftetrlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athos","download_url":"https://codeload.github.com/athos/tetrlang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252154732,"owners_count":21702982,"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-11-12T21:49:10.177Z","updated_at":"2025-05-03T06:30:45.654Z","avatar_url":"https://github.com/athos.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"tetrlang: A Tetrlang Interpreter\n================================\n\nTetrlang is an esoteric language inspired by Tetris.\nThe instructions in Tetrlang are represented by Tetris\nblocks (tetraminos). Each tetramino has a corresponding\nBrainfuck instruction.\n\nPrerequisites\n-------------\n\nFor building Tetrlang interpreter by yourself, you must have:\n\n* Leiningen (http://github.com/technomancy/leiningen)\n\nBut, you don't need it for just running the interpreter.\n\nBuilding\n--------\n\nTo build tetrlang, type the following commands:\n    $ cd tetrlang\n    $ lein uberjar\n\nDependencies\n------------\n\ntetrlang depends on:\n\n* Clojure 1.1.0\n* clojure-contrib 1.0\n\nThese dependencies can be downloaded automatically using:\n    $ lein deps\n\nUsage\n-----\n\nTo run tetrlang, just do:\n    $ java -jar tetrlang-standalone.jar\n\nYou can try out the interpreter with example codes in\nthe `examples' directory. Specify '-Dfile.encoding=UTF-8'\noption if your environment's default character encoding\nis other than UTF-8.\n\n    $ java -Dfile.encoding=UTF-8 -jar tetrlang-standalone.jar -f examples/hello.tetr\n\nThe interpreter has several options. To display all its\noptions and their descriptions, run it with `--help' option.\n\n    $ java -jar tetrlang-standalone.jar --help\n\nLicense\n-------\n\nCopyright (C) 2010 OHTA Shogo\nDistributed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathos%2Ftetrlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathos%2Ftetrlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathos%2Ftetrlang/lists"}