Skip to main content

A golfing language that has aspects of traditional programming languages.

Project description

Vyxal

Vyxal Logo

Language grade: Python Test status

Vyxal is a golfing language that takes the idea that conciseness comes at the cost of practicality and throws it out the window. That's right - where other golflangs throw you into the deep-end of keyboard mashing, Vyxal eases you into the concept of elegantly crafting built-ins into a functioning program.

And yes, this design goal really does warrant adding another golfing language into the already densely populated mix of golflangs. If you go and take a look at the current state of the art of golfing languages, you'll find that 99% of languages are either a) powerful and concise, but not easy to pick up or b) easy to learn, but not that useful for anything non-trivial (I say this as someone who's made and contributed to both kinds of languages). Vyxal aims to bridge the gap between simplicity and "golfability".

Installation

You can also use the online interpreter with no need to install!

If you only want to run Vyxal, all you need to run is this:

pip install vyxal

If you are working on Vyxal, install Poetry, and then you can clone this repo and run:

poetry install

Usage

To run using the script:

vyxal <file> <flags (single string of flags)> <input(s)>

If you're using Poetry:

poetry run vyxal <file> <flags (single string of flags)> <input(s)>

To run tests, install pytest and simply run pytest tests.

Why Vyxal?

Vyxal is designed to be easy to use coming from practical programming languages like Python and C, and borrows many concepts from those, such as variables, functions, conditionals and loops, comments and more. Despite this, it's also heavily optimised for golfing, with a large library of powerful builtins that can easily be chained to complete the task at hand. For more information, see the tutorial.

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vyxal-2.16.1.tar.gz (152.1 kB view details)

Uploaded Source

Built Distribution

vyxal-2.16.1-py3-none-any.whl (153.3 kB view details)

Uploaded Python 3

File details

Details for the file vyxal-2.16.1.tar.gz.

File metadata

  • Download URL: vyxal-2.16.1.tar.gz
  • Upload date:
  • Size: 152.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for vyxal-2.16.1.tar.gz
Algorithm Hash digest
SHA256 5fcd633c5725ef3588d591259eb021ab50625d99faf315b4bf3a0e76901f2ca8
MD5 aacd452b3baaf8cb9c21b1c94506ed0d
BLAKE2b-256 279155d14c91132e42ac33d059ad82e668f7770f72690707d72f93a14ebe67a8

See more details on using hashes here.

File details

Details for the file vyxal-2.16.1-py3-none-any.whl.

File metadata

  • Download URL: vyxal-2.16.1-py3-none-any.whl
  • Upload date:
  • Size: 153.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for vyxal-2.16.1-py3-none-any.whl
Algorithm Hash digest
SHA256 57819ee22abf8871eed436fdabf881fe394b199eb018186cf4224ef6f157a205
MD5 6b62a93fbc89920ad8943d3397da8549
BLAKE2b-256 c192d344e7fc2353da5dcda42a0a55339404da968a52991d8cc0976b8c8f7f1e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page