An open API service indexing awesome lists of open source software.

https://github.com/schwalbe-t/currant

Currant is an interpreted programming language focussing on simplicity and dynamicity.
https://github.com/schwalbe-t/currant

html js language languages programming-language programming-languages web web-dev web-development website website-development

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

![Currant-Logo](./logo.png)

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:

```html




log("Hello, Currant!");



```

Documentation for Currant is accessible [here](https://currant.netlify.app).