Skip to content

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

License

Notifications You must be signed in to change notification settings

arjay07/AtomScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published