Giter Site home page Giter Site logo

iridanius / jank Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jank-lang/jank

0.0 0.0 0.0 2.47 MB

A Clojure dialect on LLVM with gradual typing, a native runtime, and C++ interop

Home Page: https://jank-lang.org

License: Mozilla Public License 2.0

Shell 0.06% C++ 97.00% Nix 1.02% Vim Script 0.05% Meson 1.86%

jank's Introduction

The jank programming language Build Status codecov Sponsor

jank is a Clojure dialect which aims to offer the best of both worlds: dynamic and static. For both of these worlds, jank uses a single runtime, so the transition from one to the other is not only seamless, it can be gradual.

https://jank-lang.org

Building locally

NOTE: jank is not very buildable right now. It's also not very usable right now. See this issue for details: jank-lang#7

Use Nix. After cloning, use nix-shell to enter an environment with all necessary deps. The Nix shell will also set up some bash functions for you.

  • jank-configure -- For setting up the project.
  • jank-compile -- For one-off compilation.
  • jank-test -- For one-off testing.
  • jank-watch-tests -- For test hot reloading on save.

Release

A typical release build just needs the following:

$ jank-configure
$ jank-compile

Debug

To make a debug build, specify the build type when configuring.

$ jank-configure -Djank_build_type=debug
$ jank-compile

License

jank is under a strict copyleft license; see the LICENSE file.

jank's People

Contributors

jeaye avatar cogwheel 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.