Object Notation Programming Language?
Find a file
2022-08-15 18:16:32 +03:00
doc doc: for 0.3.0 2022-08-14 23:34:04 +03:00
examples fix: compilation of the panic hook only on release 2022-08-15 17:23:28 +03:00
src fix: return function errors 2022-08-15 18:16:32 +03:00
static/logos doc: rename logos 2022-08-04 19:09:37 +03:00
.gitignore feat: print 2022-08-02 17:58:00 +03:00
Cargo.lock doc: update and publish version 2022-08-14 23:34:21 +03:00
Cargo.toml doc: update and publish version 2022-08-14 23:34:21 +03:00
LICENSE feat: calc 2022-08-03 16:28:00 +03:00
README.md doc: update version 2022-08-12 15:19:49 +03:00
ROADMAP.md doc: for 0.3.0 2022-08-14 23:34:04 +03:00

onlang logo

Crates.io

You may have questions

ONLang - Object Notation Language (jsON)

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