Socket
Socket
Sign inDemoInstall

crosshatch

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    crosshatch

A pretty REPL for Vyxal.


Maintainers
1

Readme

Crosshatch

Crosshatch Logo

Ever wanted to use Vyxal, but found that the default REPL was lacking in features and that the online interpreter wasn't interactive enough? Well now there's a solution to all your read-execute-print-loop needs! Crosshatch is designed to be easy to use, visually appealing and highly interoperatable with the Vyxal programming language.

Installation

If you want to work on Crosshatch, you can also use poetry. First, download this repository and unzip it. Alternatively, you can open it with Github Desktop or clone it via git.

Then, you'll need to install Poetry, which is the packing tool used for Crosshatch.

pip install poetry

Finally, run:

poetry install

and it will take care of installing all the required dependencies.

Usage

To run Crosshatch:

crosshatch

Or if you want to do development work on it:

poetry run crosshatch

After starting Crosshatch, you'll see something like the following:

Vyxal 2.19.0 using Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec  6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32.
Type ##help for more information.
EOF or ##exit to exit.

[0] vyxal>

Enter your expressions after the > and they will be evaluated. The [0] indicates that this is expression 0.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc