GithubHelp home page GithubHelp logo

highlight-vscode's Introduction

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

highlight-vscode's People

Contributors

daiyam avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.