Coder Social home page Coder Social logo

sid's Introduction

Core concepts:

SID was originally conceived to try out two concepts:

  • Automatic paralellization through dependency analysis as part of compilation.
    • Unless a function is declared to be sequential the compiler will detect dependencies between its invocations (mainly detected using the local scope and arguments) and set as much of it in parallel as possible. When this has been done for the whole application possibly parallel execution can be grouped into sequential chains of the length that best matches the performance cost of synchronizing between threads (configurable).
  • A soft type system based on set theory (if a value is in the set it matches the type constraint).
    • While unions of binary representations are allowed you have to use match to get the current binary representation before operating on it.
    • Filter operations to modify the sets in ways the compiler can easily reason about are provided, such as forbidding a set of values or only allowing values above/below a given value.

It has thereafter grown to have another goal:

  • Define a very simplified semi-low-level assembly, intended to offer CPUs more freedom to optimise the execution.

sid's People

Contributors

thethorsager avatar sidju avatar

Stargazers

Santtu Ojanperä avatar

Watchers

 avatar

Forkers

thethorsager

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.