Skip to content

NitroXAce/Ascrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascrypt

Atypical javascript that targets its older versions for compatibility, as well as type inferrence (soft-strict)

Features

This language targets compatibility first! Which means it will target more ECMAScript friendly standards such as EcmaScript 3, maybe even the oldest Ecma-262! Heres some key points to salivate your tastebuds!

  • Var-less definitions (pure this.assignments, with cleanup!)
  • prototype-free (who needs the bloat, eh?)
  • Return type assignments (almost similarly written like C!)
  • child type inheritence from its parental return type
  • Custom types using the "super" type keyword
  • Universal inline declarations
  • and more!!!

Motiations?

This is my first large attempt at creating a friendly, yet compatible language that can be used anywhere! Feel free to let me know what you think at:

  • X: AceTributon
  • Discord: acetributon

About

Atypical javascript that targets its older versions for compatibility, as well as type inferrence (soft-strict)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors