{"id":42803661,"url":"https://github.com/superbox64/jibberjabber","last_synced_at":"2026-02-01T22:00:56.712Z","repository":{"id":334492618,"uuid":"1141539777","full_name":"SuperBox64/JibberJabber","owner":"SuperBox64","description":"JJ is a token based computer language designed for AI with the ability to transpile to C, JS, Assembly and Python with more output languages to coming soon","archived":false,"fork":false,"pushed_at":"2026-01-30T12:22:42.000Z","size":41107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-30T16:50:19.307Z","etag":null,"topics":["assembly","claudecode","interpreter","jibberjabber","jibjab","jj","lexer","parser","python","swift","toddbruss","token","transpiler"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/SuperBox64.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-25T01:41:16.000Z","updated_at":"2026-01-30T12:22:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SuperBox64/JibberJabber","commit_stats":null,"previous_names":["superbox64/jibberjabber"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SuperBox64/JibberJabber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperBox64%2FJibberJabber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperBox64%2FJibberJabber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperBox64%2FJibberJabber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperBox64%2FJibberJabber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperBox64","download_url":"https://codeload.github.com/SuperBox64/JibberJabber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperBox64%2FJibberJabber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28992629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T20:57:35.821Z","status":"ssl_error","status_checked_at":"2026-02-01T20:57:29.580Z","response_time":56,"last_error":"SSL_read: 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":["assembly","claudecode","interpreter","jibberjabber","jibjab","jj","lexer","parser","python","swift","toddbruss","token","transpiler"],"created_at":"2026-01-30T03:29:39.037Z","updated_at":"2026-02-01T22:00:56.706Z","avatar_url":"https://github.com/SuperBox64.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/766f0f42-33dc-4b47-bc22-0f31aae37b5f\" width=\"140\" alt=\"BattleScript JibberJabber JibJab JJ AI first programming language experiment GUI Icon\"\u003e\n  \u003cdiv\u003e\u003cb\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;BattleScript\u003c/b\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n## JJ aka JibberJabber AI programming language 1.0 by Todd Bruss\n\nAn **AI-first programming language** created by [Todd Bruss](https://github.com/SuperBox64). JibberJabber is a polyglot engine designed to integrate AI models as primary execution components rather than external tools. It supports transcoding and cross-compilation across multiple environments, bridging high-level AI logic and system performance.\n\n```jj\n~\u003efrob{7a3}::emit(\"Greetings Earthling!\")\n```\n\n---\n\n## What It Does\n\nJibberJabber facilitates seamless interaction between human-written code and AI-generated logic. AI generates high-level JJ logic, and the engine materializes it into production-ready code for a specific tech stack.\n\n- **10-Language Transcoding** - Write once, deploy to Swift, Python, C, C++, Go, JavaScript, and more\n- **Run and Compile** - Beyond simple translation, JJ provides tooling to compile and run generated code in each target\n- **Native ARM64 Compiler** - Generates Mach-O binaries directly, no assembler or linker needed\n- **Agentic Engineering** - AI as a primary execution component, not an external tool\n\n**Targets:** `py` `js` `c` `cpp` `swift` `objc` `objcpp` `go` `asm` `applescript`\n\n---\n\n## Prerequisites\n\n```bash\nxcode-select --install\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\nbrew install go\nbrew install quickjs\n```\n\nSee [jibjab/README.md](jibjab/README.md) for alternative install methods.\n\n---\n\n## Runtimes\n\n| Runtime | Language | Location | Best For |\n|---------|----------|----------|----------|\n| **jjswift** | Swift | `jibjab/jjswift/` | Native macOS, ARM64 compilation |\n| **jjpy** | Python | `jibjab/jjpy/` | Cross-platform |\n| **BattleScript** | SwiftUI | `BattleScript/` | Visual IDE for JibJab |\n\nSee [jibjab/README.md](jibjab/README.md) for dependencies and setup.\n\n---\n\n## BattleScript IDE\n\nNative macOS IDE for JibJab. Write JJ code and instantly see it transpiled to all 10 targets, then compile and run any target with one click.\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/784f9205-34e3-4eea-a1d8-8eeee5e8c2c6\" width=\"738\" alt=\"BattleScript Experimental JibberJabber JibJab JJ Swift JJSwift IDE for macOS 14, 15, 26\"\u003e\n\u003c/p\u003e\n\nSee [BattleScript/README.md](BattleScript/README.md) for details.\n\n---\n\n## CLI Usage\n\n```\n$ jjswift\nJibJab Language v1.0 (Swift)\nUsage:\n  jjswift run \u003cfile.jj\u003e                - Run JJ program (interpreter)\n  jjswift compile \u003cfile.jj\u003e [output]   - Compile direct to native binary\n  jjswift asm \u003cfile.jj\u003e [output]       - Compile via asm transpiler + as/ld\n  jjswift transpile \u003cfile.jj\u003e \u003ctarget\u003e - Transpile to target language\n  jjswift build \u003cfile.jj\u003e \u003ctarget\u003e [output] - Transpile + compile\n  jjswift exec \u003cfile.jj\u003e \u003ctarget\u003e      - Transpile + compile + run\n\nTargets: applescript, asm, c, cpp, go, js, objc, objcpp, py, swift\n```\n\n```bash\n$ jjswift exec examples/hello.jj py\nHello, JibJab World!\n\n$ jjswift exec examples/hello.jj swift\nHello, JibJab World!\n\n$ jjswift compile examples/hello.jj hello \u0026\u0026 ./hello\nHello, JibJab World!\n```\n\n---\n\n## How It Works\n\n```\nJJ Source → Lexer → Parser → AST\n                                 ├─ Interpreter → Run\n                                 ├─ Compiler → ARM64 Mach-O → Run\n                                 └─ Transpiler → 10 Languages → Compile → Run\n```\n\nSee [Language Spec](jibjab/SPEC.md) for the full pipeline diagram.\n\n---\n\n## More\n\n- [Quick Start \u0026 Commands (jjswift)](jibjab/README.md)\n- [jjpy Runtime \u0026 Usage](jibjab/jjpy/README.md)\n- [JJ Language Spec](jibjab/SPEC.md)\n- [Regression Tests](jibjab/TESTS.md)\n- [BattleScript SwiftUI JJ Experimental IDE](BattleScript/README.md)\n\n---\n\n## About JJ\n\nJJ is an experimental AI-first computer programming language by Todd Bruss with a write once, run anywhere methodology. MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbox64%2Fjibberjabber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperbox64%2Fjibberjabber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbox64%2Fjibberjabber/lists"}