Skip to content

ATOM is basic programming language by JS, minimalistic but very powerful, which has data types and function

Notifications You must be signed in to change notification settings

DinHubb/programming-language-ATOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

// ATOM - programming language // It's a tiny, simple language, but powerful enough to express any calculation imaginable. It will allow simple function-based abstractions. /* Sintyx

do() - body-block define() - vairable, 1st arg - variable, 2d - value if(==()) - boolean 1st arg - operator example compare (==), 2d - values func() - first arg - name func, 2nd - param-s print() - return/console.log

do(define(name, "Hello ATOM"), print(name)) */

About

ATOM is basic programming language by JS, minimalistic but very powerful, which has data types and function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published