🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

kaoscript

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kaoscript

Programming language combining features from ES7, CoffeeScript, TypeScript, Rust, Swift, C# and more

latest
Source
npmnpm
Version
0.10.0
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

kaoscript

License NPM Version Dependency Status Build Status CircleCI Coverage Status Known Vulnerabilities

NPM

What's kaoscript?

kaoscript is programming language combining features from ES7, CoffeeScript, TypeScript, Rust, Swift, C# and more.

Currently, kaoscript is transpiled to JavaScript.

Features

  • easy syntax: close to ES6 and Swift
  • fully OOP: extendable native classes but fully compatible with the node.js
  • partial/impl paradigm
  • async/await: don't need ES7
  • check variables existences
  • automatically declare variable: i = 0 => let i = 0
  • array range
  • for/to, for/til, for/in, for/of, for/range, until: no more for(;;)
  • comprehensions
  • typed or not let i = 0 or let i: Number = 0
  • automatic typing: on assignement with operator :=
  • type alias: type float = Number
  • generics
  • chained operations: 1 < x < 10
  • enum
  • namespace
  • import/export: import is the equivalent of node.js require
  • require: declare requirements (only for a module)
  • extern/declare: explicit global scope
  • typed import: import non-kaoscript objects and indicate their types
  • function overloading
  • advanced parameters
  • error handling: by default, it's Ă  la Java but it's configurable
  • attributes
  • conditional compilation
  • macro

Documentation

The official documentation is available at kaoscript.tech.

License

MIT © Baptiste Augrain

Keywords

kaoscript

FAQs

Package last updated on 29 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts