-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (268 loc) Β· 18.8 KB
/
index.html
File metadata and controls
283 lines (268 loc) Β· 18.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JJ - AI-First Programming Language | BattleScript IDE</title>
<meta name="description" content="JibberJabber (JJ) - The world's first AI-native development environment. Designed to be written by AI, this allows for less errors in JJ computer source code with syntax that LLMs naturally understand. Write once, compile to Python, JavaScript, Swift, C, Go, and more.">
<meta name="keywords" content="JJ, JibberJabber, BattleScript, AI programming language, IDE, macOS, Swift, Python, JavaScript, Go, C, compiler">
<meta name="author" content="Todd Bruss">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#0a0a0f">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://jj.xcf.ai/">
<meta property="og:title" content="JJ - AI-First Programming Language | BattleScript IDE">
<meta property="og:description" content="JibberJabber (JJ) - The world's first AI-native development environment. Designed to be written by AI, this allows for less errors in JJ computer source code with syntax that LLMs naturally understand. Write once, compile to Python, JavaScript, Swift, C, Go, and more.">
<meta property="og:image" content="https://jj.xcf.ai/og-image.png">
<meta property="og:image:width" content="1816">
<meta property="og:image:height" content="1382">
<meta property="og:site_name" content="JJ - JibberJabber">
<meta property="og:locale" content="en_US">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://jj.xcf.ai/">
<meta name="twitter:title" content="JJ - AI-First Programming Language | BattleScript IDE">
<meta name="twitter:description" content="JibberJabber (JJ) - The world's first AI-native development environment. Designed to be written by AI, this allows for less errors in JJ computer source code with syntax that LLMs naturally understand. Write once, compile to Python, JavaScript, Swift, C, Go, and more.">
<meta name="twitter:image" content="https://jj.xcf.ai/og-image.png">
<!-- LinkedIn -->
<meta property="og:image:alt" content="JJ BattleScript IDE - AI-First Programming Language">
<!-- GitHub (uses Open Graph tags above) -->
<!-- Google / Schema.org -->
<meta itemprop="name" content="JJ - AI-First Programming Language | BattleScript IDE">
<meta itemprop="description" content="JibberJabber (JJ) - The world's first AI-native development environment. Designed to be written by AI, this allows for less errors in JJ computer source code with syntax that LLMs naturally understand. Write once, compile to Python, JavaScript, Swift, C, Go, and more.">
<meta itemprop="image" content="https://jj.xcf.ai/og-image.png">
<link rel="canonical" href="https://jj.xcf.ai/">
<!-- Structured Data for Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "BattleScript IDE",
"description": "JibberJabber (JJ) - The world's first AI-native development environment. Write once, compile to Python, JavaScript, Swift, C, Go, and more.",
"url": "https://jj.xcf.ai/",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "macOS 14+",
"softwareVersion": "1.0.7.8",
"author": {
"@type": "Person",
"name": "Todd Bruss",
"url": "https://github.com/superbox64"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"downloadUrl": "https://github.com/SuperBox64/JibberJabber/releases/download/1.0.6.8/BattleScript1.0.7.8.zip",
"screenshot": "https://jj.xcf.ai/og-image.png"
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css?v=1769974691">
</head>
<body>
<!-- Navigation -->
<nav>
<div class="container">
<a href="#" class="logo"><img src="battlescript.png" alt="JJ"><span>JJ.xcf.ai</span></a>
<div class="hamburger" onclick="this.classList.toggle('active'); document.querySelector('.nav-links').classList.toggle('active');">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav-links">
<li><a href="#ide">IDE</a></li>
<li><a href="#features">Feat</a></li>
<li><a href="#languages">Lang</a></li>
<li><a href="#download">Get</a></li>
<li><a href="#requirements">Sys</a></li>
<li><a href="jj-stats.html">Stat</a></li>
<li><a href="https://chat.xcf.ai" target="_blank">Chat</a></li>
<li><a href="https://github.com/SuperBox64/JibberJabber" target="_blank">Src</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<div class="hero-icon">
<img src="jj_dock_bounce.gif" alt="JJ BattleScript IDE Icon">
</div>
<span class="badge">Pre-Release v1.0.7.8</span>
<h1>BattleScript<br><span><span style="letter-spacing:6px">JJ</span> Playground</span></h1>
<p class="hero-subtitle">JJ is an experimental AI-First programming language designed for LLMs to understand and write. JibberJabber also comes with Swift and Python CLI runtime environments.</p>
<div class="cta-buttons">
<a href="https://github.com/SuperBox64/JibberJabber/releases/download/1.0.6.8/BattleScript1.0.7.8.zip" class="btn btn-primary" target="_blank">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
macOS Download
</a>
<a href="https://github.com/SuperBox64/JibberJabber" class="btn btn-secondary" target="_blank">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
View Source
</a>
</div>
</div>
</section>
<!-- BattleScript IDE Section -->
<section class="ide-showcase" id="ide">
<div class="container">
<div class="section-header">
<h2>Intro to BattleScript</h2>
<p>A native SwiftUI IDE for testing,<br>and running JJ.</p>
</div>
<div class="ide-screenshot">
<img src="images/battlescript-ide.png" alt="BattleScript IDE showing JJ String Methods example with code editor, language tabs, and output panel" loading="lazy">
</div>
</div>
</section>
<!-- Features Section -->
<section class="features" id="features">
<div class="container">
<div class="section-header">
<h2>Built for AI</h2>
<p>Write once,<br>run anywhere.</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">π§ </div>
<h3>AI-First Language</h3>
<p>Out of the box, JJ's syntax is designed for LLMs to write with awesome accuracy.</p>
</div>
<div class="feature-card">
<div class="feature-icon">β‘</div>
<h3>Instant Execution</h3>
<p>Blazing fast execution. Don't blink, JJ native code runs immediately with the JJSwift Runtime engine.</p>
</div>
<div class="feature-card">
<div class="feature-icon">π―</div>
<h3>Multi-Target Compilation</h3>
<p>Write once, compile to 10 different languages. From Python to ARM64 Assembly, the code runs anywhere.</p>
</div>
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>Learn Popular Languages</h3>
<p>With JJ's advanced transpiler, the BattleScript IDE is a great tool for learning many popular computer languages.</p>
</div>
</div>
</div>
</section>
<!-- Languages Section -->
<section class="languages" id="languages">
<div class="container">
<div class="section-header">
<h2>Ten Languages</h2>
<p>One codebase,<br>infinite possibilities.</p>
</div>
<div class="lang-orbit">
<svg class="lang-lines" viewBox="0 0 612 612">
<line x1="306" y1="306" x2="306" y2="31"/>
<line x1="306" y1="306" x2="465" y2="86"/>
<line x1="306" y1="306" x2="570" y2="220"/>
<line x1="306" y1="306" x2="570" y2="392"/>
<line x1="306" y1="306" x2="465" y2="526"/>
<line x1="306" y1="306" x2="306" y2="581"/>
<line x1="306" y1="306" x2="147" y2="526"/>
<line x1="306" y1="306" x2="42" y2="392"/>
<line x1="306" y1="306" x2="42" y2="220"/>
<line x1="306" y1="306" x2="147" y2="86"/>
</svg>
<div class="lang-ring"></div>
<div class="lang-center">JJ</div>
<!-- 10 nodes evenly spaced at 36Β° intervals clockwise from top -->
<a href="https://www.python.org" target="_blank" class="lang-node" style="top: 5%; left: 50%;"><span class="emoji">π</span>Python</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" class="lang-node" style="top: 14%; left: 76%;"><span class="emoji">π</span>JavaScript</a>
<a href="https://www.swift.org" target="_blank" class="lang-node" style="top: 36%; left: 93%;"><span class="emoji">π </span>Swift</a>
<a href="https://en.cppreference.com/w/c" target="_blank" class="lang-node" style="top: 64%; left: 93%;"><span class="emoji">βοΈ</span>C</a>
<a href="https://isocpp.org" target="_blank" class="lang-node" style="top: 86%; left: 76%;"><span class="emoji">β</span>C++</a>
<a href="https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC" target="_blank" class="lang-node" style="top: 95%; left: 50%;"><span class="emoji">π·</span>Obj-C</a>
<a href="https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC" target="_blank" class="lang-node" style="top: 86%; left: 24%;"><span class="emoji">πΆ</span>Obj-C++</a>
<a href="https://go.dev" target="_blank" class="lang-node" style="top: 64%; left: 7%;"><span class="emoji">πΉ</span>Go</a>
<a href="https://developer.arm.com/documentation" target="_blank" class="lang-node" style="top: 36%; left: 7%;"><span class="emoji">π©</span>ARM64</a>
<a href="https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide" target="_blank" class="lang-node" style="top: 14%; left: 24%;"><span class="emoji">π</span>AppleScript</a>
</div>
</div>
</section>
<!-- Download Section -->
<section class="download" id="download">
<div class="container">
<div class="section-header">
<h2>Experimental IDE</h2>
<p>Download BattleScript,<br>experience JJ today.</p>
</div>
<div class="download-buttons">
<a href="https://github.com/SuperBox64/JibberJabber/releases/download/1.0.6.8/BattleScript1.0.7.8.zip" class="btn btn-primary" target="_blank">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
Download Now
</a>
<a href="https://github.com/SuperBox64/JibberJabber/releases/tag/1.0.6.8" class="btn btn-secondary" target="_blank">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/></svg>
macOS 14+
</a>
</div>
<p class="version-tag"><a href="https://github.com/SuperBox64/JibberJabber/releases/download/1.0.6.8/BattleScript1.0.7.8.zip" target="_blank"><span>v1.0.7.8</span></a> β’ <a href="https://github.com/SuperBox64/JibberJabber/releases/tag/1.0.6.8" target="_blank">Public Beta</a></p>
</div>
</section>
<!-- Requirements Section -->
<section class="requirements" id="requirements">
<div class="container">
<div class="section-header">
<h2>System Requirements</h2>
<p>Bring it,<br>everything you need.</p>
</div>
<div class="req-grid">
<div class="req-item">
<div class="check">β</div>
<div class="text">
Xcode Tools
<span><code>xcode-select --install</code><button class="copy-btn" onclick="copyText('xcode-select --install')" title="Copy to clipboard"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg></button></span>
</div>
</div>
<div class="req-item">
<div class="check">β</div>
<div class="text">
Go Lang
<span><code>brew install go</code><button class="copy-btn" onclick="copyText('brew install go')" title="Copy to clipboard"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg></button></span>
</div>
</div>
<div class="req-item">
<div class="check">β</div>
<div class="text">
QuickJS
<span><code>brew install quickjs</code><button class="copy-btn" onclick="copyText('brew install quickjs')" title="Copy to clipboard"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg></button></span>
</div>
</div>
</div>
<div class="homebrew-install">
<p>For Go and QuickJS Install <a href="https://brew.sh" target="_blank">Homebrew</a>:</p>
<div class="code-copy-wrapper"><code>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code><button class="copy-btn" onclick="copyHomebrew()" title="Copy to clipboard"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg></button></div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<p class="footer-tagline" id="footer-tagline" data-human="JJ is a work in progress and actively growing. Use BattleScript to transpile built-in JJ examples to 10 other languages. Drop into "edit" mode with any language to write and learn hands-on. Built for LLMs, designed for developers. JibberJabber Lang and BattleScript are created by Todd Bruss.">JJ is a work in progress and actively growing. Use BattleScript to transpile built-in JJ examples to 10 other languages. Drop into "edit" mode with any language to write and learn hands-on. Built for LLMs, designed for developers. JibberJabber Lang and BattleScript are created by Todd Bruss.</p>
<div class="footer-links">
<a href="#ide">IDE</a>
<a href="#features">Feat</a>
<a href="#languages">Lang</a>
<a href="#download">Get</a>
<a href="#requirements">Sys</a>
<a href="jj-stats.html">Stat</a>
<a href="https://chat.xcf.ai" target="_blank">Chat</a>
<a href="https://github.com/SuperBox64/JibberJabber" target="_blank">Src</a>
</div>
</div>
</footer>
<script src="script.js?v=1769974691"></script>
</body>
</html>