All Projects → Vyxal → Vyxal

Vyxal / Vyxal

Licence: MIT license
A golfing language that has aspects of traditional programming languages - terse, elegant, readable.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vyxal

PYKE
Indev golfing language
Stars: ✭ 18 (-86.57%)
Mutual labels:  stack, code-golf, golfing-language
Seriously
A golfing language that is probably terrible
Stars: ✭ 78 (-41.79%)
Mutual labels:  stack, code-golf, golfing-language
paradoc
GolfScript/CJam-inspired stack-based programming language that can be golfed or written literately*
Stars: ✭ 71 (-47.01%)
Mutual labels:  code-golf, golfing-language, stack-based
aya
Pocket sized programs
Stars: ✭ 39 (-70.9%)
Mutual labels:  code-golf, golfing-language
kempe
Kempe is a compiled stack-based language
Stars: ✭ 54 (-59.7%)
Mutual labels:  stack-based, stack-based-language
pip
Pip: an imperative code-golf language
Stars: ✭ 22 (-83.58%)
Mutual labels:  code-golf, golfing-language
charm
A [ functional stack ] based language.
Stars: ✭ 26 (-80.6%)
Mutual labels:  stack, stack-based
Keg
A stack-based esolang with condensability as well as simplicity and readability in mind.
Stars: ✭ 23 (-82.84%)
Mutual labels:  golfing-language, stack-based
Creepycodecollection
A Nonsense Collection of Disgusting Codes
Stars: ✭ 2,206 (+1546.27%)
Mutual labels:  code-golf, golfing
ebal
*DEPRECATED* Emacs interface to Cabal and Stack
Stars: ✭ 29 (-78.36%)
Mutual labels:  stack
docker-lemp
A single container LEMP complete fullstack with latest release of PHP7.4.33, 8.0.26 & 8.1.13/8.2RC and MySQL, nginx, PostgreSQL, phalcon, swoole, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.15
Stars: ✭ 106 (-20.9%)
Mutual labels:  stack
SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (-58.96%)
Mutual labels:  stack
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-88.06%)
Mutual labels:  stack
twitter-to-rss
Simple python script to parse twitter feed to generate a rss feed.
Stars: ✭ 15 (-88.81%)
Mutual labels:  readability
readability-cli
A CLI for Mozilla Readability. Get clean, uncluttered, ready-to-read HTML from any webpage!
Stars: ✭ 41 (-69.4%)
Mutual labels:  readability
SAPC-APCA
APCA (Accessible Perceptual Contrast Algorithm) is a new method for predicting contrast for use in emerging web standards (WCAG 3) for determining readability contrast. APCA is derived form the SAPC (S-LUV Advanced Predictive Color) which is an accessibility-oriented color appearance model designed for self-illuminated displays.
Stars: ✭ 266 (+98.51%)
Mutual labels:  readability
UnityGUI
UGUI Panel Systems for navigation, animation and more
Stars: ✭ 80 (-40.3%)
Mutual labels:  stack
type-flag
⛳️ Typed command-line arguments parser for Node.js
Stars: ✭ 105 (-21.64%)
Mutual labels:  cli-flags
stck
stck is a stack-based programming language
Stars: ✭ 15 (-88.81%)
Mutual labels:  stack-based
trafilatura
Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments
Stars: ✭ 711 (+430.6%)
Mutual labels:  readability

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].