Git Product home page Git Product logo

NOTE This language is still in a design stage and working in progress

The Nabla Programming Language

A value-immutable, functional, dynamic language.

  • Minimalist and natural syntax, not only write less, but also edit less
  • Organize code with object-oriented design concepts
  • Functional with pattern matching, lens, applicative for, ...
  • Customizable syntax and semantics, can use existing code and libraries in other languages
  • Concurrency proc based on π-calculus
  • With a parsing toolkit which employs visible pushdown automata, PEG, and earley parsers

Build

Required system: 64bits.

Required build tools:

  • GCC or Clang
  • GNU Make
  • grep
  • ls

For building in windows, you can install MSYS2 and use pacman to install the requirements.

make

For coverage report and static analysis, there are more requirements:

# on macOS
brew install gcovr infer

Generate and open coverage report:

# under adt/ or sb/
make test
make cov

Generate static analysis report:

# under adt/ or sb/
make infer

Copying

  • Nabla & CCUT: BSDL
  • SipHash: vendor/siphash/README.md
  • TinyCThread: vendor/tinycthread/README.txt

Nablang's Projects

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.