{"id":15419324,"url":"https://github.com/me4502/wutlang","last_synced_at":"2025-04-19T14:52:07.174Z","repository":{"id":146214248,"uuid":"72398972","full_name":"me4502/wutlang","owner":"me4502","description":"Wutlang - An esoteric programming language based heavily of Brainf*ck.","archived":false,"fork":false,"pushed_at":"2022-02-05T14:17:13.000Z","size":71,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T08:51:12.771Z","etag":null,"topics":["brainf","character","cursor","esoteric-programming-language","heap","heap-cell","heap-point","interpreter","java","language","stack"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/me4502.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":"2016-10-31T04:06:29.000Z","updated_at":"2024-01-13T23:55:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb4ff667-a88a-4c40-9cb8-e5bfb826f15c","html_url":"https://github.com/me4502/wutlang","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"236da27f225a05cdf58380c4c2e0eda5ae0864fd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fwutlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fwutlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fwutlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fwutlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me4502","download_url":"https://codeload.github.com/me4502/wutlang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249717911,"owners_count":21315075,"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":["brainf","character","cursor","esoteric-programming-language","heap","heap-cell","heap-point","interpreter","java","language","stack"],"created_at":"2024-10-01T17:24:45.576Z","updated_at":"2025-04-19T14:52:07.140Z","avatar_url":"https://github.com/me4502.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wutlang\r\nWutlang - An esoteric programming language based heavily of Brainf*ck.\r\n\r\n**Wutlang version 1.0**\r\n \r\nWutlang is an esoteric programming language,\r\nwith capabilities for netIO and fileIO.\r\n\r\nThis is heavily inspired by Brainf*ck.\r\n \r\nBasic Functions\r\n \r\n* '\u003c' - Takes the cursor back one spot.\r\n* '\u003e' - Takes the cursor forwards one spot.\r\n* '.' - Output current heap cell to current output as character. Default output is console.\r\n* ',' - Set current heap cell to current input. Default input is console.\r\n* '+' - Increases current heap point.\r\n* '-' - Decreases current heap point.\r\n* '[' - Open loop. Skips past ']' if 0 at heap.\r\n* ']' - Close loop. Returns to '[' when found.\r\n  \r\nStack Functions\r\n \r\n* '^' - Push current input to stack.\r\n* 'V' - Drop current input from stack to heap.\r\n \r\nNetwork Functions\r\n \r\n* '$' - Open network connections on localhost at port specified as characters until 0\r\n        After the 0, the length should be specified as a raw number. \r\n        Cursor will be on length afterwards.\r\n* '@' - Set network stream as input.\r\n* '!' - Set network stream as output\r\n* '%' - Close network stream.\r\n* '~' - End server.\r\n \r\nFile Functions\r\n \r\n* '\u0026' - Open file connections. Filename is characters until 0.\r\n* 'o' - Set file as output.\r\n* 'i' - Set file as input. Appends.\r\n* 'p' - Clears file.\r\n* 'e' - Closes file streams.\r\n \r\nStandard IO Functions\r\n\r\n* 'c' - Set console as output.\r\n* 'r' - Set console as input.\r\n \r\nMiscellaneous\r\n \r\n* '#' - Comment character. This line is a comment. Supports inline comments.\r\n* ':' - Dump heap.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme4502%2Fwutlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme4502%2Fwutlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme4502%2Fwutlang/lists"}