TypeSafeSchwalbe / Currant

Currant is an interpreted programming language focussing on simplicity and dynamicity.

Home Page:https://currant.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currant-Logo

Currant is a single-threaded programming language that runs in the browser. It has simple interoperability with JavaScript and can be easily embedded into a webpage:

<!doctype html>
<html>
    <head>
        <script src="currant.js"></script>
        <currant-script>
            log("Hello, Currant!");
        </currant-script>
    </head>
    <body>
    </body>
</html>

Documentation for Currant is accessible here.

About

Currant is an interpreted programming language focussing on simplicity and dynamicity.

https://currant.netlify.app/

License:MIT License


Languages

Language:JavaScript 98.8%Language:Shell 0.6%Language:HTML 0.4%Language:Python 0.1%