Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.63 KB

AtomScript

AtomScript is a programming language and platform aimed towards allowing beginner programmers to create computer programs, websites, and Android apps easily.

Desktop Version

The desktop version of AtomScript is a second level interpreted programming language. It allows you to create GUI and console apps with a JavaScript-like syntax while seeing your results almost instantly.

Download

Windows

To install AtomScript for Windows systems, download the release package.

Download for Windows

Mac

To install AtomScript for Mac, currently we have the jar file for you to use. Download the jar file below.

Download Jar

Web Version

The web version allows you to use AtomScript as a substitution for JavaScript. It allows you to use modules easily and it includes Proton, a library similar to JQuery for JavaScript.

Install

Insert the following code into your head element:

<script src = "https://rawgit.com/arjay07/AtomScript/master/Web/bin/AtomScript.js"></script>

<script>
  AtomScript.src = "main.atom";
</script>

Afterwards, create the AtomScript file you are referring to above. This will alow the webpage to use AtomScript.

Android Version

The Android version of AtomScript allows you to make Android applications on the AtomScript platform easily. The app allows you to open AtomScript files and run them as if they were Android apps.

Download

The Android version is not currently out. It will be on Google Play very very soon.