Coder Social home page Coder Social logo

cli's Introduction

Project logo

Quark lang

Status GitHub Issues GitHub Pull Requests License


Quark is a compiled lisp-like functional language influenced by and written in Haskell.

πŸ“ Table of Contents

🧐 About

The main goal of Quark is to offer a language that combines simplicity and productivity in addition to its cool and easy syntax as it provides a easy and powerful functional approach.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Manual installation for notes on how to install the project on a live system.

Prerequisites

To install Quark, you will need:

GHC >= 8.10.x
Cabal >= 3.4.0

Installing


πŸ”§ Running the tests

To run the tests:

 $ cabal test
 # OR in order to get test details
 $ cabal test --test-show-details=direct

🎈 Usage

No usage informations for the moment.

πŸš€ Manual installation

To deploy Quark lang, do:

 $ git clone [email protected]:quark-lang/quark.git

 # OR

 $ git init
 $ git remote add origin [email protected]:quark-lang/quark.git
 $ git pull

πŸš€ Build

To build the project, do:

 $ cabal update
 $ cabal build
 $ ./quark

 # OR

 $ docker build -t quark-lang .
 $ docker run -it --rm quark-lang

✍️ Authors

❀️ Special thanks to️

  • @Wafelack - Contribution to STD
  • @SuperFola - Helping about ASTs and compilers...
  • @Mesabloo - Helping about variable scoping, module importing...
  • @Uriopass - Helping about function and variable scoping...
  • @felko - Helping about module importing...

See also the list of contributors who participated in this project.

cli's People

Contributors

thomasvergne avatar

Stargazers

 avatar  avatar

Watchers

 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.