8 releases (5 breaking)

0.6.0 Aug 29, 2022
0.5.0 Aug 18, 2022
0.4.0 Aug 15, 2022
0.3.0 Aug 14, 2022
0.1.0 Aug 6, 2022

#908 in Programming languages

24 downloads per month

MIT license

410KB
1K SLoC

onlang logo

Crates.io

You may have questions

ONLang - Object Notation Language (jsON) VSCode extension - OnLang

1. God, what the f**** is this

ONLang is an experimental, esoteric programming language, that allows you to use (json, json5 or yaml) for PROGRAMMING.

2. What is it for

For writing simple scripts.

3. How to write in this language

Variants of the "Hello World!"

on json5

[
  "Hello world!",
  ["Hello", " world!" ]
  {println:"Hello world!"},
  {println:["Hello world!"]},
]

on yaml

main:
  - Hello world!
  - - Hello
    - " world!"
  - println: Hello world!
  - println:
      - Hello world!

Check the Documentation

Installation

cargo install onlang
or
Get binary from releases and add the executable file to the PATH variable

Using

on examples/example.json5

or

  1. Clone this repo
  2. cargo run --quiet --release -- examples/example.json5

If you want to help create a pull request

License

FOSSA Status

Dependencies

~5–15MB
~177K SLoC