Hy is a multi-paradigm general-purpose programming language in the Lisp family. It’s implemented as a kind of alternative syntax for Python. Compared to Python, Hy offers a variety of extra features, generalizations, and syntactic simplifications, as would be expected of a Lisp. Compared to other Lisps, Hy provides direct access to Python’s built-ins and third-party Python libraries, while allowing you to freely mix imperative, functional, and object-oriented styles of programming. The first thing a Python programmer will notice about Hy is that it has Lisp’s traditional parenthesis-heavy prefix syntax in place of Python’s C-like infix syntax. As in other Lisps, the value of a simplistic syntax is that it facilitates Lisp’s signature feature, metaprogramming through macros, which are functions that manipulate code objects at compile-time to produce new code objects, which are then executed as if they had been part of the original code.

Features

  • Hy allows arbitrary computation at compile-time
  • Hy also removes Python’s restrictions on mixing expressions and statements
  • Allows for more direct and functional code
  • In Hy, The with statement returns the value of its last body form
  • Hy offers several generalizations to Python’s binary operators
  • Operators can be given more than two arguments

Project Samples

Project Activity

See All Activity >

Follow Hy

Hy Web Site

Other Useful Business Software
Rezku Point of Sale Icon
Rezku Point of Sale

Designed for Real-World Restaurant Operations

Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Hy!

Additional Project Details

Programming Language

Python

Related Categories

Python Software Development Software, Python Compilers, Python Programming Languages

Registered

2022-05-23