Compare commits

...

5 Commits

Author SHA1 Message Date
Pentium44 72525fa6b0 "Update" 2022-05-22 02:06:52 -07:00
Pentium44 dad892696b Update index.html 2022-05-20 02:49:54 -07:00
Pentium44 5318759c2c Push arm64 build 2022-05-20 02:48:26 -07:00
Pentium44 d1aa3b2d65 Push win32 binary 2022-05-20 02:39:26 -07:00
Pentium44 942cf57f2d Updating website files, building slidescript binary database 2022-05-20 02:32:05 -07:00
5 changed files with 10 additions and 18 deletions

View File

@ -37,16 +37,6 @@
</ol>
</p>
<h3>Get SlideScript:</h3>
<p>
SlideScript is available as source on
<a href="https://notabug.org/Pentium44/slidescript">NotABug</a>. In
due time, I will start compiling binaries for SlideScript for a range
of operating systems from *Nix 32/64 bit, Windows, OSX, Android (Termux),
and more! But due to rapidly changing in features, and bugfixes, its
just too unstable and... well... outdated after a week or two :D
</p>
<h3>IRC server</h3>
<p>
Still need help? Want to report a bug? Join us!<br /><br />

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -41,12 +41,15 @@
<li>Built-in calculation functions w/ floating decimal</li>
<li>Built-in networking functions for machine to machine file toss</li>
<li>Built-in micro web server, because why not? :)</li>
<li>[WIP] Built-in tar &amp; compression algorithm based on local
LZ77 projects (proof-of-concept)</li>
<li>PATH variable functionality for use as a shell</li>
<li>Commands processed at CLI or in-script will look for
local executables after going through built-in functions.</li>
<li>[WIP] compression algorithm based on local
LZ78 projects (proof-of-concept)</li>
</ul>
<br />
As of being just shy of 8,000 lines of C, with this much functionality,
As of being shy of 6,000 lines of C, with this much functionality,
my goal is to bring SlideScript up to par as a functioning language
and Shell implementation along the way! Flexibility, power, and
lightweight is what we strive for in the future development of
@ -57,12 +60,11 @@
<h3>Get SlideScript:</h3>
<p>
Windows (32 bit): <a href="download/slidescript-v0.7.2-win32.zip">slidescript-v0.7.2-win32.zip</a><br />
Linux (64 bit): <a href="download/slidescript-v0.7.2-lin64.zip">slidescript-v0.7.2-lin64.zip</a><br />
Android/RPi (arm64): <a href="download/slidescript-v0.7.2-arm64.zip">slidescript-v0.7.2-arm64.zip</a><br /><br />
SlideScript is available as source on
<a href="https://notabug.org/Pentium44/slidescript">NotABug</a>. In
due time, I will start compiling binaries for SlideScript for a range
of operating systems from *Nix 32/64 bit, Windows, OSX, Android (Termux),
and more! But due to rapidly changing in features, and bugfixes, its
just too unstable and... well... outdated after a week or two :D
<a href="https://notabug.org/Pentium44/slidescript">NotABug</a>.
<pre><code>
git clone https://notabug.org/Pentium44/slidescript
</code></pre><br />