Coder Social home page Coder Social logo

claire's Introduction

Claire

Claire is a very experimental implementation of a Clojure-like programming language in Rust.

Motivation

I love Clojure for its simplicity, expressivity and pragmatic approach to immutability. However I dislike having to install heavy tools such as the JVM or managing Leiningen configurations.

I want to be able to spread Clojure magic everywhere ๐ŸŒŸ and not have to worry about installing the tools.

Rust already gives me this portability and I would love to be able to use both languages together easily. So I decided to start working on a Clojure-like implementation in Rust.

This project is also an opportunity for me to learn how to build a compiler or interpreter. As such it is very experimental and I don't know how it's gonna turn out. ๐Ÿ”ฎ

Build status

Currently no garantees, except that it should compile.

Look at the Test and How to use sections for instructions. ๐Ÿ“

Code style

Rustfmt, without any custom configuration, is run over the code before every commit.

Screenshot

No screenshot, yet ;)

Test

In order to run the tests, go to the project root directory and run the Rust defacto build tool, Cargo, with its test flag:

    cd path/to/the/project/claire
    cargo test

How to use

Currently there is not much to use. But you can still run the code by getting into the project root directory and running the build tool:

    cd path/to/the/project/claire
    cargo run

Contribute

I am not actively looking for contributors yet, but if you want to help or ask a question don't hesitate to open an issue and come say hi. I'll appreciate it for sure :)

Credits

Thanks to everyone who made Rust such a great programming language to work with ๐ŸŽ‰ and to the Clojure community for making me aware of the exciting things Clojure has to offer! ๐ŸŽ‡

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Claire by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

claire's People

Contributors

arbroween avatar

Watchers

James Cloos 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.