0.1.0 • Published 3 years ago

jth-lang v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

⚠️WARNING⚠️ Jth is still very much a work in progress.

  • Many ideas around how the language should work are up in the air.
  • Many bugs exist in the implementation.

Latest Version: 0.1.0

Sub-RepositoriesVersion
Jth Core0.1.0
Jth CLI0.1.0
Jth Tools0.0.0
Jth Stats0.0.0

Jth (rhymes with "eighth") is an alternative syntax for javascript centered around squential data processing.

It compiles to javascript and is compatibale with existing libraries.

Quickstart

Install jth cli and run jth code inline:

npm install -g jth-cli
jth run -c '"hello world" @!;'

Slower Quickstart

Install jth cli:

npm install -g jth-cli

Create jth file:

echo '"hello world" @!;' > index.jth

Compile jth file

jth compile index.jth index.mjs

Run compiiled file

node index.mjs

Documentation

Learn more about jth here:

Related Repositories

See Also

Languages with Similar Syntax

Other languages that are ineroperabable with javascript

0.1.0

3 years ago

0.0.0

3 years ago