{"id":21758627,"url":"https://github.com/themaster1127/ht-plus-plus","last_synced_at":"2026-02-18T23:31:14.851Z","repository":{"id":241202148,"uuid":"804624007","full_name":"TheMaster1127/HT-plus-plus","owner":"TheMaster1127","description":"HT++ is a statically-typed programming language that transpiles to C++. It features an AutoHotkey-like syntax with static types, blending ease of use with C++'s performance. This allows for the development of efficient and versatile scripts that can run on any device where C++ is supported, ensuring compatibility across every platform.","archived":false,"fork":false,"pushed_at":"2024-11-05T13:44:11.000Z","size":11912,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T12:13:29.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/TheMaster1127.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":"2024-05-23T00:20:20.000Z","updated_at":"2024-11-05T13:44:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3f23df3-98c5-48e8-a971-54ba52bba4f1","html_url":"https://github.com/TheMaster1127/HT-plus-plus","commit_stats":null,"previous_names":["themaster1127/ht-plus-plus"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/TheMaster1127/HT-plus-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FHT-plus-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FHT-plus-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FHT-plus-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FHT-plus-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMaster1127","download_url":"https://codeload.github.com/TheMaster1127/HT-plus-plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FHT-plus-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29598206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-26T11:22:57.407Z","updated_at":"2026-02-18T23:31:14.833Z","avatar_url":"https://github.com/TheMaster1127.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HT++\n\nHT++ is a statically-typed programming language that transpiles to C++. It features an AutoHotkey (AHK)-like syntax with static types, combining ease of use with the performance and power of C++. This allows for the development of efficient and versatile scripts that can run on any device where C++ is supported, ensuring compatibility across every platform.\n\n#### Usage\n\n1. Clone this repository\n2. The tarnspiler is HT++.py\n3. You can make a .htpp file then use the HT++.py to transpile it to C++ for example:\n```\npython HT++.py file_name.htpp\n```\nyou should get a .cpp file whit the same name as the .htpp\nWhen you transpile the .htpp script it will replace the .cpp whit the same name if it exists.\n\nI recommend using SciTE4HTH where i added HT++ support.\n\nWhy use SciTE4HTH for HT++?\n- It provides syntax highlighting and code completion for the HT++ language, making it easier to write and read HT++ scripts.\n\nHow to use SciTE4HTH for HT++:\n1. Download and install the SciTE4HTH editor from https://github.com/TheMaster1127/SciTE4HTH\n2. Go to the htpp.properties and put the full path of your HT++.py then restart the SciTE editor by re-opening it.\n3. Open SciTE and create a new file with the .htpp extension (or open an existing .htpp file).\n4. Write your HT++ code in the editor. You'll get syntax highlighting and code completion as you type.\n5. To transpile your HT++ code to C++, simply press F5 or Crtl+F7 or click the \"Run\" button. This will transpile the HT++ code.\n\nThat's it! SciTE4HTH gives you a user-friendly environment to write HT++ scripts, with helpful features like syntax highlighting and code completion, while allowing you to easily transpile to HT++ code with just a few clicks or keystrokes.\n\n#### Usage Example\n\nHT++ currently supports a subset of commands similar to AutoHotkey:\n\n- Functions\n- If, else, else if\n- Random\n- Sleep \n- Msgbox\n- FileRead \n- FileAppend \n- SetTimer \n- Labels\n- Gosub\n- Return/return\n- Loop\n- Loop, Parse\n- Variables\n- Arrays\n- RunCMD and ExitApp\n- Comments\n- Sort\n- getDataFromAPI and getDataFromJSON\n- FileCreateDir and FileRemoveDir\n- FileExist\n- isWindows\n- Math Functions\n- Build-in Functions\n- Build-in Variables\n\nhere is the full documentation: [Documentation](https://github.com/TheMaster1127/HT-plus-plus/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemaster1127%2Fht-plus-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemaster1127%2Fht-plus-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemaster1127%2Fht-plus-plus/lists"}