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.
- Host: GitHub
- URL: https://github.com/schwalbe-t/currant
- Owner: schwalbe-t
- License: mit
- Created: 2023-01-02T20:54:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T13:34:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T07:16:15.590Z (12 months ago)
- Topics: html, js, language, languages, programming-language, programming-languages, web, web-dev, web-development, website, website-development
- Language: JavaScript
- Homepage: https://currant.netlify.app/
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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).