Skip to content

Releases: W1LDN16H7/JPL

JPL v1.0.0 - First Official Release!

Pre-release

Choose a tag to compare

@W1LDN16H7 W1LDN16H7 released this 09 Jul 13:15

JPL (JSON Programming Language) is a fun and experimental way to write programs entirely in JSON. If you're tired of curly braces or love JSON more than you should, JPL is for you 😎

🚀 What's in v1.0.0

  • JSON-based syntax
  • Function definitions and calls
  • Variables: let, const
  • Loops: for, while, do-while
  • Conditionals: if-then-else
  • Built-in math, string, and system libraries
  • Import support (import, bring also laao)
  • REPL and CLI support
  • Example files included
  • .exe and .jar binaries ready to run
  • CLI: jpl run, jpl repl, jpl compile, jpl help
  • ✨ Pure JSON-based Hello World!

Have fun guys.